Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630966 - games-arcade/frozen-bubble-2.2.1_beta1 - mv: cannot stat '/var/tmp/portage/games-arcade/frozen-bubble-2.2.1_beta1/image//usr/bin/f*': No such file or directory
Summary: games-arcade/frozen-bubble-2.2.1_beta1 - mv: cannot stat '/var/tmp/portage/ga...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-14 10:46 UTC by Scall
Modified: 2018-04-16 19:53 UTC (History)
0 users

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


Attachments
build.log (build.log,591.38 KB, text/plain)
2017-09-14 10:46 UTC, Scall
Details
emerge --info (emerge-info,14.03 KB, text/plain)
2017-09-14 10:48 UTC, Scall
Details
environment (environment,137.12 KB, text/plain)
2017-09-14 10:49 UTC, Scall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scall 2017-09-14 10:46:50 UTC
Created attachment 494486 [details]
build.log

These are the packages that would be merged, in order:
f
Calculating dependencies... done!
[ebuild  N     ] games-arcade/frozen-bubble-2.2.1_beta1::gentoo  0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB
[...]
mv: cannot stat '/var/tmp/portage/games-arcade/frozen-bubble-2.2.1_beta1/image//usr/bin/f*': No such file or directory
 * ERROR: games-arcade/frozen-bubble-2.2.1_beta1::gentoo failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 115:  Called src_install
 *   environment, line 3650:  Called die
 * The specific snippet of code:
 *       mv -vf "${D}"/usr/bin/f* "${D}/${GAMES_BINDIR}" || die;
 *
[...]
Comment 1 Scall 2017-09-14 10:48:24 UTC
Created attachment 494488 [details]
emerge --info
Comment 2 Scall 2017-09-14 10:49:23 UTC
Created attachment 494490 [details]
environment
Comment 3 James Le Cuirot gentoo-dev 2017-09-19 10:20:57 UTC
I'm no Perl expert but this looks like Perl has changed the destination from /usr/bin to /usr/script. I can also see that the existing mv command would break under prefix. games.eclass needs to be dropped but the mv may still be necessary if we cannot convince Perl to install to the right place. I'll look at this when I get my desktop back.
Comment 4 Scall 2017-10-08 08:44:06 UTC
I can reproduce the issue only on x86. On my amd64 box it doesn't occur.
Comment 5 Pacho Ramos gentoo-dev 2018-04-16 19:53:12 UTC
[master 551ccc301c15] games-arcade/frozen-bubble: Stop using games.eclass, apply Fedora fixes
 3 files changed, 154 insertions(+), 2 deletions(-)
 create mode 100644 games-arcade/frozen-bubble/files/frozen-bubble-2.2.1_beta1-fix-buffer-size.patch
 create mode 100644 games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-r1.ebuild