From stdcxx-dev-return-4083-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Jul 27 17:49:03 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 78025 invoked from network); 27 Jul 2007 17:49:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 17:49:03 -0000 Received: (qmail 37365 invoked by uid 500); 27 Jul 2007 17:49:04 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 37348 invoked by uid 500); 27 Jul 2007 17:49:04 -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 37337 invoked by uid 99); 27 Jul 2007 17:49:04 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 10:49:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Fri, 27 Jul 2007 17:49:00 +0000 Received: from [10.70.3.58] ([10.70.3.58]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l6RHmbqp030361 for ; Fri, 27 Jul 2007 17:48:38 GMT Message-ID: <46AA2FF7.2030403@roguewave.com> Date: Fri, 27 Jul 2007 11:48:39 -0600 From: Andrew Black User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: invalid BUILDMODE in cygwin 15s build References: <7BDB2168BEAEF14C98F1901FD2DE6438BB0BD7@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE6438BB0BD7@epmsa009.minsk.epam.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings Farid. The cause is (mostly) a scheduling issue. In particular, the request specifies the use of windows threads, but the glue scripts used for unix builds don't know about windows threads. I'll resolve this problem today, as it's fairly simple to fix. --Andrew Black Farid Zaripov wrote: > I see in > http://people.apache.org/~sebor/stdcxx/results/win_xp-2-x86-gcc-32b-3.4. > 4-15s-win32-559300-log.gz.txt > that build was started with BUILDMODE=,archive,debug,narrow but should > started with > BUILDMODE=pthreads,archive,debug,narrow > > Farid.