Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 27103 invoked from network); 4 Mar 2008 23:28:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 23:28:53 -0000 Received: (qmail 14347 invoked by uid 500); 4 Mar 2008 23:28:49 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 14323 invoked by uid 500); 4 Mar 2008 23:28:49 -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 14314 invoked by uid 99); 4 Mar 2008 23:28:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 15:28:49 -0800 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; Tue, 04 Mar 2008 23:28:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADB21234C08C for ; Tue, 4 Mar 2008 15:27:40 -0800 (PST) Message-ID: <1999953351.1204673260710.JavaMail.jira@brutus> Date: Tue, 4 Mar 2008 15:27:40 -0800 (PST) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-735) [EDG eccp 3.9] error on SIGALRM in test/src/process.cpp In-Reply-To: <1037524185.1203468403453.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-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575190#action_12575190 ] Travis Vitek commented on STDCXX-735: ------------------------------------- Merged to 4.2.x from trunk in [r633703|http://svn.apache.org/viewvc?rev=633703] > [EDG eccp 3.9] error on SIGALRM in test/src/process.cpp > ------------------------------------------------------- > > Key: STDCXX-735 > URL: https://issues.apache.org/jira/browse/STDCXX-735 > Project: C++ Standard Library > Issue Type: Bug > Components: Test Driver > Affects Versions: trunk > Environment: EDG eccp 3.9 on Linux with gcc 4.1.2 on the back end. > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: trunk > > Original Estimate: 1h > Remaining Estimate: 1h > > Building the test driver on the latest trunk with EDG eccp fails with the error below. This is a regression: > {noformat} > eccp -c -I/home/sebor/stdcxx/include/ansi -D_RWSTDDEBUG -I/home/sebor/stdcxx/include -I/build/sebor/stdcxx-eccp-3.9-11s/include -I/home/sebor/stdcxx/tests/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/tests/src/process.cpp > "/home/sebor/stdcxx/tests/src/process.cpp", line 560: error #20: identifier > "SIGALRM" is undefined > prev_alarm_handler = signal (SIGALRM, handle_alarm_signal); > ^ > "/home/sebor/stdcxx/tests/src/process.cpp", line 580: error #20: identifier > "EINTR" is undefined > if (EINTR == errno && alarm_timeout) { > ^ > "/home/sebor/stdcxx/tests/src/process.cpp", line 652: error #20: identifier > "SIGALRM" is undefined > signal (SIGALRM, prev_alarm_handler); > ^ > 3 errors detected in the compilation of "/home/sebor/stdcxx/tests/src/process.cpp". > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.