From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 22 21:23:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6001A953 for ; Fri, 22 Mar 2013 21:23:12 +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 459E4A8A for ; Fri, 22 Mar 2013 21:23:12 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UJ9Qd-0007V6-Eq for freebsd-ports-bugs@freebsd.org; Fri, 22 Mar 2013 14:23:11 -0700 Date: Fri, 22 Mar 2013 14:23:11 -0700 (PDT) From: Beeblebrox To: freebsd-ports-bugs@freebsd.org Message-ID: <1363987391164-5798206.post@n5.nabble.com> In-Reply-To: <201303221957.r2MJv4m6009293@red.freebsd.org> References: <201303221957.r2MJv4m6009293@red.freebsd.org> Subject: Re: ports/177279: emulators/kqemu-kmod-devel 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:23:12 -0000 [SOLVED] 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, and package builds/installs. With many thanks to Ren=C3=A9 Ladan -- View this message in context: http://freebsd.1045724.n5.nabble.com/ports-17= 7279-emulators-kqemu-kmod-devel-does-not-compile-tp5798167p5798206.html Sent from the freebsd-ports-bugs mailing list archive at Nabble.com.