Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258089 - app-emulation/virtualbox-ose-2.0.6 crashes to emerge. Failing on ... DrvHostDVD.o] Error 1
Summary: app-emulation/virtualbox-ose-2.0.6 crashes to emerge. Failing on ... DrvHostD...
Status: RESOLVED DUPLICATE of bug 253004
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alessio Cassibba (X-Drum)
URL:
Whiteboard:
Keywords: TESTED
Depends on:
Blocks:
 
Reported: 2009-02-08 09:50 UTC by Vasiliy Kotikov
Modified: 2011-10-30 23:15 UTC (History)
0 users

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


Attachments
A complete build log (build.log,83.35 KB, text/plain)
2009-02-08 09:50 UTC, Vasiliy Kotikov
Details
The ebuild environment file (environment,120.30 KB, text/plain)
2009-02-08 09:51 UTC, Vasiliy Kotikov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vasiliy Kotikov 2009-02-08 09:50:04 UTC
* 
 * ERROR: app-emulation/virtualbox-ose-2.0.6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3001:  Called die
 * The specific snippet of code:
 *       MAKE="kmk" emake TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" TOOL_YASM_AS=yasm KBUILD_PATH="${S}/kBuild" all || die "kmk failed"
 *  The die message:
 *   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-ose-2.0.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/virtualbox-ose-2.0.6/temp/environment'.
 * 


Reproducible: Always

Steps to Reproduce:
1.emerge -av =app-emulation/virtualbox-ose-2.0.6
2.
3.

Actual Results:  
exit 1 from emerge...

Expected Results:  
successfully installed.
Comment 1 Vasiliy Kotikov 2009-02-08 09:50:53 UTC
Created attachment 181300 [details]
A complete build log
Comment 2 Vasiliy Kotikov 2009-02-08 09:51:24 UTC
Created attachment 181302 [details]
The ebuild environment file
Comment 3 Vasiliy Kotikov 2009-02-08 10:05:26 UTC
I found this bug is related to 2.6.28-tuxonice-r1 kernel headers:
Here is a patch
http://www.virtualbox.org/attachment/ticket/2936/VBox-kernel-headers-2.6.28.patch
Comment 4 Alessio Cassibba (X-Drum) 2009-02-08 17:38:00 UTC
(In reply to comment #0)
[cut]

(In reply to comment #3)
> I found this bug is related to 2.6.28-tuxonice-r1 kernel headers:
> Here is a patch
> http://www.virtualbox.org/attachment/ticket/2936/VBox-kernel-headers-2.6.28.patch
> 

Hi,
It's a known issue with 2.6.28 kernel headers, please use overlay ebuilds[1]
and consider to switch to a newer release (2.1.0 or 2.1.2)

[1] http://overlays.gentoo.org/dev/jokey


*** This bug has been marked as a duplicate of bug 253004 ***