Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Circular build dependency in perl-Any-Moose-0.18-2.fc18 https://bugzilla.redhat.com/show_bug.cgi?id=810521 Summary: Circular build dependency in perl-Any-Moose-0.18-2.fc18 Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: perl-Any-Moose AssignedTo: iarnell@xxxxxxxxx ReportedBy: paul@xxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: iarnell@xxxxxxxxx, fedora-perl-devel-list@xxxxxxxxxx, mmaslano@xxxxxxxxxx, robinlee.sysu@xxxxxxxxx Classification: Fedora Story Points: --- Type: Bug Regression: --- Mount Type: --- Documentation: --- perl-Any-Moose has a build requirement of perl(MouseX::Types), but MouseX::Types itself requires Any::Moose. As MouseX::Types is only needed for the test suite, it would seem sensible to not buildrequire it when bootstrapping, e.g. for the forthcoming perl 5.16 build in Rawhide: diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec index 8ac93ad..64fac7c 100644 --- a/perl-Any-Moose.spec +++ b/perl-Any-Moose.spec @@ -13,7 +13,10 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Types) BuildRequires: perl(Mouse) >= 0.40 +# MouseX::Types requires Any::Moose +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(MouseX::Types) +%endif BuildRequires: perl(Test::More) # virtual provides in perl-Moose and perl-Mouse -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel