From owner-freebsd-ports@FreeBSD.ORG Sun Dec 22 11:13:51 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 608219C6 for ; Sun, 22 Dec 2013 11:13:51 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F83F151D for ; Sun, 22 Dec 2013 11:13:51 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id hk11so18890856igb.0 for ; Sun, 22 Dec 2013 03:13:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JkHfxtRGcEaCskcyCot0+dudpeGGRwHOYdg55qHqKcs=; b=SBWEYZ7aIdismewNoyT3Lp9i8YrxEcYLosPk23ieLIy8QdIKA0UGKrapz3zlhb6Eit w+UJSBKzoPT0VHdKKQ8bcZlJSOBNu5nZEuBhaKPunrFkpsE39S/hAfyFC4sppcBehHId 6wmeGJL6+nrB/UypaxWalyuSDYt/CuJyZTsagLN0timcDYJ4XjnRAh2l6h2sfgS846hm Hu2l+QOcaDrdoejUhdo2UmnlnqT79Cu0N8Av6psP/peGD6kmmpNy/xlGmmo2WE5gUyV8 KE0Tvac6k3vZwSPxbJEcCQD3e4Tc0tHOnqqeLFWWhwdEVy0wldlboPE6wvcS7OpmnBGL femA== MIME-Version: 1.0 X-Received: by 10.43.138.148 with SMTP id is20mr12488428icc.23.1387710829359; Sun, 22 Dec 2013 03:13:49 -0800 (PST) Received: by 10.64.221.67 with HTTP; Sun, 22 Dec 2013 03:13:49 -0800 (PST) Date: Sun, 22 Dec 2013 12:13:49 +0100 Message-ID: Subject: 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: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sun, 22 Dec 2013 11:13:51 -0000 Hello, I have running a recent FreeBSD 10.0-RC2, and I get the following scenario: www/opera depends on lang/gcc46 devel/kBuild depends on lang/gcc But both gcc46 and gcc are incompatible, so I cannot install opera and kBuild. However, lang/gcc and lang/gcc46 install the same versi=F3n compile= r 4.6.4. Any idea to fix this conflict? I am using pkgng to install the ports. Best regards