Bug 1328855

Summary: perl-Inline-C-0.76-3.fc25 FTBFS: t/27inline_maker.t test fails with ExtUtils-MakeMaker-7.12
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-ExtUtils-MakeMakerAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: datakid, mmaslano, perl-devel, ppisar, psabata
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/ingydotnet/inline-c-pm/issues/51
Whiteboard:
Fixed In Version: perl-ExtUtils-MakeMaker-7.14-1.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-25 06:12:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Petr Pisar 2016-04-20 12:28:18 UTC
perl-Inline-C-0.76-3.fc25 fails to build with ExtUtils-MakeMaker-7.12 because tests fail:

t/26fork.t ............... ok
#   Failed test 'make test'
#   at t/27inline_maker.t line 60.
# make[1]: Entering directory '/builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir'
# cp lib/Boo/Far/Faz.pm blib/lib/Boo/Far/Faz.pm
# cp lib/Boo/Far.pm blib/lib/Boo/Far.pm
# cp lib/Boo.pm blib/lib/Boo.pm
# cp lib/Boo/Far/data.txt blib/lib/Boo/Far/data.txt
# "/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
# Can't locate Boo.pm in @INC (you may need to install the Boo module) (@INC contains: /builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir/../../blib/arch /builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir/../../blib/lib /builddir/build/BUILD/Inline-C-0.76/blib/lib /builddir/build/BUILD/Inline-C-0.76/blib/arch /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .).
# BEGIN failed--compilation aborted.
# Makefile:843: recipe for target 'Boo.inl' failed
# make[1]: Leaving directory '/builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir'
# make[1]: *** [Boo.inl] Error 2
#   Failed test 'make test'
#   at t/27inline_maker.t line 60.
# make[1]: Entering directory '/builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir'
# cp Simple.pm blib/lib/Math/Simple.pm
# "/usr/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MMath::Simple -e"my %A = (modinlname => 'Math-Simple.inl', module => 'Math::Simple'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 1.23 blib/arch
# Can't locate Math/Simple.pm in @INC (you may need to install the Math::Simple module) (@INC contains: /builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir/../../blib/arch /builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir/../../blib/lib /builddir/build/BUILD/Inline-C-0.76/blib/lib /builddir/build/BUILD/Inline-C-0.76/blib/arch /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .).
# BEGIN failed--compilation aborted.
# Makefile:837: recipe for target 'Math-Simple.inl' failed
# make[1]: *** [Math-Simple.inl] Error 2
# make[1]: Leaving directory '/builddir/build/BUILD/Inline-C-0.76/_Inline_27inline_maker.16203/src dir'
# Looks like you failed 2 tests of 8.
t/27inline_maker.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests 

Difference between working and failing build root:

        perl-ExtUtils-MakeMaker 	7.10-5.fc25 	> 	7.12-1.fc25
	perl-ExtUtils-MM-Utils 	7.10-5.fc25 	> 	7.12-1.fc25
	perl-ExtUtils-Command 	7.10-5.fc25 	> 	7.12-1.fc25
	fedora-release 	25-0.7 	> 	25-0.8
	perl-Parse-CPAN-Meta 	1:1.4417-3.fc24 	> 	1:1.4417-4.fc25

Comment 1 Petr Pisar 2016-04-25 06:12:53 UTC
This was a regression in perl-ExtUtils-MakeMaker-7.12. It was fixed in perl-ExtUtils-MakeMaker-7.14-1.fc25.