Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249964 - www-client/opera-10.00_pre4102 bad version in download link
Summary: www-client/opera-10.00_pre4102 bad version in download link
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 19:50 UTC by shade
Modified: 2008-12-07 21:18 UTC (History)
0 users

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 shade 2008-12-05 19:50:15 UTC
opera unpacks to:
/var/tmp/paludis/www-client-opera-10.00_pre4102/work/opera-10.00-4103.gcc4-shared-qt3.x86_64/

but emerge looks for it in:
tar jxf /usr/portage/distfiles/opera-10.00-4103.gcc4-shared-qt3.x86_64.tar.bz2 --no-same-owner
/var/tmp/paludis/www-client-opera-10.00_pre4102/temp/loadsaveenv: line 3544: cd: /var/tmp/paludis/www-client-opera-10.00_pre4102/work/opera-10.00-4102*: No such file or directory


Reproducible: Always
Comment 1 shade 2008-12-05 19:52:56 UTC
sory, bad typed bug, realy problem is that emerge download newer version than ebuild is made to. It takes pre4103 but ebuild is for 4102
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-12-06 07:19:04 UTC
Oh, ghastly - the build number is different for amd64 and opera_cd didn't take that into account. Added another horrible hack to the current one. Should be fixed now. Hope you enjoy Opera.
Comment 3 shade 2008-12-06 11:21:40 UTC
Not fixed. Dunno what you changed but after sync few minutes ago it still looks for work dir in 4102 dir, not in 4103.

>>> Unpacking opera-10.00-4103.gcc4-shared-qt3.x86_64.tar.bz2 to /var/tmp/paludis/www-client-opera-10.00_pre4102/work
tar jxf /usr/portage/distfiles/opera-10.00-4103.gcc4-shared-qt3.x86_64.tar.bz2 --no-same-owner
/var/tmp/paludis/www-client-opera-10.00_pre4102/temp/loadsaveenv: line 3547: cd: /var/tmp/paludis/www-client-opera-10.00_pre4102/work/opera-10.00-4102*: No such file or directory
Comment 4 shade 2008-12-06 11:30:43 UTC
path after unpack is:
 /var/tmp/paludis/www-client-opera-10.00_pre4102/work/opera-10.00-4103.gcc4-shared-qt3.x86_64
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2008-12-06 16:47:24 UTC
(In reply to comment #4)
> path after unpack is:
> 
> /var/tmp/paludis/www-client-opera-10.00_pre4102/work/opera-10.00-4103.gcc4-shared-qt3.x86_64

Ah thanks. Please try again with ebuild revision 1.3.
Comment 6 shade 2008-12-07 21:18:24 UTC
i confirm, fixed now!