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

Bug 44886

Summary: opera-7.23-r1 never downloads or installs static versions
Product: Gentoo Linux Reporter: Jason Wever (RETIRED) <weeve>
Component: Current packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED CANTFIX    
Severity: normal CC: asl
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jason Wever (RETIRED) gentoo-dev 2004-03-16 12:48:32 UTC
On either a ~x86 or ~sparc system, if I enable the static useflag, the opera-7.23-r1 ebuild always downloads and installs the shared version.  the qt dependency is handled correctly, but the source file selection doesn't seem to.  The strange part is emerge -pv opera seems to be handing it right, but not an actual emerge.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-16 22:22:07 UTC
you have to set use=static before emerge rsync, this is currently broken due a bug in portage which will be fixed in 2.0.50-r2
Comment 2 Arnaud Launay 2004-03-19 01:08:19 UTC
It just happens that the use is badly used:

citron:/usr/portage/net-www/opera$ grep use opera-7.23-r1.ebuild
if [ `use static` ]; then
        if [ "`use operanom2`" ]; then

the static use is missing the "" ... And it works fine when you add them.