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-MooseX-Getopt-0.39-1.fc18 https://bugzilla.redhat.com/show_bug.cgi?id=810707 Summary: Circular build dependency in perl-MooseX-Getopt-0.39-1.fc18 Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: perl-MooseX-Getopt AssignedTo: iarnell@xxxxxxxxx ReportedBy: paul@xxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: iarnell@xxxxxxxxx, fedora-perl-devel-list@xxxxxxxxxx, mmaslano@xxxxxxxxxx Classification: Fedora Story Points: --- Type: Bug Regression: --- Mount Type: --- Documentation: --- perl-MooseX-Getopt buildrequires perl(MooseX::SimpleConfig) [optional test requirement] perl-MooseX-SimpleConfig buildrequires perl(MooseX::ConfigFromFile) [explicit requirement] perl-MooseX-ConfigFromFile buildrequires perl(MooseX::Types::Path::Class) [hard module requirement] perl-MooseX-Types-Path-Class buildrequires perl(MooseX::Getopt) [optional requirement] Given that the perl(MooseX::SimpleConfig) requirement of perl-MooseX-Getopt is only an optional test requirement, that would seem to be the place place to break this cycle: diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec index f65b76b..6ad5841 100644 --- a/perl-MooseX-Getopt.spec +++ b/perl-MooseX-Getopt.spec @@ -14,7 +14,10 @@ BuildRequires: perl(Getopt::Long) >= 2.37 BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081 BuildRequires: perl(Moose) >= 0.56 BuildRequires: perl(MooseX::Role::Parameterized) +# MooseX::SimpleConfig -> MooseX::ConfigFromFile -> MooseX::Types::Path::Class -> MooseX::Getopt +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(MooseX::SimpleConfig) >= 0.07 +%endif BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::Moose) -- 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