Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158138 - net-print/hplip-1.6.10-r1
Summary: net-print/hplip-1.6.10-r1
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 158139 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-14 06:58 UTC by Jacob Lindberg
Modified: 2006-12-14 07:15 UTC (History)
0 users

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


Attachments
The ebuild (hplip-1.6.10-r1.ebuild,3.69 KB, text/plain)
2006-12-14 07:03 UTC, Jacob Lindberg
Details
The diff (hplip-1.6.10-r1.diff,2.10 KB, text/plain)
2006-12-14 07:03 UTC, Jacob Lindberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Lindberg 2006-12-14 06:58:40 UTC
Please see #152139 also

I have added usb and cups as USE flags since these were missing. I have made some changes to the ebuild also:

 - Only use libusb when usb is in USE flag
 - Only do cups install and other related stuff when cups is in USE flag

I have attached the new ebuild and the diff, so it's easier to see.
Comment 1 Jacob Lindberg 2006-12-14 07:03:06 UTC
Created attachment 104042 [details]
The ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-14 07:03:23 UTC
*** Bug 158139 has been marked as a duplicate of this bug. ***
Comment 3 Jacob Lindberg 2006-12-14 07:03:35 UTC
Created attachment 104043 [details]
The diff
Comment 4 Jacob Lindberg 2006-12-14 07:05:07 UTC
Sorry about #158139 click-duplicate. My browser went into christmas mode :-)
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-12-14 07:11:10 UTC
Comment on attachment 104043 [details]
The diff

This is a no-go...

http://www.gentoo.org/proj/en/qa/automagic.xml
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-12-14 07:15:51 UTC
And, the libusb support is not optional at all.

<snip>
AC_CHECK_LIB([usb], [usb_init],, [AC_MSG_ERROR([cannot find libusb support], 2)])
</snip>