Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 24535 invoked from network); 11 Apr 2007 17:32:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 17:32:57 -0000 Received: (qmail 4051 invoked by uid 500); 11 Apr 2007 17:33:03 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 4045 invoked by uid 500); 11 Apr 2007 17:33:03 -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 4030 invoked by uid 99); 11 Apr 2007 17:33:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 10:33:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 10:32:54 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l3BHViWJ029991 for ; Wed, 11 Apr 2007 17:31:44 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Apr 2007 11:32:49 -0600 Message-ID: <461D1BC8.4030402@roguewave.com> Date: Wed, 11 Apr 2007 11:32:56 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: a couple of minor problems in gcc builds References: <461C2568.1030002@roguewave.com> In-Reply-To: <461C2568.1030002@roguewave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Apr 2007 17:32:49.0753 (UTC) FILETIME=[6D1A5C90:01C77C5F] X-Virus-Checked: Checked by ClamAV on apache.org Martin Sebor wrote: > There are a couple of minor issues in our gcc builds (both Linux and > Solaris). AFAICT, neither of them appears to be causing any build > failures but they seem more than cosmetic. [...] > Second, we get the error below from the first invocation of make: > > ### gmake builddir BUILDMODE=pthreads,shared,optimized, CONFIG=gcc.config > /bin/sh: cho: command not found > rm: cannot remove `/tmp/longsize': Operation not permitted > > I suspect the second problem is fallout from my change 523520 (see > http://svn.apache.org/viewvc?view=rev&revision=523520) and I plan > to work on fixing it. FYI: This change should fix the problem above (gcc builds from last night appear to confirm it): http://svn.apache.org/viewvc?view=rev&revision=527345 Martin