From owner-freebsd-ports@FreeBSD.ORG Mon Jun 2 17:52:48 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 951E9E21; Mon, 2 Jun 2014 17:52:48 +0000 (UTC) Message-ID: <538CB9F0.9000900@FreeBSD.org> Date: Mon, 02 Jun 2014 13:52:48 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Wojciech Puchar , ports@FreeBSD.org Subject: Re: virtualbox-ose cannot compile References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 17:52:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-06-01 11:57:50 -0400, Wojciech Puchar wrote: > kBuild: Compiling VBoxOGLhosterrorspu - > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/GuestHost/OpenGL/error/errorspu_init.c > > kBuild: Compiling VBoxVNCMain - > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp > > kBuild: Compiling VBoxVNC - > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/ExtPacks/VNC/VBoxVNC.cpp > > kBuild: Compiling VBoxRemPrimary - > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/recompiler/VBoxRecompiler.c > > kmk: gcc: Command not found > kmk: *** > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o] > > Error 127 > The failing command: @gcc -c ... It should not build recompiler with gcc if $COMPILER_TYPE was properly detected. Maybe something's wrong with your base. Revert your local changes and try the following from the port: make -V COMPILER_TYPE It should print 'clang'. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTjLnvAAoJEHyflib82/FGOEgH/3/FCZsbBD3LTkQsJtdT9AeE OyTJEU1/JZtr1ut4soONjLEJ7WHleOrCvcu7BdoeLBTopOANLmuZumCRzNoGMcTO 1IfFG92rcDZGXkkomJFazm27lS9w8F69ajNEJzPzx8uQPolcmkhANWI9PDH7kSYT XdsPVJmYMmyPLpDhBLyVHliC6JGXqd6s3y+n4gDvReocGxYl6flKu+cOj6lUC5Q4 BgLx+ydOeb8PFt9FHj45/p6ytBJG18exXIIks/HMEWtcZuS2yMTs+9rNi8yvOQy6 iiX2+vdcIaUVHi3s5iVa9XAQrtA4pkJNeVDAd2spEH9ABIkppmo+hYq7Wa+4MwE= =oEVn -----END PGP SIGNATURE-----