| Summary: | app-emulation/virtualbox-ose-2.0.2 fails multilib-strict check | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jaak Ristioja <jaak> |
| Component: | Current packages | Assignee: | Markus Ullmann (RETIRED) <jokey> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | swapon |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | ebuild patch that uses get_libdir | ||
|
Description
Jaak Ristioja
2008-09-18 15:36:05 UTC
Hm, libraries are getting installed under /usr/lib instead of /usr/lib64 because 'configure' is being called instead of 'econf'. If plain configure really needs to be used in this case, there could be an explicit call to get_libdir() and explicitly pass libdir to configure -- let's see what the maintainers have to say... (In reply to comment #1) > Hm, libraries are getting installed under /usr/lib instead of /usr/lib64 > because 'configure' is being called instead of 'econf'. If plain configure > really needs to be used in this case, there could be an explicit call to > get_libdir() and explicitly pass libdir to configure -- let's see what the > maintainers have to say... Hi sorry for the delay but during the weekend i often move. Well, dealing with virtualbox's build system (kBuild) it'a bit tricky and the configure script handles only some stuff, currently we use the LocalConfig.kmk file to pass extra stuff to the build system. I patched virtualbox-ose-2.0.2 ebuild (patch is attached to this bug) to install files in the right place using get_libdir(), Jaak can you please test the patched ebuild an report here the results? Created attachment 166041 [details]
ebuild patch that uses get_libdir
(In reply to comment #2) > Jaak can you please test the patched ebuild an report here the results? Sorry not at the moment - I'm supposed to wake up in 3 hours to go on a week-long journey to France and I've got more urgent work to do currenty. Good luck to you meanwhile! :) (In reply to comment #4) > Sorry not at the moment - I'm supposed to wake up in 3 hours to go on a > week-long journey to France and I've got more urgent work to do currenty. Good > luck to you meanwhile! :) > No problem, i tested it using multilib-strict, changes committed to jokey's overlay[1], thanks for the report and enjoy your journey ;) [1] http://overlays.gentoo.org/dev/jokey Comment on attachment 166041 [details]
ebuild patch that uses get_libdir
updated version in overlay
(In reply to comment #6) > (From update of attachment 166041 [details] [edit]) > updated version in overlay > Yes, that emerged successfully. Added to CVS thanks for the contribution ;) |