From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 18 19:45:45 2014 Return-Path: Delivered-To: emulation@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 556108AE; Sat, 18 Jan 2014 19:45:45 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27BFE1A90; Sat, 18 Jan 2014 19:45:45 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kp14so5434609pab.34 for ; Sat, 18 Jan 2014 11:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Qp6iGn07jiPy4ar5NSvFTcCawfQblZ9phXxTkUduTFs=; b=OI7mel/uDcjqOtINtrUmRF6z7gwkorhpK2/AWJzSOFhzVtoq/Vv596B/ouqcCVa80Q NnRGgdnjxi4WgLA5Mk52sqWxbW7yACVi4mGdNAi2TtS4h9oQ24aEjXf88tQxM8W9iE9w zL3aJN4NqRO5W7N63HcDFAMCq14KvFwOyjtprapHdonRYqk5+lnD9HTKtZQIuE7PNffY 3TBuxgbAwg5btH96EpyD2LhMJ94uKe0NA7eYR2cNz9XjNlwOmDEl8Gfg0/p3QhF+sUDP Na4uDDcKF+MpsUAOMCMxmrwymuRdY9ujcSqWaPLuGhZIJdDT4lxFR0U0A4mtQxcY9cM9 IcQw== MIME-Version: 1.0 X-Received: by 10.67.3.34 with SMTP id bt2mr9428832pad.3.1390074344768; Sat, 18 Jan 2014 11:45:44 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Sat, 18 Jan 2014 11:45:44 -0800 (PST) Date: Sat, 18 Jan 2014 11:45:44 -0800 X-Google-Sender-Auth: d0mDLSTsFbXt-7iO2Mc_OdEVLtM Message-ID: Subject: VirtualBox-OSE 4.2.22 fails to configure (g++ not found) From: Kevin Oberman To: emulation@freebsd.org, vbox@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 19:45:45 -0000 I attempted to upgrade to 4.2.22 today on my RC5 system and it failed in configure with the following: Checking for gcc: ** g++ (variable CXX) not found! Check /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.22/configure.log for details ===> Script "configure" failed unexpectedly. configure.log is pretty short: # Log file generated by # # './configure --with-gcc=gcc --with-g++=g++ --passive-mesa --disable-pulse -$ # ***** Checking environment ***** Determined build machine: freebsd.amd64, target machine: freebsd.amd64 ***** Checking kBuild ***** found ***** Checking gcc ***** ** g++ (variable CXX) not found! # cat /etc/make.conf WITH_NEW_XORG=YES WITH_KMS=YES # pkg info gcc-4\* gcc-4.6.4 Of course, there is no g++, only g++46 on 10.0. Is this a configure error? -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com