From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 19:37:46 2013 Return-Path: Delivered-To: svn-ports-all@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 C2863AF6 for ; Wed, 11 Dec 2013 19:37:46 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A061107D for ; Wed, 11 Dec 2013 19:37:46 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id x13so5586426qcv.15 for ; Wed, 11 Dec 2013 11:37:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=O17tRcvlWZGIMc4avBjT0Mg9Zgj6hGBFEmfdrgzlMfw=; b=oS1N/HaC853KXKkriE8FTh3tQF8JfcNA5ChBc0BpMQ0V1Dt097hO71cAGpdBEqqVpp ZKIdMHLTrX3Ly6XM8ylmqX21foE1NMA+LUZlgpDv1xiDwjzVeGJQ7lDkcH9K0WTPcbqh IdUdH0AvaTU6Wcxtx6ZiOvgsviS5bWqV6W2bo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=O17tRcvlWZGIMc4avBjT0Mg9Zgj6hGBFEmfdrgzlMfw=; b=HEN/1w3YfrcEwPdAwEmNrFyOKvo9+CNXzRag9sYjiyu9MrdlHgjorr+ukPZE6HTW2g yQxLM0S5E8d4IYTx68DJfIX5dkJMeBFYqA/qirchsRsQDkurGiKEK0ECxenu9kcShIXV tt4RxI5cNHerxjqpV+7qzUjag985M7E2/q/Ycykt75Sku8Th9ceJTfNaOzLMEafI47JZ YGPmdosZAnwx/rdUtAMe/gsIsRuXpE+IGC60/S24MGpQe62Z9HW6dlaPw/Ec/xtySC3v CzE/KMtSOT3dDYjSsxdtsk6iEfkTr7YJT7c/bLDMi2UXvSK/TGuoOywZwOzPKeLZRjhV 3Kng== X-Gm-Message-State: ALoCoQnscWntal3xI0iVjaStcyAFD365J2npeZpDVK7aTWkTWl6FUsYQzVXkF98yiGnGYK6nPUOp X-Received: by 10.49.25.109 with SMTP id b13mr5797439qeg.3.1386790665630; Wed, 11 Dec 2013 11:37:45 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.86.42 with HTTP; Wed, 11 Dec 2013 11:37:15 -0800 (PST) In-Reply-To: <201312111401.rBBE1jgh091228@svn.freebsd.org> References: <201312111401.rBBE1jgh091228@svn.freebsd.org> From: Eitan Adler Date: Wed, 11 Dec 2013 14:37:15 -0500 X-Google-Sender-Auth: 9szOtfvsluVZUwM6i1AR7nJfryI Message-ID: Subject: Re: svn commit: r336164 - head/emulators/virtualbox-ose To: Bernhard Froehlich Content-Type: text/plain; charset=UTF-8 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 19:37:46 -0000 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. What is the root cause of the conflict? P.S. do we still have virtualbox-ose-devel* or any version 3 ports around? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams