Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397967 - dev-java/icedtea-7.2.0-r3 fails to build without CUPS installed
Summary: dev-java/icedtea-7.2.0-r3 fails to build without CUPS installed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-07 06:45 UTC by Walter Trautner
Modified: 2012-01-07 18:56 UTC (History)
0 users

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


Attachments
build log (build.log,14.36 KB, text/plain)
2012-01-07 06:49 UTC, Walter Trautner
Details
emerge --info (emerge.log,15.98 KB, text/plain)
2012-01-07 06:50 UTC, Walter Trautner
Details

Note You need to log in before you can comment on or make changes to this bug.
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.