[Bug 1451592] perl-TheSchwartz-1.12-6.fc27 FTBFS: Can't locate Module/ Build.pm

2017-05-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1451592

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-TheSchwartz-1.12-7.fc2
   ||7
 Resolution|--- |RAWHIDE
Last Closed||2017-05-17 17:57:58



--- Comment #3 from Emmanuel Seyman  ---
Done.
https://koji.fedoraproject.org/koji/buildinfo?buildID=894432

-- 
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


[Bug 1451592] perl-TheSchwartz-1.12-6.fc27 FTBFS: Can't locate Module/ Build.pm

2017-05-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1451592

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #2 from Emmanuel Seyman  ---
Will do.

-- 
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


[Bug 1451592] perl-TheSchwartz-1.12-6.fc27 FTBFS: Can't locate Module/ Build.pm

2017-05-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1451592

Petr Pisar  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  ---
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