From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 11 23:34:43 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 C66C6947 for ; Wed, 11 Dec 2013 23:34:43 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81D2A141E for ; Wed, 11 Dec 2013 23:34:43 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id l6so8116711oag.35 for ; Wed, 11 Dec 2013 15:34:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6Hs83Tlc/3dSnFIwLNcpC5ODoMFTyMzYWy400A7Lr5Y=; b=Vs9YOvE/Bv1s8ONj8OO4kdKfr+ijwAqIpWZg8ZyP0T5NTpDWSZvzNgo6oHfFICwA53 4AOEHtsn3LxG2ncvs8c4cUJrWR33QyJmOIp9U7ho4lPl1qgu13k9+mA0S+K4DnsdkQyF cmZO4oMjzH1UH7t+MGB6xiFNAAAis+j6lFVvw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6Hs83Tlc/3dSnFIwLNcpC5ODoMFTyMzYWy400A7Lr5Y=; b=BwHXjDSvcgzADjgKKw7JQlUD10q2ae2snWXfz9jHEB8dJuRQTe5I31D5gEAZjeMUWI TuJN8ffQysdB9qnRSzrvCSWOwt6Pa6YN1hFMEM0+spZ5UUD4Y0FL+ogFupoxx9jI3CKj RX10rJy3mgRKfxDh7n29oPXtF3Fq+PuyjHDxDg05gy9bB+c4IIzAvwJGQeOAygWPuGuZ pk0CX0nvGiXlKorpzPV8nYZ95Zq2GDJi9SvfO+2fel7H0CLe4q0FPwR9xaOz06GJs3sv uzR99I6fYG2QAj6grJLHtOhJin1zObFcBOLc8oECQf/UH4AZRLif/JoPdbUpfOq5hYzx 5XMg== X-Gm-Message-State: ALoCoQkDvYAEYvXYuxtcd1aHfUBVuxJAGiXvNfdSNMySC1Ki4AGdcTzoDJiuSsFtmdaedCYltyN2 MIME-Version: 1.0 X-Received: by 10.182.144.136 with SMTP id sm8mr3200550obb.63.1386804882733; Wed, 11 Dec 2013 15:34:42 -0800 (PST) Received: by 10.76.154.2 with HTTP; Wed, 11 Dec 2013 15:34:42 -0800 (PST) X-Originating-IP: [46.206.71.7] Received: by 10.76.154.2 with HTTP; Wed, 11 Dec 2013 15:34:42 -0800 (PST) In-Reply-To: <52A8D627.9040900@intertainservices.com> References: <52A8C3DA.7010303@intertainservices.com> <52A8CE3C.3050000@intertainservices.com> <52A8D627.9040900@intertainservices.com> Date: Thu, 12 Dec 2013 00:34:42 +0100 Message-ID: Subject: Re: FreeBSD Port: emulators/virtualbox-ose From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Mike Jakubik X-Mailman-Approved-At: Thu, 12 Dec 2013 00:14:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:34:43 -0000 Am 11.12.2013 22:16 schrieb "Mike Jakubik" < mike.jakubik@intertainservices.com>: > > On 12/11/13 15:51, Bernhard Fr=F6hlich 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.