From owner-freebsd-ports@FreeBSD.ORG Wed Jan 14 08:34:15 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DA50BC7; Wed, 14 Jan 2015 08:34:15 +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 E2447CB7; Wed, 14 Jan 2015 08:34:14 +0000 (UTC) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id 93E0D1B22178; Wed, 14 Jan 2015 09:34:11 +0100 (CET) Message-ID: <54B62A03.2090003@toco-domains.de> Date: Wed, 14 Jan 2015 09:34:11 +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: Bryan Drewery , FreeBSD ports Subject: Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" References: <54AFB90B.2070209@toco-domains.de> <54B58862.6050704@FreeBSD.org> In-Reply-To: <54B58862.6050704@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; 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: Wed, 14 Jan 2015 08:34:15 -0000 On 13.01.2015 22:04, Bryan Drewery wrote: > On 1/9/2015 5:18 AM, Torsten Zuehlsdorff wrote: >> [ 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 --- > > Usually this means -lboost_system is missing from the linker line. > Recent binutils in recent FreeBSD head has been patched to be more clear > about it. As you can see from the output of "pkg info" i have the most recent binutils installed. At an FreeBSD 10.1 - also the most recent released version. Therefore i don't understand your comment. Can you explain it further? Whats your advice? Remove this line because it should work? Or keep the line for compatibility reasons? Greetings, Torsten