Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 25810 invoked from network); 25 Jul 2007 18:53:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 18:53:57 -0000 Received: (qmail 41013 invoked by uid 500); 25 Jul 2007 18:53:55 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 40995 invoked by uid 500); 25 Jul 2007 18:53:55 -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 40971 invoked by uid 99); 25 Jul 2007 18:53:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 11:53:55 -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, 25 Jul 2007 11:53:53 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l6PIrUuG032206 for ; Wed, 25 Jul 2007 18:53:31 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 25 Jul 2007 12:52:44 -0600 Message-ID: <46A79C3F.1020000@roguewave.com> Date: Wed, 25 Jul 2007 12:53:51 -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: Intel C++ errors on Windows References: <46A6CFB8.4050405@roguewave.com> <46A78812.3030500@roguewave.com> In-Reply-To: <46A78812.3030500@roguewave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Jul 2007 18:52:44.0360 (UTC) FILETIME=[FC491480:01C7CEEC] X-Virus-Checked: Checked by ClamAV on apache.org Andrew Black wrote: > Greetings Martin > > I believe the failures are environment caused. > > For the Intel 10 builds on Windows 2003 AMD64, the Intel 10 compiler > isn't installed (Though the 9.1 compiler appears to be). > > For the Intel 9 builds on Windows 2000 and Windows 2003, the cause is > the use of an incorrect setenv. Sounds like a job for IT. Did you let them know about it and if so, what's the ETA on a fix? If it's not soon it might make sense to remove these builds from the schedule until they are set up correctly. Martin > > --Andrew Black > > Martin Sebor wrote: >> Andrew, Farid, >> >> Our Intel C++ builds (both 9.1 and 10) on Windows are failing with >> various configuration errors. Have you guys seen them yet and if so, >> do you have any comments on what's going on? >> >> Here's one from this build: >> http://people.apache.org/~sebor/stdcxx/results/win_2000-4-x86-icl-32b-9.1-11s-558871-log.gz.txt >> >> >> Performing Custom Build Step >> The system cannot find the path specified. >> Configuring for icc-9.1 - 11s Debug Static >> checking if compiler is sane... Configure: Fatal error: Compiler failed >> sanity check >> You may see log here: >> file://D:/bman5/builds/33883718/source-buildspace/build/icc-9.1/11s/include/config.log >> >> Project : error PRJ0019: A tool returned an error code from "Performing >> Custom Build Step" >> >> The config.log message indicates the compiler driver isn't installed: >> Compiling with command "icl /c /EHsc /GS /D_CRT_SECURE_NO_DEPRECATE /GR >> /MTd /Zi /Gm >> /I"D:\bman5\builds\33883718\source-buildspace\build\icc-9.1\11s\include\tests" >> /I"D:\bman5\builds\33883718\source-buildspace\include" >> /Fo"D:\bman5\builds\33883718\source-buildspace\build\icc-9.1\11s\include\tests\\" >> /Fd"D:\bman5\builds\33883718\source-buildspace\build\icc-9.1\11s\include\tests\sanity.pdb" >> "D:\bman5\builds\33883718\source-buildspace\build\icc-9.1\11s\include\tests\sanity.cpp"" >> >> 'icl' is not recognized as an internal or external command, >> operable program or batch file. >> >> >> Another but different one here: >> http://people.apache.org/~sebor/stdcxx/results/win_2003-1-amd64-icl-32b-10.0-12d-win32-558871-log.gz.txt >> >> ### Creating solution >> Solution generation script >> Checking arguments... >> Building directory tree created >> Checking consistence... >> conversion utility not found >> ### Building solution / Creating HTML log >> 'build\build_icc-10.0.bat' is not recognized as an internal or external >> command, >> >> Thanks >> Martin