Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 397967

Summary: dev-java/icedtea-7.2.0-r3 fails to build without CUPS installed
Product: Gentoo Linux Reporter: Walter Trautner <wtrautner>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge --info

Description Walter Trautner 2012-01-07 06:45:54 UTC
Icedtea fails to build without CUPS installed.
Tested with USE="-cups" and USE="cups".
The result is the same in both cases.


Reproducible: Always

Steps to Reproduce:
1.Don't have CUPS installed
2.keyword dev-java/icedtea-7.2.0-r3 and dev-java/icedtea-web
3.emerge dev-java/icedtea-7.2.0-r3
Actual Results:  
configure: error: Could not find CUPS library; install CUPS.
Comment 1 Walter Trautner 2012-01-07 06:49:00 UTC
Created attachment 298157 [details]
build log
Comment 2 Walter Trautner 2012-01-07 06:50:47 UTC
Created attachment 298159 [details]
emerge --info
Comment 3 Ralph Sennhauser (RETIRED) gentoo-dev 2012-01-07 10:19:17 UTC
The ebuild specifies a build dependency on cups with or without USE=cups. The use flag is meant to control the runtime dependency only.

For some odd reason cups doesn't seem to get pulled in. Please try "emerge -D icedtea:7"
Comment 4 Walter Trautner 2012-01-07 14:51:21 UTC
Don't hit me, but I had CUPS in /etc/portage/profile/package.provided to get rid of it when updating LibreOffice ...

I'm really sorry! Should had looked at this file before filing bugs.

Please close this bug due to user's failure ...

Just a note:
Ralph Sennhauser said, that there is a dependency on CUPS. So I looked at the ebuild and yes, there it is. CUPS was not pulled in on my system, so I'd take a look at /etc/portage/profile/package.provided because this was the only place where something like this could happen ... Again, I'm really sorry for opening it.
Comment 5 Ralph Sennhauser (RETIRED) gentoo-dev 2012-01-07 18:56:48 UTC
Don't worry. Closing as requested.