From owner-freebsd-ports@FreeBSD.ORG Sun Jul 13 16:25:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7754C2D4 for ; Sun, 13 Jul 2014 16:25:51 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C41C23FA for ; Sun, 13 Jul 2014 16:25:50 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id d1so1431063wiv.3 for ; Sun, 13 Jul 2014 09:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KFuHO9YSnwpeklQYzfirEaoWD/VxOuk+KZUJPNuSSZU=; b=FdMbPLH3Fu+7LuWYIT6xS41CJPVbWuoXKKx0TpCf4taDQs/+sM+ltj+NM4vZRzbPyO 745shg4WUzXtjwi7tK7fx7j+TRKOV70pPcoetuk5x5nGdeicFz61E3srk0tw1JNjgfn2 Hc+uhZ6ngDw+i8KfedEIKhHVBBeoKQHz9d6TOSAP9gCNqbxM9LpXRK187wVZ5okVGf6p yk6u0/y2uZrPaC9cvEm/WqkTPMqkfiPKDGxCe1o4QHTyuvHW7z2EAm/Lq9Ef3j4NM51e jj/Jq2li3NOQOkpZBauLSZGf72fjmx7BYIn4rKbbpO6tejjftCD3fHy9u/gmZDE2u7t2 5tvQ== X-Received: by 10.180.207.48 with SMTP id lt16mr18925098wic.32.1405268749281; Sun, 13 Jul 2014 09:25:49 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id de5sm20448723wib.18.2014.07.13.09.25.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Jul 2014 09:25:48 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 13 Jul 2014 18:25:45 +0200 From: Baptiste Daroussin To: Nikolaj Thygesen Subject: Re: Blender/libicu linking issues Message-ID: <20140713162545.GN93051@ivaldir.etoilebsd.net> References: <53C2AE49.2090004@diamondbox.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nRwNdQxTdQ7rZk9A" Content-Disposition: inline In-Reply-To: <53C2AE49.2090004@diamondbox.dk> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 16:25:51 -0000 --nRwNdQxTdQ7rZk9A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 13, 2014 at 06:05:29PM +0200, Nikolaj Thygesen wrote: > Hi, >=20 > When linking Blender 2.71 on fbsd10 I get: >=20 > Linking CXX executable ../../bin/blender > /usr/bin/ld: warning: libicuuc.so.52, needed by=20 > /usr/local/lib/libboost_regex.so, not found (try using -rpath or=20 > -rpath-link) > /usr/bin/ld: warning: libicui18n.so.52, needed by=20 > /usr/local/lib/libboost_regex.so, not found (try using -rpath or=20 > -rpath-link) > /usr/bin/ld: warning: libicudata.so.52, needed by=20 > /usr/local/lib/libboost_regex.so, not found (try using -rpath or=20 > -rpath-link) > /usr/local/lib/libboost_regex.so: undefined reference to `u_tolower_52' > /usr/local/lib/libboost_regex.so: undefined reference to `u_digit_52' > /usr/local/lib/libboost_regex.so: undefined reference to `u_isblank_52' > /usr/local/lib/libboost_regex.so: undefined reference to `u_charType_52' > /usr/local/lib/libboost_regex.so: undefined reference to `u_isspace_52' > /usr/local/lib/libboost_regex.so: undefined reference to=20 > `icu_52::Locale::~Locale()' > /usr/local/lib/libboost_regex.so: undefined reference to=20 > `icu_52::Locale::Locale(icu_52::Locale const&)' > /usr/local/lib/libboost_regex.so: undefined reference to `u_charFromName_= 52' > /usr/local/lib/libboost_regex.so: undefined reference to=20 > `icu_52::Locale::Locale()' > /usr/local/lib/libboost_regex.so: undefined reference to=20 > `icu_52::Collator::createInstance(icu_52::Locale const&, UErrorCode&)' > c++: error: linker command failed with exit code 1 (use -v to see=20 > invocation) > --- bin/blender --- >=20 > I tried first rebuilding libicu which is currently at "icu-53.1",=20 > so it makes sense for blender not to find "libicuuc.so.52" I guess.=20 > Nothing helps. You should read the UPDATING entry about icu that you have not followed: libboost_regex.so: undefined reference to `u_tolower_52' That means in that case boost needs to be rebuilt first. regards, Bapt --nRwNdQxTdQ7rZk9A Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlPCswkACgkQ8kTtMUmk6ExDDQCdGGUb+vCSQPPKZBC4fpKkRDN8 dIQAoIQCMlDpSgd6MAn0ImyhhOw3Z5vl =n8DJ -----END PGP SIGNATURE----- --nRwNdQxTdQ7rZk9A--