From owner-freebsd-ports@FreeBSD.ORG Tue Jan 15 08:15:49 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 86FA1C60 for ; Tue, 15 Jan 2013 08:15:49 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) by mx1.freebsd.org (Postfix) with ESMTP id 168FE2EF for ; Tue, 15 Jan 2013 08:15:48 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id fs13so4795657lab.9 for ; Tue, 15 Jan 2013 00:15:42 -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:subject :content-type:content-transfer-encoding; bh=QlK50aExhlQ4m+Ya9VHQLg6Bmvi9dAwIgyBNBWaoVks=; b=0HDiZzqEitI6Lcso+L7qy4qz2g+AffIRQ0WsQtC9r6a6cTFbfuq7mjbXMaHwvPnWGT yXCtNbT3dLsX8aaamy7VdVyYejALi0qC9B5SuFMmSEpWbU4YThGzTm5C7kwKB9kyk7TJ 1ebFaHxnbCUBHw24XHQb7myHbc1yJTp1TPqdtlvHtlxwq8Gdw3ZPwBNFwKt57194TPVe uxdAcEtz2n2woNyM0Iq2/zAE+Qok7Ew2C8oqy2OsGJ9g/F4Snxyd3youbdlk4Z8Fd95U E1VR6xdeG9PKyxCdsqvGRqYXedOO5gmIsFrQt88NDGfCwezK3/YTdZIufEIqS/pFw474 n30g== X-Received: by 10.152.144.38 with SMTP id sj6mr83649542lab.48.1358237742417; Tue, 15 Jan 2013 00:15:42 -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 ox6sm6264382lab.16.2013.01.15.00.15.40 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 00:15:41 -0800 (PST) Message-ID: <50F51020.7060504@gmail.com> Date: Tue, 15 Jan 2013 09:15:28 +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: freebsd-ports@freebsd.org Subject: Can't build devel/icu even with portmaster -w Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:15:49 -0000 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