From owner-freebsd-ports@FreeBSD.ORG Fri Jan 30 05:56:35 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 6BE4116A4D4 for ; Fri, 30 Jan 2004 05:56:35 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B960243D41 for ; Fri, 30 Jan 2004 05:56:31 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i0UDuURv074240; Fri, 30 Jan 2004 14:56:30 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i0UDuPDN074239; Fri, 30 Jan 2004 14:56:25 +0100 (CET) (envelope-from marius) Date: Fri, 30 Jan 2004 14:56:25 +0100 From: Marius Strobl To: Olivier Saut Message-ID: <20040130145625.M381@newtrinity.zeist.de> 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=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040130111134.GA95929@banquo.homeip.net>; from Olivier.Saut@gmm.insa-tlse.fr on Fri, Jan 30, 2004 at 12:11:34PM +0100 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.23.0.3; VDF 6.23.0.52 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 13:56:35 -0000 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.