From owner-freebsd-ports@FreeBSD.ORG Sun Jul 13 16:13:26 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 DB62BDF4 for ; Sun, 13 Jul 2014 16:13:26 +0000 (UTC) Received: from csmtp3.one.com (csmtp3.one.com [91.198.169.23]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E846232C for ; Sun, 13 Jul 2014 16:13:25 +0000 (UTC) Received: from diamond.diamondbox.dk (port830.ds1-ry.adsl.cybercity.dk [212.242.182.205]) by csmtp3.one.com (Postfix) with ESMTPA id 9C6DE400011E6 for ; Sun, 13 Jul 2014 16:05:31 +0000 (UTC) Message-ID: <53C2AE49.2090004@diamondbox.dk> Date: Sun, 13 Jul 2014 18:05:29 +0200 From: Nikolaj Thygesen Organization: diamondbox.dk User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Blender/libicu linking issues Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:13:26 -0000 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. br - Nikolaj