From owner-svn-ports-head@FreeBSD.ORG Wed Dec 11 19:37:47 2013 Return-Path: Delivered-To: svn-ports-head@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 DB6AFAF8 for ; Wed, 11 Dec 2013 19:37:46 +0000 (UTC) Received: from mail-qe0-x232.google.com (mail-qe0-x232.google.com [IPv6:2607:f8b0:400d:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5AA107E for ; Wed, 11 Dec 2013 19:37:46 +0000 (UTC) Received: by mail-qe0-f50.google.com with SMTP id 1so5940023qec.9 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=RPL+7VnPzJETvvllDem9Vm6nE0P9VGnehkGPiSuJKAHDKKcpc4v6bIyFRAIxcirbot PqZaeCy5g4WM796hahI18N+8kU95UC4XoBt1OImPdz/iL0odukwL1/d3ZeIh9i7goTA3 tRv5QdopbDmQp+9tniogJP6Os9e1KSI5lZOAT6JgsS9GihPZldQgm6bmL/x5nYivQ0UE 0d9zk8hiaBwV9j08ZCltg5g5tIbe7sWWBswbcQ4jPlgOPkZ2+r5h7p+MrXegsFqC62L/ 2yO0T/yp/E0C/0JADgHu0HKsRNq+g9hHxFYmuFhKrJkfHSmGLTQw4SU3+C+ggGa7Qecb TwBA== X-Gm-Message-State: ALoCoQnVmKGscuAqNEhX9AMxTK8CHPY/JnkR8UsEwtF0E5neW/sCT4v7ZnB7ny3YtOwsUCMaNVd/ 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 19:37:47 -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