Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2014 22:44:17 +0200
From:      Nikolaj Thygesen <mailinglist@diamondbox.dk>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Blender/libicu linking issues
Message-ID:  <53C2EFA1.7000203@diamondbox.dk>
In-Reply-To: <20140713162545.GN93051@ivaldir.etoilebsd.net>
References:  <53C2AE49.2090004@diamondbox.dk> <20140713162545.GN93051@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53C2EFA1.7000203>