| Summary: | app-emulation/virtualbox-modules-4.3.0 fails to build with custom kernel object directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | nE0sIghT <ykonotopov> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bkohler |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 285866 *** |
If kernel built outside of source directory, app-emulation/virtualbox-modules fails to compile Patch to fix this issue: --- ../../../../../portage/app-emulation/virtualbox-modules/virtualbox-modules-4.3.0.ebuild 2013-10-15 17:24:20.000000000 +0400 +++ ./virtualbox-modules-4.3.0.ebuild 2013-10-16 19:25:23.943534399 +0400 @@ -30,7 +30,7 @@ pkg_setup() { linux-mod_pkg_setup - BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}" + BUILD_PARAMS="KERN_DIR=${KV_OUT_DIR} KERNOUT=${KV_OUT_DIR}" enewgroup vboxusers }