Date: Fri, 30 Jan 2004 14:56:25 +0100 From: Marius Strobl <marius@alchemy.franken.de> To: Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr> Cc: freebsd-ports@freebsd.org Subject: Re: devel/stl-icc and icc 8 Message-ID: <20040130145625.M381@newtrinity.zeist.de> In-Reply-To: <20040130111134.GA95929@banquo.homeip.net>; from Olivier.Saut@gmm.insa-tlse.fr on Fri, Jan 30, 2004 at 12:11:34PM %2B0100 References: <20040129191858.GA54977@banquo.homeip.net> <20040129203157.A48080@newtrinity.zeist.de> <20040130111134.GA95929@banquo.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 30, 2004 at 12:11:34PM +0100, Olivier Saut wrote: > > 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. Failing exception handling test is a known issue, either ignore it and install anyway or stick to ICC 7 for now. > > BTW, to use libraries from ports (math/fftw for instance) with icc, > should I recompile them with icc? > As fftw appears to be plain C there should be no technical reason (ABI-wise) to recompile. Libraries written in C++ should be recompiled.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040130145625.M381>