From owner-freebsd-ports@FreeBSD.ORG Fri Jan 30 04:58:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE77016A4D0 for ; Fri, 30 Jan 2004 04:58:10 -0800 (PST) Received: from banquo.homeip.net (AToulouse-104-1-4-144.w80-11.abo.wanadoo.fr [80.11.126.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A1043D73 for ; Fri, 30 Jan 2004 04:57:44 -0800 (PST) (envelope-from Olivier.Saut@gmm.insa-tlse.fr) Received: by banquo.homeip.net (Postfix, from userid 1001) id 330C2D6; Fri, 30 Jan 2004 13:57:47 +0100 (CET) Date: Fri, 30 Jan 2004 13:57:47 +0100 From: Olivier Saut To: Olivier Saut Message-ID: <20040130125747.GA98160@banquo.homeip.net> References: <20040129191858.GA54977@banquo.homeip.net> <20040129203157.A48080@newtrinity.zeist.de> <20040130111134.GA95929@banquo.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040130111134.GA95929@banquo.homeip.net> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: devel/stl-icc and icc 8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Olivier.Saut@gmm.insa-tlse.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 12:58:10 -0000 Olivier Saut (Olivier.Saut@gmm.insa-tlse.fr) a écrit: > Marius Strobl (marius@alchemy.franken.de) a écrit: > > > On Thu, Jan 29, 2004 at 08:18:58PM +0100, Olivier Saut wrote: > > > Is there any known issue about devel/stl-icc and icc 8. The build fails > > > after : > > > icpc -I../stlport -w1 -D_THREAD_SAFE -D_REENTRANT -O -g -D_STLP_DEBUG ostream.cpp -c -o ../lib/obj/ICC-FREEBSD/DebugSTL/ostream.o > > > icpcbin: error: /usr/local/intel_cc_80/bin/mcpcom: core dumped > > > icpcbin: error: Fatal error in /usr/local/intel_cc_80/bin/mcpcom, terminated by unknown signal(139) > > > compilation aborted for ostream.cpp (code 1) > > > gmake: *** [../lib/obj/ICC-FREEBSD/DebugSTL/ostream.o] Erreur 1 > > > *** Error code 2 > > > > > > Stop in /usr/ports/devel/stlport-icc. > > > > > > I use icc version 8.0.55 (the non-commercial version from Intel) with the > > > port downgraded to this version (current port has version 8.0.58). > > > > > > > This was fixed in pe057. > > > > > > Thanks, I have updated icc to the version in ports. The build now fails > ... Sorry I misunderstood the meaning of pe057 in your reply. I just saw the commit log of version 1.59 of icc/Makefile... Sorry for wasting your bandwidth, - Olivier