Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934245 - games-arcade/frozen-bubble-2.2.1_beta1-r2 fails to rebuild after perl upgrade
Summary: games-arcade/frozen-bubble-2.2.1_beta1-r2 fails to rebuild after perl upgrade
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 934793
  Show dependency tree
 
Reported: 2024-06-14 11:14 UTC by Torsten Kaiser
Modified: 2024-06-24 03:13 UTC (History)
4 users (show)

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


Attachments
build fix (frozen-bubble-2.2.1_beta1-build-fix.patch,606 bytes, patch)
2024-06-14 11:14 UTC, Torsten Kaiser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Kaiser 2024-06-14 11:14:29 UTC
Created attachment 895815 [details, diff]
build fix

>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-arcade/frozen-bubble-2.2.1_beta1-r2/work/frozen-bubble-2.2.1-beta1 ...
 * Using Module::Build
 * perl Build.PL --installdirs=vendor --libdoc= --create_packlist=1 --config ar=x86_64-pc-linux-gnu-ar --config cc=x86_64-pc-linux-gnu-gcc --config cpp=x86_64-pc-linux-gnu-gcc -E --config ld=x86_64-pc-linux-gnu-gcc --config nm=x86_64-pc-linux-gnu-nm --config ranlib=x86_64-pc-linux-gnu-ranlib --config optimize=-pipe -march=znver1 -O3 -fomit-frame-pointer -fivopts -fweb -frename-registers -ftracer --config ldflags=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs
Attempt to call undefined import method with arguments ("0.36") via package "Module::Build" (Perhaps you forgot to load the package?) at inc/My/Builder.pm line 11.
BEGIN failed--compilation aborted at inc/My/Builder.pm line 11.
Compilation failed in require at Build.PL line 10.
BEGIN failed--compilation aborted at Build.PL line 10.
 * ERROR: games-arcade/frozen-bubble-2.2.1_beta1-r2::gentoo failed (configure phase):
 *   Unable to build!


Using the attached patch, I was able to build the game and it was playable.


[ebuild   R    ] dev-lang/perl-5.40.0:0/5.40::gentoo  USE="doc gdbm -berkdb -minimal" PERL_FEATURES="(-debug) -ithreads -quadmath" 0 KiB
[ebuild   R    ] games-arcade/frozen-bubble-2.2.1_beta1-r2::gentoo  USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath" 0 KiB
Comment 1 Larry the Git Cow gentoo-dev 2024-06-24 03:13:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110a607831ef21af82c02f547cbcf0556d24376c

commit 110a607831ef21af82c02f547cbcf0556d24376c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-24 03:13:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-24 03:13:10 +0000

    games-arcade/frozen-bubble: fix build w/ perl-5.40
    
    Closes: https://bugs.gentoo.org/934245
    Thanks-to: Torsten Kaiser
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/frozen-bubble-2.2.1_beta1-perl-5.40.patch      | 16 ++++++++++++++++
 .../frozen-bubble/frozen-bubble-2.2.1_beta1-r2.ebuild    |  3 ++-
 2 files changed, 18 insertions(+), 1 deletion(-)