Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
x11-drivers/xf86-input-virtualbox is missing a depend check for sys-power/iasl. I haven't checked the required version of iasl, but it seems iasl is needed as of >=x11-drivers/xf86-input-virtualbox-1.6.4. (See xf86-video-virtualbox Changelog for a similar fix for missing dep iasl fix.) Ok. <Shrugs> I'm now getting the following: kmk[3]: /var/tmp/portage/x11-drivers/xf86-input-virtualbox-1.6.4/work/VirtualBox-1.6.4/tools/linux.x86/bin/bcc: Command not found kmk[3]: *** [/var/tmp/portage/x11-drivers/xf86-input-virtualbox-1.6.4/work/VirtualBox-1.6.4/out/linux.x86/release/obj/src/VBox/Devices/rombios0.s] Error 127 kmk[3]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-input-virtualbox-1.6.4/work/VirtualBox-1.6.4/src/VBox/Devices' kmk[2]: *** [pass_libraries_before] Error 2 kmk[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-input-virtualbox-1.6.4/work/VirtualBox-1.6.4/src/VBox' kmk[1]: *** [pass_libraries_before] Error 2 kmk[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-input-virtualbox-1.6.4/work/VirtualBox-1.6.4/src' kmk: *** [pass_libraries_before] Error 2 Reproducible: Always Steps to Reproduce: 1. emerge >=x11-drivers/xf86-input-virtualbox-1.6.4 without iasl installed. 2. build fails with missing `iasl` command on compiler output 3. Build now fails with missing `bcc` command I give up.
I still get this with x11-drivers/xf86-video-virtualbox-1.6.4. I assume the same happens for x11-drivers/xf86-input-virtualbox-1.6.4. I believe the reason is dev86 is not built before x11-drivers/xf86-video-virtualbox-1.6.4 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] x11-drivers/xf86-video-virtualbox-1.6.4 [1.5.6] USE="-debug" 0 kB [ebuild U ] x11-drivers/xf86-input-virtualbox-1.6.4 [1.5.6] USE="-debug" 0 kB [ebuild N ] sys-devel/dev86-0.16.17-r5 687 kB [ebuild N ] x11-apps/xrefresh-1.0.2 USE="-debug" 79 kB [ebuild N ] app-emulation/virtualbox-guest-additions-1.6.4-r1 USE="X" 0 kB Total: 5 packages (2 upgrades, 3 new), Size of downloads: 766 kB
I compiled dev86 and after that the rest of the dependencies build fine and appear to be working fine.
(In reply to comment #1) [...] (In reply to comment #2) [...] Hi i just added sys-devel/dev86,sys-power/iasl to DEPEND, and modified the path in src_compile for both ebuilds[1], they are on jokey's overlay[2]. I tested these ebuilds on two different systems and all is fine here, please give a test to it if you can. [1] x11-drivers/xf86-input-virtualbox-1.6.4-r1 x11-drivers/xf86-video-virtualbox-1.6.4-r1 [2] http://overlays.gentoo.org/dev/jokey
Yup. I was also missing dev86. Works good now. (I haven't tried the overlay, but it seems like a great way to test ebuilds rather then publishing them here. For the time being, I just don't have *any* time to fix or extensively test things, or else I would have pulled in the overlay.)
Fixed version added to CVS :)