Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 28597 invoked from network); 14 Aug 2009 16:11:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Aug 2009 16:11:37 -0000 Received: (qmail 70220 invoked by uid 500); 14 Aug 2009 16:11:43 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 70194 invoked by uid 500); 14 Aug 2009 16:11:43 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 70184 invoked by uid 99); 14 Aug 2009 16:11:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 16:11:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 16:11:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D4875234C045 for ; Fri, 14 Aug 2009 09:11:14 -0700 (PDT) Message-ID: <1265612721.1250266274869.JavaMail.jira@brutus> Date: Fri, 14 Aug 2009 09:11:14 -0700 (PDT) From: "Jaroslaw Zola (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-1038) [Como como-4.3.10.1] library fails to build due to problems with .depend/atomic-cxx.d In-Reply-To: <1859592695.1250191635329.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaroslaw Zola updated STDCXX-1038: ---------------------------------- Attachment: signature.asc I still can't get clean build, however, now I am running into exactly the same problem as this one http://issues.apache.org/jira/browse/STDCXX-822. I don't think it is related to atomic-cxx.S. I can provide configuration output, etc. A quick grep for _RWSTD_VA_LIST shows that it is not defined indeed. > [Como como-4.3.10.1] library fails to build due to problems with .depend/atomic-cxx.d > -------------------------------------------------------------------------------------- > > Key: STDCXX-1038 > URL: https://issues.apache.org/jira/browse/STDCXX-1038 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.2.1 > Environment: Linux 2.6.30-gentoo-r1-perfctr #5 SMP PREEMPT Thu Jun 25 10:39:31 CDT 2009 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux > Reporter: Jaroslaw Zola > Attachments: signature.asc, signature.asc > > > stdcxx 4.2.1 as well as the head of trunk fail to build with 32bit version of como-4.3.10.1 on Linux-2.6.30 on x86_64. > $ gmake BUILDTYPE=12s CONFIG=como.config > creating BUILDDIR=/opt/src/stdcxx-4.2.1/build > generating /opt/src/stdcxx-4.2.1/build/makefile.in from /opt/src/stdcxx-4.2.1/etc/config/como.config > gmake[1]: Entering directory `/opt/src/stdcxx-4.2.1/build' > gmake[2]: Entering directory `/opt/src/stdcxx-4.2.1/build/include' > gmake config > gmake[3]: Entering directory `/opt/src/stdcxx-4.2.1/build/include' > configuring stdcxx 4.2.1 for como-4.3.10.1 on linux-2.6.30-gentoo-r1-perfctr-x86_64 > checking if the compiler is sane ok (invoked with como) > checking if the linker is sane ok (invoked with como) > checking system architecture ILP32 little endian > ... > gmake[2]: Leaving directory `/opt/src/stdcxx-4.2.1/build/lib' > gmake[2]: Entering directory `/opt/src/stdcxx-4.2.1/build/lib' > .depend/atomic-cxx.d:1: *** multiple target patterns. Stop. > gmake[2]: Leaving directory `/opt/src/stdcxx-4.2.1/build/lib' > gmake[1]: *** [lib] Error 2 > gmake[1]: Leaving directory `/opt/src/stdcxx-4.2.1/build' > gmake: *** [libstd] Error 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.