Blender/libicu linking issues

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 13 16:25:51 UTC 2014


On Sun, Jul 13, 2014 at 06:05:29PM +0200, Nikolaj Thygesen wrote:
> Hi,
> 
>      When linking Blender 2.71 on fbsd10 I get:
> 
> Linking CXX executable ../../bin/blender
> /usr/bin/ld: warning: libicuuc.so.52, needed by 
> /usr/local/lib/libboost_regex.so, not found (try using -rpath or 
> -rpath-link)
> /usr/bin/ld: warning: libicui18n.so.52, needed by 
> /usr/local/lib/libboost_regex.so, not found (try using -rpath or 
> -rpath-link)
> /usr/bin/ld: warning: libicudata.so.52, needed by 
> /usr/local/lib/libboost_regex.so, not found (try using -rpath or 
> -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 
> `icu_52::Locale::~Locale()'
> /usr/local/lib/libboost_regex.so: undefined reference to 
> `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 
> `icu_52::Locale::Locale()'
> /usr/local/lib/libboost_regex.so: undefined reference to 
> `icu_52::Collator::createInstance(icu_52::Locale const&, UErrorCode&)'
> c++: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> --- bin/blender ---
> 
>      I tried first rebuilding libicu which is currently at "icu-53.1", 
> so it makes sense for blender not to find "libicuuc.so.52" I guess. 
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20140713/52998d5c/attachment.sig>


More information about the freebsd-ports mailing list