Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143287 - x11-misc/rss-glx fails to emerge due to built_with_use call
Summary: x11-misc/rss-glx fails to emerge due to built_with_use call
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords: QAbaddie
Depends on:
Blocks:
 
Reported: 2006-08-08 22:19 UTC by Andy Wang
Modified: 2006-09-11 05:19 UTC (History)
2 users (show)

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


Attachments
rss-glx-0.8.1-r3.ebuild.diff (rss-glx-0.8.1-r3.ebuild.diff,1.33 KB, patch)
2006-09-11 05:13 UTC, Jakub Moc (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Wang 2006-08-08 22:19:30 UTC
>>> Emerging (1 of 1) x11-misc/rss-glx-0.8.0-r2 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking rss-glx_0.8.0.tar.bz2 ;-)
\\
!!! ERROR: x11-misc/rss-glx-0.8.0-r2 failed.
Call stack:
  ebuild.sh, line 1555:   Called dyn_setup
  ebuild.sh, line 668:   Called pkg_setup
  rss-glx-0.8.0-r2.ebuild, line 28:   Called built_with_use 'kde-base/kdeartwork-kscreensaver' 'xscreensaver'
  eutils.eclass, line 1592:   Called die

!!! Unable to determine what USE flags  was built with
!!! If you need support, post the topmost build error, and the call stack if relevant.

from what i can gather, eutils.eclass's built_with_use was changed so that if the package isn't installed it fails.  Since rss-glx checks either both kdeartwork-kscreensaver or kdeartwork (the former not yet a stable package) it will likely always fail.
Comment 1 Bob Thomas 2006-08-28 15:40:58 UTC
Same problem, have "kde" and "xscreensaver" in my USE flags but kdeartwork-kscreensaver is not installed. Removing kde from my USE flags bypasses the check and allows it to merge.
Comment 2 Jonathan Heaney 2006-09-03 17:11:14 UTC
(In reply to comment #1)
> Same problem, have "kde" and "xscreensaver" in my USE flags but
> kdeartwork-kscreensaver is not installed. Removing kde from my USE flags
> bypasses the check and allows it to merge.
> 

I'm in the same position here.  Does installing without kde USE flag cause any problems i.e. does it still appear in the screensaver list in KDE?
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-09-11 05:13:50 UTC
Created attachment 96698 [details, diff]
rss-glx-0.8.1-r3.ebuild.diff

Should fix it.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-09-11 05:19:00 UTC
(In reply to comment #3)
> Should fix it.

Fixed, thanks.