Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434538 - net-libs/libpcap-1.3.0 automagically depends on libusb
Summary: net-libs/libpcap-1.3.0 automagically depends on libusb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-10 07:44 UTC by Alexander Zubkov
Modified: 2012-09-11 19:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Zubkov 2012-09-10 07:44:46 UTC
net-libs/libpcap ebuild does not contains libusb in dependencies. But /usr/lib/libpcap.so.1.3.0 depends on library libusb-1.0.so.0.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-10 11:25:51 UTC
Aw, configure.in tries to detect system features to determine whether to enable support for USB.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-11 19:44:20 UTC
The code in configure.in (lines 1276-1335) still tests for /dev/usbmon which not only requires the devfs to be mounted at that path, but requires CONFIG_USB_MON=[y|m] too. This isn't actually the cause of the libusb dependency, though.

Fixed without a revision bump (as IUSE=canusb was added).