Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 90935 invoked from network); 16 Oct 2007 00:46:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 00:46:56 -0000 Received: (qmail 94494 invoked by uid 500); 16 Oct 2007 00:46:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 94478 invoked by uid 500); 16 Oct 2007 00:46:43 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 94467 invoked by uid 99); 16 Oct 2007 00:46:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 17:46:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 00:46:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 353EF7141EB for ; Mon, 15 Oct 2007 17:45:55 -0700 (PDT) Message-ID: <3694372.1192495555215.JavaMail.jira@brutus> Date: Mon, 15 Oct 2007 17:45:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-393) [eccp 3.9/Linux] error on incomplete struct lconv in In-Reply-To: <4656722.1176245912233.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-393: -------------------------------- Severity: Compiler Error Affects Version/s: (was: 4.2) trunk Fix Version/s: 4.2 This affects old trunk and is already fixed. > [eccp 3.9/Linux] error on incomplete struct lconv in > --------------------------------------------------------------- > > Key: STDCXX-393 > URL: https://issues.apache.org/jira/browse/STDCXX-393 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: trunk > Environment: eccp 3.9/Fedora Core 6 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.2 > > > After fixing STDCXX-392 the latest trunk now fails to compile with EDG eccp 3.9 on Fedora Core 6 (gcc 4.1.1 back end) with the error below: > $ nice make BUILDTYPE=11s BUILDDIR=/build/sebor/stdcxx-eccp-3.9-11s CONFIG=eccp.config > creating BUILDDIR=/build/sebor/stdcxx-eccp-3.9-11s > generating /build/sebor/stdcxx-eccp-3.9-11s/makefile.in from /home/sebor/stdcxx-trunk/etc/config/eccp.config > make[1]: Entering directory `/build/sebor/stdcxx-eccp-3.9-11s' > make[2]: Entering directory `/build/sebor/stdcxx-eccp-3.9-11s/include' > make config > make[3]: Entering directory `/build/sebor/stdcxx-eccp-3.9-11s/include' > configuring for eccp-3.9 on linux-2.6.18-1.2798.fc6-x86_64 > checking if the compiler is sane ok (invoked with eccp) > checking if the linker is sane ok (invoked with eccp) > checking system architecture ILP32 little endian > ... > make[2]: Leaving directory `/build/sebor/stdcxx-eccp-3.9-11s/lib' > make[2]: Entering directory `/build/sebor/stdcxx-eccp-3.9-11s/lib' > ... > eccp -c -I/home/sebor/stdcxx-trunk/include/ansi -D_RWSTDDEBUG -I/home/sebor/stdcxx-trunk/include -I/build/sebor/stdcxx-eccp-3.9-11s/include -A -x --template_directory=/build/sebor/stdcxx-eccp-3.9-11s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 /home/sebor/stdcxx-trunk/src/codecvt.cpp > "/home/sebor/stdcxx-trunk/include/ansi/_clocale.h", line 64: error #70: > incomplete type is not allowed > struct lconv _RWSTD_LCONV; > ^ > 1 error detected in the compilation of "/home/sebor/stdcxx-trunk/src/codecvt.cpp". > make: *** [codecvt.o] Error 2 > make[2]: Leaving directory `/build/sebor/stdcxx-eccp-3.9-11s/lib' > make[1]: *** [lib] Error 2 > make[1]: Leaving directory `/build/sebor/stdcxx-eccp-3.9-11s' > make: *** [libstd] Error 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.