Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207279 - sys-apps/hwdata-redhat fails with USE="test" due to missing dependency and Makefile b0rkage
Summary: sys-apps/hwdata-redhat fails with USE="test" due to missing dependency and Ma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 13:06 UTC by Thomas Anderson (tanderson) (RETIRED)
Modified: 2008-03-19 07:44 UTC (History)
0 users

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


Attachments
fix Paths path & optional dependency path (hwdata-redhat-fixpaths.patch,633 bytes, patch)
2008-01-24 13:09 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-01-24 13:06:48 UTC
hwdata, in its Makefile for the test phase does this: 

[ -x /sbin/lspci ] && /sbin/lspci ...

This has the problem that Gentoo's pciutils installs lspci in /usr/sbin. I'll provide a patch that fixes this, and provides an optional dependency on pciutils if USE=test.

Reproducible: Always
Comment 1 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-01-24 13:09:13 UTC
Created attachment 141714 [details, diff]
fix Paths path & optional dependency path

Tested only on amd64
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2008-03-19 07:44:27 UTC
Finally added, thanks for your patience!