Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191653 - app-emulation/virtualbox-1.5.0 doesn't compile
Summary: app-emulation/virtualbox-1.5.0 doesn't compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla test (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-08 03:49 UTC by peijifeng
Modified: 2011-10-30 23:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peijifeng 2007-09-08 03:49:36 UTC
when compileing:
 * ERROR: app-emulation/virtualbox-1.5.0 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   virtualbox-1.5.0.ebuild, line 78:   Called die
 *
 * kmk failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/virtualbox-1.5.0/temp/build.log'.



Reproducible: Always

Steps to Reproduce:
1.emerge virtualbox
2.
3.

Actual Results:  
* ERROR: app-emulation/virtualbox-1.5.0 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   virtualbox-1.5.0.ebuild, line 78:   Called die
 *
 * kmk failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-emulation/virtualbox-1.5.0/temp/build.log'.
Comment 1 Goran Mekić 2007-09-10 07:46:53 UTC
A bit more informative error output:

>>> Compiling source in /var/tmp/portage/app-emulation/virtualbox-1.5.0/work/VirtualBox-1.5.0_OSE ...

Unrecognized option "--without-hal"

Usage: ./configure [OPTIONS]...

Configuration:
  -h, --help              display this help and exit
  --nofatal               don't abort on errors
  --disable-xpcom         disable XPCOM and related stuff
  --disable-sdl-ttf       disable SDL_ttf detection
  --build-xalan           build xalan & xerces from shipped sources

Paths:
  --with-gcc=PATH         location of the gcc compiler [gcc]
  --with-g++=PATH         location of the g++ compiler [g++]
  --with-kbuild=DIR       kbuild directory [/var/tmp/portage/app-emulation/virtualbox-1.5.0/work/VirtualBox-1.5.0_OSE/kBuild]
  --with-iasl=PATH        location of the iasl compiler [iasl]
  --with-linux=DIR        Linux kernel source directory [/lib/modules/2.6.22-reiser4-r6/build]
  --with-mkisofs=PATH     location of mkisofs [mkisofs]
  --with-qt-dir=DIR       directory for QT headers/libraries [/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 /usr/X11R6]
  --with-xalan=LIB        location of the xalan library [-lxalan-c]
  --with-xerces=LIB       location of the xerces library [-lxerces-c]

Build type:
  -d, --build-debug       build with debugging symbols and assertions
  --build-headless        build headless (without any X11 frontend)
/mnt/storage/portage/app-emulation/virtualbox/virtualbox-1.5.0.ebuild: line 68: ./env.sh: No such file or directory
/usr/lib64/portage/bin/emake: line 14: exec: kmk: not found
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-09-10 21:26:50 UTC
Not a bugzilla problem.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-09-10 21:39:48 UTC
(In reply to comment #0)
>  * If you need support, post the topmost build error, and the call stack if
> relevant.