Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 11869 invoked from network); 11 Nov 2006 00:38:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 00:38:58 -0000 Received: (qmail 43306 invoked by uid 500); 11 Nov 2006 00:39:09 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 43291 invoked by uid 500); 11 Nov 2006 00:39:09 -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 43262 invoked by uid 99); 11 Nov 2006 00:39:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 16:39:08 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 10 Nov 2006 16:38:57 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 165287142FA for ; Fri, 10 Nov 2006 16:38:37 -0800 (PST) Message-ID: <10398413.1163205517073.JavaMail.jira@brutus> Date: Fri, 10 Nov 2006 16:38:37 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-302) [Compaq C++] unsats for template specializations in tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [Compaq C++] unsats for template specializations in tests --------------------------------------------------------- Key: STDCXX-302 URL: http://issues.apache.org/jira/browse/STDCXX-302 Project: C++ Standard Library Issue Type: Bug Components: Build Environment: Compaq C++, Tru64 UNIX Reporter: Martin Sebor Many tests are failing to link due to unsats for template specializations instantiated in them. From the command line below it looks like the link line is missing the name of the template repository named on the compiler line by the argument to the -ptr option: cxx -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33198521/source-buildspace/include -I/build2/batman/5.0.0/builds/33198521/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33198521/source-buildspace/../rwtest -I/build2/batman/5.0.0/builds/33198521/source-buildspace/../rwtest/include -I/build2/batman/5.0.0/builds/33198521/source-buildspace/tests/include -x cxx -nocxxstd -std strict_ansi_errors -g -ptr 0.valcmp.ti -w1 -msg_disable 450 /build2/batman/5.0.0/builds/33198521/source-buildspace/tests/self/0.valcmp.cpp cxx 0.valcmp.o -o 0.valcmp -L/build2/batman/5.0.0/builds/33198521/source-buildspace/build/rwtest -lrwtest -nocxxstd -liconv -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build2/batman/5.0.0/builds/33198521/source-buildspace/include -I/build2/batman/5.0.0/builds/33198521/source-buildspace/build/include -I/build2/batman/5.0.0/builds/33198521/source-buildspace/../rwtest -I/build2/batman/5.0.0/builds/33198521/source-buildspace/../rwtest/include -I/build2/batman/5.0.0/builds/33198521/source-buildspace/tests/include -ptr .ti -L/build2/batman/5.0.0/builds/33198521/source-buildspace/build/lib -lstd -lm ld: Unresolved: run_test(const char*, const char*) run_test(const signed char*, const char*) run_test(const unsigned char*, const char*) run_test(const short*, const char*) run_test(const unsigned short*, const char*) run_test(const int*, const char*) run_test(const unsigned int*, const char*) run_test(const long*, const char*) run_test(const unsigned long*, const char*) run_test(const long long*, const char*) run_test(const unsigned long long*, const char*) run_test(const wchar_t*, const char*) gmake: *** [0.valcmp] Error 1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira