From owner-freebsd-ports@FreeBSD.ORG Tue Jan 15 08:29:47 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB99AB5; Tue, 15 Jan 2013 08:29:47 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7E81D38E; Tue, 15 Jan 2013 08:29:46 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so3612523lbb.13 for ; Tue, 15 Jan 2013 00:29:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OmhST3FrWCLKDWE1ANYXYshvlTC9E0r9AzA5qYFhQXY=; b=yVpwg/9Q1Z1jNqoAigZF1IVM6EjEET8LyCFQbdm0M8AzqGNo/Yw9uBZWmDtr+wogwB yFA1i20jb89rHWYIrurK1epX1742ADh0MP2na9tqhm7MupNi0nV8eEr+JfR1ZHaqgMt5 j6aoFskYpeGbRE/arnLlGN+eKGjlg1iDfL4ZzZIQBVo+S9cA/CakCp8sKE+JZk6FL4P/ RnsWZpSOjz+knQYr9/qlHD3OShC2TemLAN9P/io+fkOBxD8Wba/KjIgZXHUFh815a+ej vYs2nazTLbKHBK/BsdKvK4NkljTrBEyU04/pL5pJ98C2+/QskDcrLn6+6ZUA43ENavJ0 1jew== X-Received: by 10.112.50.138 with SMTP id c10mr36170487lbo.104.1358238585364; Tue, 15 Jan 2013 00:29:45 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-59-146.w109-217.abo.wanadoo.fr. [109.217.86.146]) by mx.google.com with ESMTPS id lx18sm6277450lab.14.2013.01.15.00.29.43 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 00:29:44 -0800 (PST) Message-ID: <50F5136B.4070101@gmail.com> Date: Tue, 15 Jan 2013 09:29:31 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: Can't build devel/icu even with portmaster -w References: <50F51020.7060504@gmail.com> <20130115082134.GJ41127@ithaqua.etoilebsd.net> In-Reply-To: <20130115082134.GJ41127@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 08:29:47 -0000 On 15/01/2013 09:21, Baptiste Daroussin wrote: > On Tue, Jan 15, 2013 at 09:15:28AM +0100, David Demelier wrote: >> Hello, >> >> Trying to update, I've read /usr/ports/UPDATING and asked portmaster to >> update icu with the -w switch, but I have an error anyway >> >> gmake[1]: Entering directory >> `/tmp/ports/usr/ports/devel/icu/work/icu/source/data' >> Unpacking ./in/icudt50l.dat and generating out/tmp/icudata.lst (list of >> data files) >> LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH >> ../bin/icupkg -d ./out/build/icudt50l --list -x \* ./in/icudt50l.dat -o >> out/tmp/icudata.lst >> ../lib/libicutu.so.50: Undefined symbol "ures_swap_50" >> gmake[1]: *** [out/tmp/icudata.lst] Error 1 >> gmake[1]: Leaving directory >> `/tmp/ports/usr/ports/devel/icu/work/icu/source/data' >> gmake: *** [all-recursive] Error 2 >> *** [do-build] Error code 1 >> >> my current ICU version is 4.8.1.1 and the ports has THREADS enabled. >> >> Cheers, >> David >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > Are you trying with recent portstree aka 50.1.1? > > regards, > Bapt > Yes it is a up to date portstree, I've also tried to pkg_delete -f icu before but it fails too with an other error : Unpacking ./in/icudt50l.dat and generating out/tmp/icudata.lst (list of data files) LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/icupkg -d ./out/build/icudt50l --list -x \* ./in/icudt50l.dat -o out/tmp/icudata.lst Shared object "libicuuc.so.48" not found, required by "icupkg" gmake[1]: *** [out/tmp/icudata.lst] Error 1 gmake[1]: Leaving directory `/tmp/ports/usr/ports/devel/icu/work/icu/source/data' gmake: *** [all-recursive] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/devel/icu. *** [build] Error code 1 That looks very strange for me, why it try to link to .48 version while I have PORTVERSION set to 50.1.1? Can anyone give me a binary package of this version for 9-stable to use my system again :). I probably mixed old / new packages when I tried to use pkgng with a repository that was (I guess) not sync'ed with my own ports tree. Cheers