From owner-freebsd-ports@FreeBSD.ORG Tue Jan 13 16:45:54 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 4DB1CF8E for ; Tue, 13 Jan 2015 16:45:54 +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 0B65A9AE for ; Tue, 13 Jan 2015 16:45:53 +0000 (UTC) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id 84E521B22126; Tue, 13 Jan 2015 17:45:45 +0100 (CET) Message-ID: <54B54BB8.2080606@toco-domains.de> Date: Tue, 13 Jan 2015 17:45:44 +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: Ben Woods Subject: Re: games/wesnoth: How to cope with "invalid DSO for symbol `_ZN5boost6system15system_categoryEv'" References: <54AFB90B.2070209@toco-domains.de> <54AFD249.7090001@toco-domains.de> <54B0DD38.8080503@toco-domains.de> In-Reply-To: <54B0DD38.8080503@toco-domains.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD ports 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: Tue, 13 Jan 2015 16:45:54 -0000 On 10.01.2015 09:05, Torsten Zühlsdorff wrote: >>> What is the output of the following command on both computers (the one >>> it works on and the one it doesn't)? >>> # pkg info boost-libs >> >> At the moment i just have access to the *not* working one. I try to find >> time at the weekend to look up the information at the other one. >> >> Because i don't know if you can already see something, i post the >> requested info for the *not* working one directly: >> >> === start === >> >> [output] > === end === > > As you can see they just differ in Architecture. After some searching and trying i can confirm, that adding this line fix the problem: LDFLAGS+= -L${LOCALBASE}/lib -lboost_system I don't understand why, but that's a huge step forward :) Next step: cleaning the pkg-plist :) Greetings, Torsten