https://bugzilla.redhat.com/show_bug.cgi?id=1451592

Petr Pisar <ppi...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|perl-TheSchwartz-1.12-6.fc2 |perl-TheSchwartz-1.12-6.fc2
                   |7 FTBFS:                    |7 FTBFS: Can't locate
                   |                            |Module/Build.pm



--- Comment #1 from Petr Pisar <ppi...@redhat.com> ---
perl-TheSchwartz-1.12-6.fc27 fails to build in F27 when bootstrapping perl:

Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Tdvm3P
+ umask 022
+ cd /builddir/build/BUILD
+ cd TheSchwartz-1.12
+ /usr/bin/perl Build.PL installdirs=vendor
Can't locate Module/Build.pm in @INC (you may need to install the Module::Build
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5 .) at Build.PL line 4.
BEGIN failed--compilation aborted at Build.PL line 4.

This is triggered by removing perl-CPAN run-time dependency on Module::Build
when boostrapping (core modules cannot depend on non-core modules on
bootstrap).

This is caused by wrong build-requires in the perl-TheSchwartz.spec. It lists
perl(ExtUtils::MakeMaker) but calls "perl Build.PL".

I also noticed perl-TheSchwartz build-requires perl(CPAN) for unknown reason.
It's nowhere used in the code and the commit message does not explain.

Please review and fix the dependency list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to