From owner-freebsd-ports@FreeBSD.ORG Wed Dec 11 20:51:43 2013 Return-Path: Delivered-To: ports@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 D0CE970D for ; Wed, 11 Dec 2013 20:51: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 8DCBA16A7 for ; Wed, 11 Dec 2013 20:51:43 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id l6so7880688oag.7 for ; Wed, 11 Dec 2013 12:51: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=NCIzlJEEImK7QnRVWIRM+K3UMKv0TjcLW/CIHfWK7YE=; b=PdroEynzl20eMTy3lnjByVaR/eDesb4HgsiNx6I/QZTpvVNnvGM5gkqQDA7XMjYSF6 DczJZLnOm0znFcD75kQR+WEDgfDIVmxVRV+4/l86DGUykTWzsfXBMAndcwN9G1vj4IUd MrvGjeI9qtCApRYzYAwm7Nk3fmDhrDQPEsZ4Q= 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=NCIzlJEEImK7QnRVWIRM+K3UMKv0TjcLW/CIHfWK7YE=; b=lyeJRAckSY0Pt01v9u17AAyMzSQZJZbs3F3ML6EFAgTte4SQNA4s2CNzquyajSHsKM zhBt8L6a5dLKOlxs+COG/D9JMgUhA0YdVl20JfoHdCEaDzT5rE4afq60UicEE7EmonB4 diV9NbRBODz02PzXOHG12eZwlDmX+9wuteH6d4TMYAeNgzxTvSdNHUiplJao8cv1H0Oh guL+l1uMnHE50cSnZZXXUM0uD6b4mzyHwnL+4BerDzGmfNsWzXo4Pjws7SDRxJ6uo82t ISPyG7GQGtgM9X81Egmu9dKr2CHhkhIJZdJuM1nucXHhrEGQPJZVo+bOCs4dRLfl46zO bBgg== X-Gm-Message-State: ALoCoQk8RkTyXWeJq7SxkDCAXXe8RUrVQZkpbTkJFvYdDlCASfbZMey6Oo7SdyMG17mkd7tmWrzm MIME-Version: 1.0 X-Received: by 10.60.45.65 with SMTP id k1mr2840157oem.48.1386795102705; Wed, 11 Dec 2013 12:51:42 -0800 (PST) Received: by 10.76.154.2 with HTTP; Wed, 11 Dec 2013 12:51:42 -0800 (PST) X-Originating-IP: [46.206.71.7] Received: by 10.76.154.2 with HTTP; Wed, 11 Dec 2013 12:51:42 -0800 (PST) In-Reply-To: <52A8CE3C.3050000@intertainservices.com> References: <52A8C3DA.7010303@intertainservices.com> <52A8CE3C.3050000@intertainservices.com> Date: Wed, 11 Dec 2013 21:51:42 +0100 Message-ID: Subject: Re: FreeBSD Port: emulators/virtualbox-ose From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Mike Jakubik 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-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 20:51:43 -0000 Am 11.12.2013 21:42 schrieb "Mike Jakubik" < mike.jakubik@intertainservices.com>: > > On 12/11/13 15:32, Bernhard Fr=F6hlich wrote: >> >> I can only repeat myself. It will not happen any day soon because clang >> does not support global register variables and they do not seem to have any >> interest to implement that. > > > Got it. > >> Could you please send me the following output just to verify: >> strings /usr/lib/libstdc++.so.6 | grep GLIBCXX >> >> $ strings /usr/lib/libstdc++.so.6 | grep GLIBCX > > > GLIBCXX_3.4 > GLIBCXX_3.4.1 > GLIBCXX_3.4.2 > GLIBCXX_3.4.3 > GLIBCXX_3.4.4 > GLIBCXX_3.4.5 > GLIBCXX_3.4.6 > GLIBCXX_3.4.7 > GLIBCXX_3.4.8 > GLIBCXX_3.4.9 > GLIBCXX_FORCE_NEW > > make delete-old and delete-old-libs does not remove anything from my system at this point, i am going to try compile again but with gcc47 this time. > > Thanks! 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= .