From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 20:44:42 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 9258F2D5; Wed, 11 Dec 2013 20:44:42 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF081607; Wed, 11 Dec 2013 20:44:42 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 27A0920E68; Wed, 11 Dec 2013 15:44:39 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Wed, 11 Dec 2013 15:44:39 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=qJNXi0/Idjp2UFevzRaJaWnNmng=; b=jBI 2/J6jXBpd/LnNojvgUlgvL9mRTGsT5srvLG35oS8MNKEd2rI0TswhAkiQiTXE9Nk jrTK5EVifMkSc70UISD34MOG0ijkAmYub5ah38aoddeNQ2IkLmQfvDuG+wOecdDt UfQqtBMdsryba6Job2yfTGiPv37w2zSjMtkm5klg= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id F0DD511AC43; Wed, 11 Dec 2013 15:44:38 -0500 (EST) Message-Id: <1386794678.28970.58473081.09404960@webmail.messagingengine.com> X-Sasl-Enc: OOmMf7qCUJYyaj1swCUUIbZNjjKY3iC/UnnPSWsMDZuX 1386794678 From: Mark Felder To: Eitan Adler , Bernhard Froehlich MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-605a1389 In-Reply-To: References: <201312111401.rBBE1jgh091228@svn.freebsd.org> Subject: Re: svn commit: r336164 - head/emulators/virtualbox-ose Date: Wed, 11 Dec 2013 14:44:38 -0600 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, 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 20:44:42 -0000 On Wed, Dec 11, 2013, at 13:37, Eitan Adler wrote: > 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=yes but we have another shared object with the same shlib 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=182468 > > Reported by: various FreeBSD 10 users > > > > Modified: > > head/emulators/virtualbox-ose/Makefile > > > > Modified: head/emulators/virtualbox-ose/Makefile > > ============================================================================== > > --- 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= yes > > CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --passive-mesa > > USE_LDCONFIG= ${PREFIX}/lib/virtualbox > > > > -CONFLICTS= bcc-[0-9]* > > +CONFLICTS= bcc-[0-9]* compat9x-* > > CONFLICTS_INSTALL= 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. > Or Virtualbox and the Opera browser on FreeBSD 10...