From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 11:28:10 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10D006AB for ; Fri, 9 Jan 2015 11:28:10 +0000 (UTC) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C68A08CC for ; Fri, 9 Jan 2015 11:28:08 +0000 (UTC) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id 614751B22183 for ; Fri, 9 Jan 2015 12:18:35 +0100 (CET) Message-ID: <54AFB90B.2070209@toco-domains.de> Date: Fri, 09 Jan 2015 12:18:35 +0100 From: Torsten Zuehlsdorff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: FreeBSD ports Subject: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 11:28:10 -0000 Hello, i'm currently working on an update for games/wesnoth. I've made good progress and the game compiles with nearly all options at my 8 year old i386 Laptop with 10.0-RELEASE. But when i try compiling it on my fast amd64 10.1-RELEASE i get this error message: === start === root@hera:/usr/ports/games/wesnoth # make ===> Building for wesnoth-1.12.0 /bin/cp /usr/local/lib/X11/fonts/junicode/Junicode.ttf /usr/ports/games/wesnoth/work/wesnoth-1.12.0/fonts/Junicode-Regular.ttf [ 2%] Built target wesnoth-lua [ 3%] Built target wesnoth-core [ 3%] mo-update [wesnoth-sotbe-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-tb-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-test-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-thot-ang@latin]: Creating mo file. [ 3%] mo-update [wesnoth-ar]: Creating mo file. [ 3%] mo-update [wesnoth-ai-ar]: Creating mo file. [ 3%] mo-update [wesnoth-anl-ar]: Creating mo file. [ 3%] mo-update [wesnoth-aoi-ar]: Creating mo file. [ 3%] mo-update [wesnoth-did-ar]: Creating mo file. Linking CXX executable ../cutter [ 3%] mo-update [wesnoth-dm-ar]: Creating mo file. [ 3%] Built target campaignd [ 3%] mo-update [wesnoth-dw-ar]: Creating mo file. /usr/bin/ld: g: invalid DSO for symbol `_ZN5boost6system15system_categoryEv' definition /usr/local/lib/libboost_system.so.1.55.0: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (use -v to see invocation) --- cutter --- *** [cutter] Error code 1 === end === As you can see my devel/boost-libs is the current version. After some searching i believe their is nothing i can done, other than reporting this to the project? But why does it work at my laptop - the installed boost-libs (and all other ports and their options) are (or at least should be) identical. Am i right? Or are their options or flags for boost-libs, ld or another invoked program which i should try? Thank you very much, Torsten