Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 584812 - sys-apps/pciutils fails to cross-compile due to native libkmod paths
Summary: sys-apps/pciutils fails to cross-compile due to native libkmod paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-02 00:03 UTC by Sven E.
Modified: 2016-06-20 04:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-uclibc.info (emerge-uclibc.info,3.80 KB, application/x-info)
2016-06-02 00:04 UTC, Sven E.
Details
build.log (build.log,12.76 KB, text/plain)
2016-06-02 00:05 UTC, Sven E.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven E. 2016-06-02 00:03:38 UTC
sys-apps/pciutils-3.5.1 fails crossbuilding against uclibc. It seems the wrong librarypath is set for libkmod which is pulled in from the host instead of the target dir. As far as I can tell the hosts pkgconfig is run instead of the cross-pkgconfig one. Probably pkgconfig needs to be passed to emake.

Reproducible: Always

Steps to Reproduce:
1. Try crossbuilding pciutils against uclibc
2.
3.
Actual Results:  
build failure

Expected Results:  
clean build
Comment 1 Sven E. 2016-06-02 00:04:50 UTC
Created attachment 436118 [details]
emerge-uclibc.info

emerge --info
Comment 2 Sven E. 2016-06-02 00:05:24 UTC
Created attachment 436120 [details]
build.log

build.log