Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44886 - opera-7.23-r1 never downloads or installs static versions
Summary: opera-7.23-r1 never downloads or installs static versions
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 12:48 UTC by Jason Wever (RETIRED)
Modified: 2004-03-19 01:08 UTC (History)
1 user (show)

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


Attachments

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