Bug 138063 - [patch] emulators/virtualbox: does NOT respect CC and CXX
Summary: [patch] emulators/virtualbox: does NOT respect CC and CXX
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-22 08:20 UTC by swell.k
Modified: 2009-09-11 00:20 UTC (History)
0 users

See Also:


Attachments
virtualbox.diff (539 bytes, patch)
2009-08-22 08:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-08-22 08:20:04 UTC
$ make CC=gcc43 CXX=g++43
===>  Configuring for virtualbox-3.0.51.r22226
Checking for environment: Determined build machine: freebsd.amd64, target machine: freebsd.amd64, OK.
Checking for kBuild: found, OK.
Checking for gcc:
  ** gcc version 4.5.0 found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<4!
===>  Script "configure" failed unexpectedly.
Please report the problem to vbox@FreeBSD.org [maintainer] and attach the
"/var/tmp/ports/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22226/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1

How-To-Repeat: 1. add symlink gcc, cc -> gcc45 to PATH before /usr/bin/gcc
2. try to build using CC and CXX set in environment or as make args
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-22 08:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vbox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-11 00:17:06 UTC
beat        2009-09-10 23:16:56 UTC

  FreeBSD ports repository

  Modified files:
    emulators/virtualbox Makefile distinfo pkg-plist 
  Added files:
    emulators/virtualbox/files patch-Config.kmk 
                               patch-src-VBox-Runtime-r0drv-freebsd-semeventmulti-r0drv-freebsd.c 
                               patch-src-VBox-Runtime-r0drv-freebsd-spinlock-r0drv-freebsd.c 
                               patch-src-VBox-Runtime-r0drv-freebsd.semevent-r0drv-freebsd.c 
  Removed files:
    emulators/virtualbox/files patch-include-iprt-types.h 
                               patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c 
  Log:
  - Update to 3.0.51r22683. This version adds support for tap interface
    networking done by nox@, working VT-x, ACPI and Host DVD/CD access
    support and several FreeBSD related bugfixes.
  - Update Guest Additions to 3.0.6.
  - Respect CC and CXX variables. [1]
  - Add support for WITHOUT_X11 build. [2]
  - Fix pkg-plist for WITHOUT_NLS. [2]
  - Use LocalConfig.kmk to simplify configuration. [2]
  - Install vboxapi module and fix xpcom.vboxxpcom python api. [2]
  
  PR:             ports/138063 [1]
  Submitted by:   Anonymous <swell dot k at gmail dot com> [1],
                  Bernhard Froehlich <decke AT bluelife.at> [2]
  On behalf of:   vbox@ (decke, dhn, miwi, nox)
  
  Revision  Changes    Path
  1.6       +42 -21    ports/emulators/virtualbox/Makefile
  1.4       +6 -6      ports/emulators/virtualbox/distinfo
  1.3       +10 -0     ports/emulators/virtualbox/files/patch-Config.kmk (new)
  1.2       +0 -14     ports/emulators/virtualbox/files/patch-include-iprt-types.h (dead)
  1.3       +0 -14     ports/emulators/virtualbox/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c (dead)
  1.1       +41 -0     ports/emulators/virtualbox/files/patch-src-VBox-Runtime-r0drv-freebsd-semeventmulti-r0drv-freebsd.c (new)
  1.1       +14 -0     ports/emulators/virtualbox/files/patch-src-VBox-Runtime-r0drv-freebsd-spinlock-r0drv-freebsd.c (new)
  1.1       +41 -0     ports/emulators/virtualbox/files/patch-src-VBox-Runtime-r0drv-freebsd.semevent-r0drv-freebsd.c (new)
  1.5       +54 -34    ports/emulators/virtualbox/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2009-09-11 00:17:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!