>>> 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.
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.
(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?
Created attachment 96698 [details, diff] rss-glx-0.8.1-r3.ebuild.diff Should fix it.
(In reply to comment #3) > Should fix it. Fixed, thanks.