From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 23:42:58 2013 Return-Path: Delivered-To: svn-ports-all@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 9AA48A5E for ; Wed, 11 Dec 2013 23:42:58 +0000 (UTC) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52A3A14B8 for ; Wed, 11 Dec 2013 23:42:58 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id uz6so7720096obc.20 for ; Wed, 11 Dec 2013 15:42:57 -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=Zv2kw1YwXjrJkBX3uzHpcnVdOQdfD8PPHrGvxGmVPPQ=; b=WMhe/bZ/1zhP/8HIlTJKeQeOUtLAldR9ADTYT9RYrMxrj3GmcNwR2jXRa5P8fnsrW4 tsZ1GbYfmH/lKHIyBUa/jfsmwFSQRGM6gIWfTrzVrNoc51KSbLIpY8sUeQS3cd43zw9K O/iqN3rTYzwXHfNdYqgbHK1gg7it7Ml8lPaTg= 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=Zv2kw1YwXjrJkBX3uzHpcnVdOQdfD8PPHrGvxGmVPPQ=; b=WecTTJOP9HL4AJsfnZCoRVWKl3Zndqe7QMqsg34ijl13YS31zHoFumab+Zxu8+w+7R g9WTL3KrHlgnhG3LFZxGZ3oaCzbc3YGpl7BjsuuHLjk50GJ4eZK1r13VDA20rW7X8eGL KqmkOMH1YKTLi1D2ATT92QIqV+UokVtVCavL+TSrYFdze8RAcNMxc0hbveGzXmYcXGKS KwI+pd8KeprU40uUFHWXgvCXA/zz5EL/s7GfPrh9xPiOgrOZ0IhWqkLTDHk3WVnr7IYz AreELpSJLEkIPDJJH9Y0UNCrAL8kEWBF6SGv2J1H6FTYelfoU2CNZo3nylQMghk3LgaW Fq2A== X-Gm-Message-State: ALoCoQlRLJIzldPebJDnbJ3Z3gtTPidMdqbzV5EeiPrhgHRIHAvBw1xqw8Tpd593HZWGPyFA4Vn+ MIME-Version: 1.0 X-Received: by 10.60.68.135 with SMTP id w7mr3239749oet.37.1386805377469; Wed, 11 Dec 2013 15:42:57 -0800 (PST) Received: by 10.76.154.2 with HTTP; Wed, 11 Dec 2013 15:42:57 -0800 (PST) X-Originating-IP: [46.206.71.7] Received: by 10.76.154.2 with HTTP; Wed, 11 Dec 2013 15:42:57 -0800 (PST) In-Reply-To: References: <201312111401.rBBE1jgh091228@svn.freebsd.org> Date: Thu, 12 Dec 2013 00:42:57 +0100 Message-ID: Subject: Re: svn commit: r336164 - head/emulators/virtualbox-ose From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 23:42:58 -0000 Am 11.12.2013 22:46 schrieb "Eitan Adler" : > > On Wed, Dec 11, 2013 at 4:45 PM, Eitan Adler wrote: > > On Wed, Dec 11, 2013 at 3:47 PM, Bernhard Fr=F6hlich wrote: > >> > >> Am 11.12.2013 20:37 schrieb "Eitan Adler" : > >> > >> > >>> > >>> On Wed, Dec 11, 2013 at 9:01 AM, Bernhard Froehlich > >>> wrote: > >>> > Author: decke > >>> > Date: Wed Dec 11 14:01:44 2013 > >>> > New Revision: 336164 > >>> > URL: http://svnweb.freebsd.org/changeset/ports/336164 > >>> > > >>> > Log: > >>> > - Add misc/compat9x port as conflicting because it causes the wrong > >>> > libstdc++.so.6 > >>> > to be found by rtld. In fact vbox links to libstdc++.so.6 from > >>> > lang/gcc46 because of > >>> > USE_GCC=3Dyes but we have another shared object with the same shl= ib > >>> > version in compat9x > >>> > which is incompatible. > >>> > > >>> > VirtualBox: Error -610 in supR3HardenedMainInitRuntime! > >>> > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed= : > >>> > /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required > >>> > by /usr/local/lib/virtualbox/VBoxRT.so not found > >>> > > >>> > PR: ports/182468 > >>> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D182468 > >>> > Reported by: various FreeBSD 10 users > >>> > > >>> > Modified: > >>> > head/emulators/virtualbox-ose/Makefile > >>> > > >>> > Modified: head/emulators/virtualbox-ose/Makefile > >>> > > >>> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > >>> > --- head/emulators/virtualbox-ose/Makefile Wed Dec 11 13:35:12 2013 > >>> > (r336163) > >>> > +++ head/emulators/virtualbox-ose/Makefile Wed Dec 11 14:01:44 2013 > >>> > (r336164) > >>> > @@ -46,7 +46,7 @@ HAS_CONFIGURE=3D yes > >>> > CONFIGURE_ARGS+=3D--with-gcc=3D"${CC}" --with-g++=3D"${CXX}" --passive-mesa > >>> > USE_LDCONFIG=3D ${PREFIX}/lib/virtualbox > >>> > > >>> > -CONFLICTS=3D bcc-[0-9]* > >>> > +CONFLICTS=3D bcc-[0-9]* compat9x-* > >>> > CONFLICTS_INSTALL=3D virtualbox-ose-devel-[3,4]* > >>> > virtualbox-ose-legacy-[3,4]* virtualbox-ose-additions-[3,4]* > >>> > virtualbox-ose-additions-devel-[3,4]* > >>> > >>> This makes it impossible to have Java and VirtualBox on the same > >>> system which seems ... problematic. > >> > >> Feel free to provide an analysis and a patch to fix it. It just does not > >> work and since I do not have a proper fix at hand it's better to tell the > >> user than letting him find the issue hours later via google. > > > > Absolutely. I applaud your efforts on this port: its a lot of hard > > work and it usually functions. > > I realized after I sent that this could be read multiple ways. I > meant this as a compliment! I am optimistic per default :) Sadly the vbox port is in a really bad shape on FreeBSD 10 - partially this seem to be vbox issues but some are issues in base and I don't see how we could fix that before the 10.0 release. So don't be surprised if I need to mark vbox broken for 10.