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-DBI-1.618-2.fc18 https://bugzilla.redhat.com/show_bug.cgi?id=810370 Summary: Circular build dependency in perl-DBI-1.618-2.fc18 Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: perl-DBI AssignedTo: mmaslano@xxxxxxxxxx ReportedBy: paul@xxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx, mmaslano@xxxxxxxxxx, ppisar@xxxxxxxxxx, psabata@xxxxxxxxxx Classification: Fedora Story Points: --- Type: Bug Regression: --- Mount Type: --- Documentation: --- perl-DBI has a buildreq of perl(SQL::Statement) >= 1.28, which is used in the test suite if available. However, SQL::Statement itself requires DBI, so this creates a circular build dependency, which will be a problem when we come to build everything for perl 5.16. Suggested fix is to not buildrequire SQL::Statement when bootstrapping: diff --git a/perl-DBI.spec b/perl-DBI.spec index 0dc2f0c..3039553 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -38,8 +38,10 @@ BuildRequires: perl(RPC::PlClient) >= 0.2000 # RPC::PlServer is optional BuildRequires: perl(RPC::PlServer) BuildRequires: perl(Scalar::Util) -# SQL::Statement is optional +# SQL::Statement is optional, and it requires DBI +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(SQL::Statement) >= 1.28 +%endif BuildRequires: perl(Storable) BuildRequires: perl(Symbol) BuildRequires: perl(threads) -- 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