From owner-freebsd-ports@FreeBSD.ORG Sun Dec 22 11:55:27 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07B6D2A4 for ; Sun, 22 Dec 2013 11:55:27 +0000 (UTC) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0BE3175B for ; Sun, 22 Dec 2013 11:55:26 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id m1so4746633oag.31 for ; Sun, 22 Dec 2013 03:55:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2tqsRE4NVWTdgN/U0CGPi7Yh7aRbLGmNIqx7aeVHK/Y=; b=bl/fnx7NMCpmbwXHFuRPQBjbrxSWRlUSjzXvyJ8m+kB/ezjzN44tdDr0cy7RlqfvJ2 MZzHllB1/j9IGweXeCeZEwnOPK7eJ6KCCMcQPNmCTdtVWMWJxmJOKW1nSWsYvPre8drg N2sU78EDPYUGuko65yiTdGN+7MPPAVCmpZsP4= 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:date :message-id:subject:from:to:cc:content-type; bh=2tqsRE4NVWTdgN/U0CGPi7Yh7aRbLGmNIqx7aeVHK/Y=; b=NwHXXQbeEs0Rq2x3ZuQQdihauv69DtJcDd7N1qtt7kPSiE9m+MgDlbPUL9JRl44QqK 3olIwzLImSFElG5mhrkbe3acRYomRci3KpMmwAuayjLpqXkoECI+XjiITCwSV8gC9u8L 7v0QTXq7EmcoBK8MvHwy3Tte0LH4OQ5KmjoY/ZFOx1kWSMnPzXw6HInbskI4aYvxS6G/ cLheX+jGIY32XtZWiDZesZLHdRhYUHQzdDiL4jD0z3zy8X/mrRYH87o21ULR1o+nVX9O JmSItd5WEO0Wc7VQgWnR0H5fiR4BjieAl13wmdcmoRxpPhkYefAWT/RDi8QAfp4teiRD 0knw== X-Gm-Message-State: ALoCoQl73KkusM/cMYAB/UCyym0s5dQhka5CdXAw1ZpHXGAxLvCl+GcvkrsCs2BWuRDfg5OnTheM MIME-Version: 1.0 X-Received: by 10.182.148.106 with SMTP id tr10mr1351788obb.65.1387713326017; Sun, 22 Dec 2013 03:55:26 -0800 (PST) Sender: decke@bluelife.at Received: by 10.76.154.2 with HTTP; Sun, 22 Dec 2013 03:55:25 -0800 (PST) X-Originating-IP: [188.45.105.237] Received: by 10.76.154.2 with HTTP; Sun, 22 Dec 2013 03:55:25 -0800 (PST) In-Reply-To: References: Date: Sun, 22 Dec 2013 12:55:25 +0100 X-Google-Sender-Auth: uDoFHJyw8ypbd4m5caMm-G965KA Message-ID: Subject: Re: kBuild and opera will not install in 10.0: lang/gcc46 conflicts with lang/gcc From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: =?ISO-8859-1?Q?Jos=E9_Garc=EDa_Juanino?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: dinoex@freebsd.org, 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: Sun, 22 Dec 2013 11:55:27 -0000 Am 22.12.2013 12:13 schrieb "Jos=E9 Garc=EDa Juanino" : > > 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 compi= ler > 4.6.4. Any idea to fix this conflict? I am using pkgng to install the > ports. kBuild is using USE_GCC=3Dyes which uses lang/gcc right now in version 4.6. Opera has a strict dependency on on FreeBSD 10 for gcc4.6 because of libstdc++.so.6. RUN_DEPENDS+=3D ${LOCALBASE}/lib/gcc46/libstdc++.so.6:${PORTSDIR}/lang/gc= c46 I am not sure if opera really needs to be that strict on which libstdc++ it uses since it also seems to be happy with libstdc++ from gcc 4.2 on FreeBSD 9. I've cc'd the opera maintainer so let's see what he thinks.