From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 11 14:10:01 2013 Return-Path: Delivered-To: vbox@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0EEED03 for ; Wed, 11 Dec 2013 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE6981EB4 for ; Wed, 11 Dec 2013 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBEA1Ec098559 for ; Wed, 11 Dec 2013 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBBEA1bu098558; Wed, 11 Dec 2013 14:10:01 GMT (envelope-from gnats) Date: Wed, 11 Dec 2013 14:10:01 GMT Message-Id: <201312111410.rBBEA1bu098558@freefall.freebsd.org> To: vbox@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182468: commit references a PR X-Mailman-Approved-At: Wed, 11 Dec 2013 14:19:31 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service 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 14:10:01 -0000 The following reply was made to PR ports/182468; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182468: commit references a PR Date: Wed, 11 Dec 2013 14:01:52 +0000 (UTC) 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 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]* VBOXUSER?= vboxusers _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"