Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 15156 invoked from network); 20 May 2008 20:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 20:15:18 -0000 Received: (qmail 79223 invoked by uid 500); 20 May 2008 20:15:18 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 79078 invoked by uid 500); 20 May 2008 20:15:18 -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 78997 invoked by uid 99); 20 May 2008 20:15:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 13:15:17 -0700 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, 20 May 2008 20:14:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC52D234C120 for ; Tue, 20 May 2008 13:14:55 -0700 (PDT) Message-ID: <821177649.1211314495704.JavaMail.jira@brutus> Date: Tue, 20 May 2008 13:14:55 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-905) [Sun C++ 5.9/Solaris 10] 22.locale.synopsis link error on Solaris platforms In-Reply-To: <1352808850.1209663175711.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-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598445#action_12598445 ] Eric Lemings commented on STDCXX-905: ------------------------------------- This test is not appearing in the nightly build results. When it does (and is passing), I'll close this issue. > [Sun C++ 5.9/Solaris 10] 22.locale.synopsis link error on Solaris platforms > --------------------------------------------------------------------------- > > Key: STDCXX-905 > URL: https://issues.apache.org/jira/browse/STDCXX-905 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.1 > Reporter: Eric Lemings > Assignee: Eric Lemings > Fix For: 4.2.2 > > Original Estimate: 2h > Time Spent: 1.5h > Remaining Estimate: 0.5h > > The tests/localization/22.locale.synopsis test fails to link on Solaris platforms with the following warnings and errors: > {noformat} > CC -c -mt -I/stdcxx/trunk/include -I/build/lemings/stdcxx-trunk/include -I/stdcxx/trunk/tests/include -library=%none -O -m64 +w -errtags -erroff=hidef /stdcxx/trunk/tests/localization/22.locale.synopsis.cpp > "/stdcxx/trunk/tests/localization/22.locale.synopsis.cpp", line 39: Warning, nokeyworddefine: keyword "protected" is being redefined. > "/stdcxx/trunk/tests/localization/22.locale.synopsis.cpp", line 530: Warning, truncwarn: Conversion of 64 bit type value to "unsigned" causes truncation. > "/stdcxx/trunk/include/loc/_locale.h", line 347: Warning, notemsource: Could not find source for std::collate::do_compare(const int*, const int*, const int*, const int*) const. > "/stdcxx/trunk/include/loc/_locale.h", line 347: Warning, notemsource: Could not find source for std::collate::do_transform(const int*, const int*) const. > "/stdcxx/trunk/include/loc/_locale.h", line 347: Warning, notemsource: Could not find source for std::collate::do_hash(const int*, const int*) const. > 5 Warning(s) detected. > CC 22.locale.synopsis.o -o 22.locale.synopsis -L/build/stdcxx-trunk/rwtest -lrwtest12D -library=%none -mt -m64 -L/build/stdcxx-trunk/lib -R/build/stdcxx-trunk/lib:/build/stdcxx-trunk/rwtest -lstd12D -lm > Undefined first referenced > symbol in file > long std::collate::do_hash(const int*,const int*)const 22.locale.synopsis.o > std::basic_stringstd::collate::do_transform(const int*,const int*)const 22.locale.synopsis.o > int std::collate::do_compare(const int*,const int*,const int*,const int*)const 22.locale.synopsis.o > ld: fatal: Symbol referencing errors. No output written to 22.locale.synopsis > gmake: *** [22.locale.synopsis] Error 1 > {noformat} > This test was added per Jira issue STDCXX-869. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.