Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 56951 invoked from network); 7 Nov 2007 23:40:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 23:40:39 -0000 Received: (qmail 20088 invoked by uid 500); 7 Nov 2007 23:40:21 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 20073 invoked by uid 500); 7 Nov 2007 23:40:21 -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 20001 invoked by uid 99); 7 Nov 2007 23:40:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 15:40:20 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 23:40:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IpuV7-00021X-V9 for stdcxx-dev@incubator.apache.org; Wed, 07 Nov 2007 15:40:01 -0800 Message-ID: <13638627.post@talk.nabble.com> Date: Wed, 7 Nov 2007 15:40:01 -0800 (PST) From: Travis Vitek To: stdcxx-dev@incubator.apache.org Subject: Re: missing build line for 22.locale.codecvt.out In-Reply-To: <45F5AB72.5020106@roguewave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: vitek@roguewave.com References: <45F59654.4010108@roguewave.com> <45F5994B.1020306@roguewave.com> <45F5A2DB.90306@roguewave.com> <45F5AB72.5020106@roguewave.com> X-Virus-Checked: Checked by ClamAV on apache.org Martin Sebor wrote: > > It looks like the implicit rules are somehow causing it. Passing > -r to make to disable them make it work: > > $ rm -f 22.locale.codecvt.out.o 22.locale.codecvt.out; \ > make 22.locale.codecvt.out && ls -l 22.locale.codecvt.out \ > || rm -f 22.locale.codecvt.out.o 22.locale.codecvt.out; \ > make -r 22.locale.codecvt.out && ls -l 22.locale.codecvt.out > make: Nothing to be done for `22.locale.codecvt.out'. > 22.locale.codecvt.out: No such file or directory > gcc -c -I/build/sebor/stdcxx/include/ansi -D_RWSTDDEBUG > -D_RWSTD_USE_CONFIG -I/build/sebor/stdcxx/include > -I/build/sebor/stdcxx-gcc-4.1.0-11s/include > -I/build/sebor/stdcxx/../rwtest -I/build/sebor/stdcxx/../rwtest/include > -I/build/sebor/stdcxx/tests/include -pedantic -nostdinc++ -g -W -Wall > -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long > /build/sebor/stdcxx/tests/localization/22.locale.codecvt.out.cpp > gcc 22.locale.codecvt.out.o -o 22.locale.codecvt.out > -L/build/sebor/stdcxx-gcc-4.1.0-11s/rwtest -lrwtest11s > -L/build/sebor/stdcxx-gcc-4.1.0-11s/lib -lstd11s -lsupc++ -lm > rm 22.locale.codecvt.out.o > -rwxr-xr-x 1 sebor devel 3032001 Mar 12 12:31 > 22.locale.codecvt.out > Well `gmake -r 22.locale.codecvt.out' doesn't work on AIX with gmake v3.80. If I remove the %.out rule from makefile.rules, I can use -r and the problem goes away. I find this issue particularly annoying because it happens across the board and it isn't caused by a compiler bug or even an issue with the code itself. If we refuse to rename the test to eliminate this issue, then we should do _something_ to eliminate the error. I realize that renaming the test is a less than ideal solution, but something is definitely better than nothing. Travis -- View this message in context: http://www.nabble.com/missing-build-line-for-22.locale.codecvt.out-tf4385887.html#a13638627 Sent from the stdcxx-dev mailing list archive at Nabble.com.