Date: Sun, 13 Jul 2014 18:25:45 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Nikolaj Thygesen <mailinglist@diamondbox.dk> Cc: freebsd-ports@freebsd.org Subject: Re: Blender/libicu linking issues Message-ID: <20140713162545.GN93051@ivaldir.etoilebsd.net> In-Reply-To: <53C2AE49.2090004@diamondbox.dk> References: <53C2AE49.2090004@diamondbox.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140713162545.GN93051>