From owner-freebsd-ports@FreeBSD.ORG Wed Jan 14 18:39:52 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 216B3498 for ; Wed, 14 Jan 2015 18:39:52 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 649C198D for ; Wed, 14 Jan 2015 18:39:50 +0000 (UTC) Received: (qmail 14679 invoked by uid 89); 14 Jan 2015 18:33:07 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.66) by mail.grem.de with ESMTPA; 14 Jan 2015 18:33:07 -0000 Date: Wed, 14 Jan 2015 19:33:06 +0100 From: Michael Gmelin To: Torsten Zuehlsdorff Subject: Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" Message-ID: <20150114193306.75213690@bsd64.grem.de> In-Reply-To: <54B62A03.2090003@toco-domains.de> References: <54AFB90B.2070209@toco-domains.de> <54B58862.6050704@FreeBSD.org> <54B62A03.2090003@toco-domains.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD ports , Bryan Drewery 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:39:52 -0000 On Wed, 14 Jan 2015 09:34:11 +0100 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? > Basically it comes down to this (too lazy to search for a better source/explanation): http://fedoraproject.org/wiki/UnderstandingDSOLinkChange -- Michael Gmelin