Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589438 - www-client/opera-38.0.2220.41 - mv: cannot stat 'usr/lib/x86_64-linux-gnu': No such file or directory
Summary: www-client/opera-38.0.2220.41 - mv: cannot stat 'usr/lib/x86_64-linux-gnu': N...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-07-23 10:17 UTC by Andrew Savchenko
Modified: 2016-07-23 12:22 UTC (History)
0 users

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


Attachments
build.log (build.log,1.71 KB, text/plain)
2016-07-23 10:17 UTC, Andrew Savchenko
Details
emerge --info (emerge.info,11.16 KB, text/plain)
2016-07-23 10:18 UTC, Andrew Savchenko
Details
opera-38.0.2220.41.ebuild.patch (opera-38.0.2220.41-x86.patch,361 bytes, patch)
2016-07-23 11:40 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2016-07-23 10:17:54 UTC
Created attachment 441414 [details]
build.log

Hi,

opera-38 on ~x86 fails src_prepare() phase due to wrong path being hardcoded:

>>> Preparing source in /var/tmp/portage/www-client/opera-38.0.2220.41/work ...
mv: cannot stat 'usr/lib/x86_64-linux-gnu': No such file or directory

line 65 is wrong for x86:

     mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
Comment 1 Andrew Savchenko gentoo-dev 2016-07-23 10:18:42 UTC
Created attachment 441416 [details]
emerge --info
Comment 2 Andrew Savchenko gentoo-dev 2016-07-23 11:40:55 UTC
Created attachment 441422 [details, diff]
opera-38.0.2220.41.ebuild.patch

Fix for the problem, works fine for me on both ~x86 and ~amd64.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-23 12:22:22 UTC
Fixed without revision bump.