Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438870 - net-print/hplip with dev-libs/libusb-1* does not work for older printers
Summary: net-print/hplip with dev-libs/libusb-1* does not work for older printers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 22:37 UTC by Ben
Modified: 2012-10-19 16:58 UTC (History)
1 user (show)

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 Ben 2012-10-18 22:37:07 UTC
It seems that older printers need to use libusb 0.1 and will fail with libusb 1.x.

This is the case for HP Officejet G85.  I was pulling my hairs out until I found this posting for another Linux...

https://answers.launchpad.net/hplip/+question/210089

I hacked my ebuild to change the --disable-libusb01_build to --enable-libusb01_build and got my old Officejet G85 working.

I suspect there should be a USE flag for this.
Comment 1 Daniel Pielmeier gentoo-dev 2012-10-19 16:58:12 UTC
+  19 Oct 2012; Daniel Pielmeier <billie@gentoo.org> hplip-3.12.10a.ebuild,
+  metadata.xml:
+  Add libusb0 use flag. This fixes bug #438870. Some old printers do not work
+  with libusb:1. Thanks to Ben for the report.