From owner-freebsd-current@FreeBSD.ORG Fri Mar 22 05:07:14 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62A39628 for ; Fri, 22 Mar 2013 05:07:14 +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 4B05D129 for ; Fri, 22 Mar 2013 05:07:14 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UIuC9-0007cf-9l for freebsd-current@freebsd.org; Thu, 21 Mar 2013 22:07:13 -0700 Date: Thu, 21 Mar 2013 22:07:13 -0700 (PDT) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <1363928833296-5797872.post@n5.nabble.com> In-Reply-To: <1363877898593-5797633.post@n5.nabble.com> References: <1363877898593-5797633.post@n5.nabble.com> Subject: Re: compiler confusion: gcc cannot be located and causes compiler errors MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 05:07:14 -0000 Another example of the problem: from compile of www/chromium: ===> FreeBSD 10 autotools fix applied to /usr/obj/asp/ports/www/chromium/work/chromium-courgette-redacted-25.0.1364.172/third_party/WebKit/Source/autotools/acinclude.m4 cd /usr/obj/asp/ports/www/chromium/work/chromium-courgette-redacted-25.0.1364.172 && GYP_DEFINES="use_cups=1 use_system_yasm=1 use_system_libxml=1 use_system_ffmpeg=0 use_system_libusb=1 use_system_libevent=1 use_system_libvpx=1 linux_strip_binary=1 linux_use_tcmalloc=0 linux_use_heapchecker=0 clang_use_chrome_plugins=0 disable_nacl=1 enable_webrtc=0 enable_openmax=1 enable_one_click_signin=1 no_gc_sections=1 os_ver=1000030 prefix_dir=/usr/local python_ver=2.7 ffmpeg_branding=Chrome proprietary_codecs=1 use_pulseaudio=1 gcc_version=46" /usr/local/bin/python2.7 ./build/gyp_chromium chrome/chrome.gyp --depth . Updating projects from gyp files... g++: not found compiler_version.py failed to execute: g++ -dumpversion Command 'g++ -dumpversion' returned non-zero exit status 127 gyp: Call to 'python ../build/compiler_version.py' returned exit status 1. while trying to load chrome/chrome.gyp *** [do-configure] Error code 1 -- View this message in context: http://freebsd.1045724.n5.nabble.com/compiler-confusion-gcc-cannot-be-located-and-causes-compiler-errors-tp5797633p5797872.html Sent from the freebsd-current mailing list archive at Nabble.com.