Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7410 invoked from network); 16 Oct 2007 01:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 01:31:51 -0000 Received: (qmail 26663 invoked by uid 500); 16 Oct 2007 01:31:39 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 26648 invoked by uid 500); 16 Oct 2007 01:31:39 -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 26632 invoked by uid 99); 16 Oct 2007 01:31:39 -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 18:31:39 -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 01:31:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BD1257141EB for ; Mon, 15 Oct 2007 18:30:50 -0700 (PDT) Message-ID: <21974671.1192498250772.JavaMail.jira@brutus> Date: Mon, 15 Oct 2007 18:30:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-599) [EDG eccp 3.9/Solaris 9] error on mkstemp() in file.cpp In-Reply-To: <5318933.1192496031320.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-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-599. ------------------------------- Resolution: Fixed Fix Version/s: 4.2 Fix confirmed in a manual build. Closing. > [EDG eccp 3.9/Solaris 9] error on mkstemp() in file.cpp > ------------------------------------------------------- > > Key: STDCXX-599 > URL: https://issues.apache.org/jira/browse/STDCXX-599 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: trunk > Environment: EDG eccp 3.9 on Solaris 9 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.2 > > > The top of 4.2.0 fails to build with EDG eccp 3.9 on Solaris 9 with the error below: > $ nice gmake BUILDTYPE=11s BUILDDIR=/build/sebor/stdcxx-4.2.0-eccp-3.9-11s CONFIG=eccp.config > Bad string > creating BUILDDIR=/build/sebor/stdcxx-4.2.0-eccp-3.9-11s > generating /build/sebor/stdcxx-4.2.0-eccp-3.9-11s/makefile.in from /amd/homes/sebor/stdcxx-4.2.0/etc/config/eccp.config > Bad string > gmake[1]: Entering directory `/build/sebor/stdcxx-4.2.0-eccp-3.9-11s' > gmake[2]: Entering directory `/build/sebor/stdcxx-4.2.0-eccp-3.9-11s/include' > gmake config > gmake[3]: Entering directory `/build/sebor/stdcxx-4.2.0-eccp-3.9-11s/include' > configuring stdcxx 4.2.0 for eccp-3.9 on > checking if the compiler is sane ok (invoked with eccp) > checking if the linker is sane ok (invoked with eccp) > checking system architecture ILP32 big endian > ... > eccp -c -I/amd/homes/sebor/stdcxx-4.2.0/include/ansi -D_RWSTDDEBUG -I/amd/homes/sebor/stdcxx-4.2.0/include -I/build/sebor/stdcxx-4.2.0-eccp-3.9-11s/include -A -x --template_directory=/build/sebor/stdcxx-4.2.0-eccp-3.9-11s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 /amd/homes/sebor/stdcxx-4.2.0/src/file.cpp > "/amd/homes/sebor/stdcxx-4.2.0/src/file.cpp", line 265: error #20: identifier > "mkstemp" is undefined > fd = mkstemp (fnamebuf); > ^ > 1 error detected in the compilation of "/amd/homes/sebor/stdcxx-4.2.0/src/file.cpp". > gmake[2]: *** [file.o] Error 2 > gmake[2]: Leaving directory `/build/sebor/stdcxx-4.2.0-eccp-3.9-11s/lib' > gmake[1]: *** [lib] Error 2 > gmake[1]: Leaving directory `/build/sebor/stdcxx-4.2.0-eccp-3.9-11s' > 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.