From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 11 21:16:27 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 D684AF95; Wed, 11 Dec 2013 21:16:27 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id A90521889; Wed, 11 Dec 2013 21:16:27 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id C243456ACC; Wed, 11 Dec 2013 16:16:23 -0500 (EST) Message-ID: <52A8D627.9040900@intertainservices.com> Date: Wed, 11 Dec 2013 16:16:23 -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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: C243456ACC.A1464 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No X-Mailman-Approved-At: Wed, 11 Dec 2013 22:27:09 +0000 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 21:16:27 -0000 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.