Summary: | x11-drivers/xf86-video-virtualbox / app-emulation/virtualbox-guest-additions fail to cross-compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Liam McLoughlin <hexxeh> |
Component: | [OLD] Unspecified | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aabarkley3, hexxeh, patrick, proxy-maint |
Priority: | Normal | Keywords: | EBUILD, PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch to add target-arch flag to configure script call |
The same problem also exists in virtualbox-guest-additions, same fix works. should be all set now in the tree; thanks for the report! Commit message: Add --target for cross-compiling http://sources.gentoo.org/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?r1=1.1&r2=1.2 should be all set now in the tree; thanks for the report! Commit message: Add --target for cross-compiling http://sources.gentoo.org/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.3.26.ebuild?r1=1.1&r2=1.2 |
Created attachment 307485 [details] patch to add target-arch flag to configure script call This package fails to cross-compile due to a missing configure flag that specifies the target architecture, as such, it attempts to build for the host architecture. If this is different to the target architecture, the build may fail. I have fixed this by adding the target architecture flag to the configure script, a patch for which is attached.