Blender/libicu linking issues

Nikolaj Thygesen mailinglist at diamondbox.dk
Sun Jul 13 20:52:51 UTC 2014


On 07/13/2014 18:25, Baptiste Daroussin wrote:
> 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
Yep, you're right; thanks!

     N



More information about the freebsd-ports mailing list