| Bug#: 110524 | Product: Gentoo Linux | Version: unspecified | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: lordvan@gentoo.org | Reported By: tsattler@gmx.de | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: missing dependenties for media-tv/linuxtv-dvb-apps-1.1.0_p20050702 with USE="usb": dev-libs/libusb-0.1.10a | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-10-26 03:13 0000 | |||
| Description: | Opened: 2005-10-26 03:13 0000 |
emerging media-tv/linuxtv-dvb-apps-1.1.0_p20050702 (the only stable at the moment) fails linking with USE-flag 'usb' if only dev-libs/libusb-0.1.8 is installed. Reproducible: Didn't try Steps to Reproduce: 1. emerge =dev-libs/libusb-0.1.8 2. USE="usb" emerge =media-tv/linuxtv-dvb-apps-1.1.0_p20050702 Actual Results: emerge fails linking Expected Results: link? ;-) media-tv/linuxtv-dvb-apps-1.1.0 (~x86) is requesting an update to dev-libs/libusb-0.1.10a. After mannualy upgrading libusb an emerge of linuxtv-dvb-apps is successfull
changed the DEPEND to >=dev-libs/libusb-0.1.10a. works now in the listed testcase.