* [Buildroot] [Bug 1705] New: Fix pciutils broken cross compiling
@ 2010-05-06 14:30 bugzilla at busybox.net
2010-05-06 21:07 ` [Buildroot] [Bug 1705] " bugzilla at busybox.net
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2010-05-06 14:30 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1705
Host: i686-linux
Target: powerpc-uclibc
Summary: Fix pciutils broken cross compiling
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: gustavo at zacarias.com.ar
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 1663
--> https://bugs.busybox.net/attachment.cgi?id=1663
Fix pciutils broken cross compiling
The pciutils migration to gentargets broke cross compiling.
First problem is the internal install always trying to strip stuff, that's
wrong since native install doesn't know how to strip foreign binaries and also
breaks debugging since it's not conditional.
Second problem is the library isn't being cross compiled either (HOST variable
never set so it assumes native).
A third problem is the library never being installed and if the binaries link
against it (which they always do) they fail to work properly (make install-lib
needed).
Also added a comment about pci.ids / pci.ids.gz not being installed this time
around and being needed in the skeleton for a nice verbose lspci output.
This will be addressed post-2010.05 release with new infrastructure to fetch
files.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 1705] Fix pciutils broken cross compiling
2010-05-06 14:30 [Buildroot] [Bug 1705] New: Fix pciutils broken cross compiling bugzilla at busybox.net
@ 2010-05-06 21:07 ` bugzilla at busybox.net
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2010-05-06 21:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1705
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
Committed, thanks
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-06 21:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 14:30 [Buildroot] [Bug 1705] New: Fix pciutils broken cross compiling bugzilla at busybox.net
2010-05-06 21:07 ` [Buildroot] [Bug 1705] " bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox