From owner-freebsd-ports@FreeBSD.ORG Fri Jan 30 03:11:34 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 2CA7216A4CE for ; Fri, 30 Jan 2004 03:11:34 -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 18AFF43D39 for ; Fri, 30 Jan 2004 03:11:32 -0800 (PST) (envelope-from Olivier.Saut@gmm.insa-tlse.fr) Received: by banquo.homeip.net (Postfix, from userid 1001) id B1D08D6; Fri, 30 Jan 2004 12:11:34 +0100 (CET) Date: Fri, 30 Jan 2004 12:11:34 +0100 From: Olivier Saut To: Marius Strobl Message-ID: <20040130111134.GA95929@banquo.homeip.net> References: <20040129191858.GA54977@banquo.homeip.net> <20040129203157.A48080@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040129203157.A48080@newtrinity.zeist.de> 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 11:11:34 -0000 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 at EH test : hash_multiset [hash_multiset] :testing hash resize (weak) ... 100 try successful [hash_multiset] :testing insertion of random value without resize (strong) ... 5 try successful [hash_multiset] :testing insertion or random value (weak) ... 4 try successful [hash_multiset] :testing range insertion at random position (weak) ... 258 try successful [hash_multiset] :testing pointer range constructor (const) ... 227 try successful [hash_multiset] :testing range insertion at random position (weak) ... 576 try successful [hash_multiset] :testing default constructor (const) ... 2 try successful [hash_multiset] :testing iterator range n-size constructor (const) ... 472 try successful [hash_multiset] :testing copy constructor (const) ... 198 try successful [hash_multiset] :testing assignment operator (weak) ... 197 try successful EH test : rope [rope] :testing single insertion at random position (weak) ... eh_test_d in free(): error: chunk is already free Abort trap (core dumped) gmake: *** [eh_test_d.out] Erreur 134 *** Error code 2 Stop in /usr/ports/devel/stlport-icc. BTW, to use libraries from ports (math/fftw for instance) with icc, should I recompile them with icc? Thanks a lot, - Olivier