From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 11 23:45:01 2013 Return-Path: Delivered-To: vbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48399C31; Wed, 11 Dec 2013 23:45:01 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 0120814CE; Wed, 11 Dec 2013 23:45:00 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 0C7E056ADE; Wed, 11 Dec 2013 18:44:57 -0500 (EST) Message-ID: <52A8F8F8.3040908@intertainservices.com> Date: Wed, 11 Dec 2013 18:44:56 -0500 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Subject: Re: FreeBSD Port: emulators/virtualbox-ose References: <52A8C3DA.7010303@intertainservices.com> <52A8CE3C.3050000@intertainservices.com> <52A8D627.9040900@intertainservices.com> In-Reply-To: X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 0C7E056ADE.A7963 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No X-Mailman-Approved-At: Thu, 12 Dec 2013 00:14:32 +0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" , vbox@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 23:45:01 -0000 On 12/11/13 18:34, Bernhard Fröhlich wrote: > > > Am 11.12.2013 22:16 schrieb "Mike Jakubik" > >: > > > > On 12/11/13 15:51, Bernhard Fröhlich wrote: > >> > >> > >> That definitely is the libstdc++ from our ancient gcc 4.2 in base. > Could you try to temporary rename the so and try to start vbix again? > Don't forget to rename it afterwards if there are any binaries that > still need it. > >> > > > > Renaming /usr/lib/libstdc++.so.6 addresses the problem. Do you know > a way to check if anything else might need this? > > > > Thank you. > > You could either try manually with ldd which so a binary needs or I > think bsdadmin scrips contains some libcheck script that can check > that in bulk. > Ahh yes, pkg_libchk did the job, it appears nothing was using this, thanks again.