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: iarn...@gmail.com
        ReportedBy: p...@city-fan.org
         QAContact: extras...@fedoraproject.org
                CC: iarn...@gmail.com, fedora-perl-devel-l...@redhat.com,
                    mmasl...@redhat.com, robinlee.s...@gmail.com
    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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to