Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906593 - dev-perl/Inline-C-0.810.0 fails tests (MUSL-SYSTEM)
Summary: dev-perl/Inline-C-0.810.0 fails tests (MUSL-SYSTEM)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-17 08:10 UTC by Agostino Sarubbo
Modified: 2023-06-25 07:03 UTC (History)
0 users

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


Attachments
build.log (build.log,48.37 KB, text/plain)
2023-05-17 08:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-17 08:10:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-perl/Inline-C-0.810.0 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-17 08:10:50 UTC
Created attachment 861828 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-25 07:03:33 UTC
t/27inline_maker.t ................. 6/? 
#   Failed test 'make test'
#   at t/27inline_maker.t line 61.
# make[1]: Entering directory '/var/tmp/portage/dev-perl/Inline-C-0.810.0/work/Inline-C-0.81/_Inline_27inline_maker.45530/src dir'
# cp lib/Boo.pm blib/lib/Boo.pm
# cp lib/Boo/Far/data.txt blib/lib/Boo/Far/data.txt
# cp lib/Boo/Far.pm blib/lib/Boo/Far.pm
# cp lib/Boo/Far/Faz.pm blib/lib/Boo/Far/Faz.pm
# "/usr/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MBoo::Far::Faz -e"my %A = (modinlname => 'Boo-Far-Faz.inl', module => 'Boo::Far::Faz'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 2.01 blib/arch
# "/usr/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MBoo -e"my %A = (modinlname => 'Boo.inl', module => 'Boo'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 2.01 blib/arch
# "/usr/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MBoo::Far -e"my %A = (modinlname => 'Boo-Far.inl', module => 'Boo::Far'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 2.01 blib/arch
# Can't mkdir /var/tmp/portage/dev-perl/Inline-C-0.810.0/work/Inline-C-0.81/_Inline_27inline_maker.45530/src dir/_Inline to build Inline code.
# 
#  at /var/tmp/portage/dev-perl/Inline-C-0.810.0/work/Inline-C-0.81/_Inline_27inline_maker.45530/src dir/blib/lib/Boo/Far.pm line 8.
# BEGIN failed--compilation aborted at /var/tmp/portage/dev-perl/Inline-C-0.810.0/work/Inline-C-0.81/_Inline_27inline_maker.45530/src dir/blib/lib/Boo/Far.pm line 8.
# Compilation failed in require.
# BEGIN failed--compilation aborted.