Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 258089

Summary: app-emulation/virtualbox-ose-2.0.6 crashes to emerge. Failing on ... DrvHostDVD.o] Error 1
Product: Gentoo Infrastructure Reporter: Vasiliy Kotikov <elnone>
Component: BugzillaAssignee: Alessio Cassibba (X-Drum) <swapon>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: TESTED
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: A complete build log
The ebuild environment file

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 ***