Date: Fri, 30 Jan 2004 12:11:34 +0100 From: Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr> To: Marius Strobl <marius@alchemy.franken.de> Cc: freebsd-ports@freebsd.org Subject: Re: devel/stl-icc and icc 8 Message-ID: <20040130111134.GA95929@banquo.homeip.net> In-Reply-To: <20040129203157.A48080@newtrinity.zeist.de> References: <20040129191858.GA54977@banquo.homeip.net> <20040129203157.A48080@newtrinity.zeist.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040130111134.GA95929>