Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382733 - app-admin/system-config-printer-common-1.3.6 - pkgconfig searching for wrong filename of libusb
Summary: app-admin/system-config-printer-common-1.3.6 - pkgconfig searching for wrong ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-12 18:42 UTC by bacce
Modified: 2011-09-16 15:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,5.55 KB, text/plain)
2011-09-12 18:44 UTC, bacce
Details
config.log (config.log,23.82 KB, text/plain)
2011-09-12 18:51 UTC, bacce
Details
emerge --info (emerge.info,4.24 KB, text/plain)
2011-09-16 06:54 UTC, bacce
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bacce 2011-09-12 18:42:52 UTC
Emerging app-admin/system-config-printer-common-1.3.6 results in a 'configure: error: Missing libraries' when checking for libusb.

Reproducible: Always

Steps to Reproduce:
1. `emerge =app-admin/system-config-printer-common-1.3.6` # on ~amd64
Actual Results:  
checking for libusb... no
configure: error: Missing libraries

emerge failes with error.

Expected Results:  
emerge of =app-admin/system-config-printer-common-1.3.6 on ~amd64

Assumably this is due to not checking for a specific version of libusb.
- libusb is installed:
  [ebuild   R    ] dev-libs/libusb-1.0.8  USE="-debug -doc" 0 kB
  -rw-r--r-- 1 root root 240 Aug 26 21:16 /usr/lib64/pkgconfig/libusb-1.0.pc
Comment 1 bacce 2011-09-12 18:44:05 UTC
Created attachment 286245 [details]
build.log
Comment 2 bacce 2011-09-12 18:51:30 UTC
Created attachment 286249 [details]
config.log
Comment 3 Mike Gilbert gentoo-dev 2011-09-16 02:54:31 UTC
Please provide emerge --info.
Comment 4 bacce 2011-09-16 06:54:21 UTC
Created attachment 286625 [details]
emerge --info
Comment 5 Maciej Mrozowski gentoo-dev 2011-09-16 15:59:03 UTC
Indeed, virtual/libusb:0 should be used instead. Thanks for reporting!