From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 22 21:14:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F11743F for ; Fri, 22 Mar 2013 21:14:44 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 841879EF for ; Fri, 22 Mar 2013 21:14:44 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UJ9IS-0005z2-9t for freebsd-ports-bugs@freebsd.org; Fri, 22 Mar 2013 14:14:44 -0700 Date: Fri, 22 Mar 2013 14:14:44 -0700 (PDT) From: Beeblebrox To: freebsd-ports-bugs@freebsd.org Message-ID: <1363986884300-5798200.post@n5.nabble.com> In-Reply-To: <201303222020.r2MKKE5Y042424@freefall.freebsd.org> References: <201303222013.r2MKDElb042094@red.freebsd.org> <201303222020.r2MKKE5Y042424@freefall.freebsd.org> Subject: Re: ports/177283: www/chromium does not compile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 21:14:44 -0000 I seem to have found the solution to the problem: lang/gcc needs to have symlinks in /usr/bin. Create these: # ln -s /usr/local/bin/gcc46 /usr/bin/gcc # ln -s /usr/local/bin/g++46 /usr/bin/g++ This way most, "gcc not found" errors should disappear. With many thanks to Ren=C3=A9 Ladan -- View this message in context: http://freebsd.1045724.n5.nabble.com/ports-17= 7283-www-chromium-does-not-compile-tp5798182p5798200.html Sent from the freebsd-ports-bugs mailing list archive at Nabble.com.