From owner-freebsd-ports@FreeBSD.ORG Fri Oct 3 16:57:41 2003 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 7BF0216A4B3 for ; Fri, 3 Oct 2003 16:57:41 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583A943FE5 for ; Fri, 3 Oct 2003 16:57:40 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) h93NvMYq051586; Sat, 4 Oct 2003 01:57:22 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id h93NvGk9051585; Sat, 4 Oct 2003 01:57:16 +0200 (CEST) (envelope-from marius) Date: Sat, 4 Oct 2003 01:57:16 +0200 From: Marius Strobl To: Clint Olsen Message-ID: <20031004015716.A51459@newtrinity.zeist.de> References: <20031003225824.GA20710@0lsen.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: <20031003225824.GA20710@0lsen.net>; from clint@0lsen.net on Fri, Oct 03, 2003 at 03:58:24PM -0700 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.21.0.1; VDF 6.21.0.58 cc: ports@freebsd.org Subject: Re: Thanks for your help (another issue stlport-icc) 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, 03 Oct 2003 23:57:41 -0000 On Fri, Oct 03, 2003 at 03:58:24PM -0700, Clint Olsen wrote: > Thanks for your help with portupgrade and pkgdb. I won't lie and say I > completely understand what's all happening there, but at least I've made > progress :) > > I tried to compile stlport-icc, and near the end I got another error: > > icpc -D_THREAD_SAFE -D_REENTRANT -mt -w1 -g -O -I../../stlport -I. -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC obj/TestClass.o obj/main.o obj/nc_alloc.o obj/random_number.o obj/test_algo.o obj/test_algobase.o obj/test_list.o obj/test_slist.o obj/test_bit_vector.o obj/test_vector.o obj/test_deque.o obj/test_set.o obj/test_map.o obj/test_hash_map.o obj/test_hash_set.o obj/test_rope.o obj/test_string.o obj/test_bitset.o obj/test_valarray.o -L../../lib -lstlport_icc -lm -o ./eh_test > ../../lib/libstlport_icc.so: undefined reference to `__sigsetjmp' > gmake: *** [eh_test] Error 1 > *** Error code 2 > > I'm not sure why this symbol cannot be found. > It's a glibc symbol... This was fixed in icc-7.1.027_1. Portupgrade probably didn't update your installation of lang/icc as that port can't auto-fetch the distfile.