From owner-freebsd-ports@FreeBSD.ORG Mon Dec 23 10:10:06 2013 Return-Path: Delivered-To: freebsd-ports@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 782235F1 for ; Mon, 23 Dec 2013 10:10:06 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 418BF1D40 for ; Mon, 23 Dec 2013 10:10:06 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id tp5so5645762ieb.22 for ; Mon, 23 Dec 2013 02:10:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z1h7qQAVB/GLQAh6/t1RDsXn7Hj5+Hir4CSvk+9gqlA=; b=VdpGNiCRRe4HSFD4wpo5Xkb9gNWzKjRiaMjAt1ZPMqm38o1PX5CH+iw2BGl93/rnZQ xgolCDvTXUo3ZClZC0spAP24pqza3TYMpHiXCXWlBqDwnABEJsbRndIq11DhDwWz9Qun 2sRysVhWHo5fFj2mnEb46bQL8gbVZqff/YOWFdObIMRbrG4XPhEQ0szyd5Fl3LHQ7Sh+ A9mly+MYF5uVaTBfP7bh1GaZr3Qz2QUiihdEb6m2qs0eqMxXFoNrjSDP5tghLC3rA1rB NlPY+MDmcq0bogYDK+YExDbwd5Tp5RC4gfuCic526VtbtGbcsgMB4eL41C1ah1Mq1D07 f6ZA== MIME-Version: 1.0 X-Received: by 10.43.155.84 with SMTP id lh20mr14712icc.81.1387793405677; Mon, 23 Dec 2013 02:10:05 -0800 (PST) Received: by 10.64.221.67 with HTTP; Mon, 23 Dec 2013 02:10:05 -0800 (PST) In-Reply-To: References: <6BNT0OlokL@dmeyer.dinoex.sub.org> Date: Mon, 23 Dec 2013 11:10:05 +0100 Message-ID: Subject: Re: kBuild and opera will not install in 10.0: lang/gcc46 conflicts with lang/gcc From: =?ISO-8859-1?Q?Jos=E9_Garc=EDa_Juanino?= To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Dirk Meyer , ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 10:10:06 -0000 On 23 December 2013 08:36, Bernhard Fr=F6hlich wrote: > > Am 22.12.2013 21:57 schrieb "Dirk Meyer" : > > Opera has an option to pick your poison. > > you can set COMPAT9, which does conflict with virtualbox. > > No it does not conflict anymore. That has been fixed already. Only a remark: the goal is install emulators/virtualbox-ose-additions and www/opera on a VirtualBox FreeBSD 10.0RC2. I have found a workaround: 1- First, install emulators/virtualbox-ose-additions with pkgng. Then you will get /usr/local/lib/gcc46/libstdc++.so.6 installed by lang/gcc port. 2- Install www/opera from ports: cd /usr/ports/www/opera && make install clean. This trick works as the port only check the installation of the libstdc++.so.6; it does not care the which package installed the library. Yes, there are some corner cases you need the flexibility of the port system :-) Best regards