From owner-freebsd-ports@FreeBSD.ORG Wed Jan 14 18:47:50 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 8C86C69F for ; Wed, 14 Jan 2015 18:47:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 71153A68 for ; Wed, 14 Jan 2015 18:47:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t0EIlohw040296 for ; Wed, 14 Jan 2015 18:47:50 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t0EIloQj040295 for freebsd-ports@freebsd.org; Wed, 14 Jan 2015 18:47:50 GMT (envelope-from bdrewery) Received: (qmail 92644 invoked from network); 14 Jan 2015 12:47:46 -0600 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 14 Jan 2015 12:47:46 -0600 Message-ID: <54B6B9D5.1030803@FreeBSD.org> Date: Wed, 14 Jan 2015 12:47:49 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Torsten Zuehlsdorff , 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> <54B62A03.2090003@toco-domains.de> In-Reply-To: <54B62A03.2090003@toco-domains.de> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: text/plain; charset=windows-1252 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 18:47:50 -0000 On 1/14/2015 2:34 AM, Torsten Zuehlsdorff wrote: > 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 "recent head" means the development version of FreeBSD, aka FreeBSD 11. Not 10.1. The binutils I speak of is not from ports, it is in the base system. -- Regards, Bryan Drewery