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-SQL-Statement-1.33-4.fc18 https://bugzilla.redhat.com/show_bug.cgi?id=810377 Summary: Circular build dependency in perl-SQL-Statement-1.33-4.fc18 Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: perl-SQL-Statement AssignedTo: mmaslano@xxxxxxxxxx ReportedBy: paul@xxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx, mmaslano@xxxxxxxxxx, ppisar@xxxxxxxxxx Classification: Fedora Story Points: --- Type: Bug Regression: --- Mount Type: --- Documentation: --- perl-SQL-Statement has a buildreq of perl(DBD::CSV) >= 0.30, which is used in the test suite if available. However, DBD::CSV itself buildrequires and requires SQL::Statement, 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 DBD::CSV when bootstrapping: diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index a5a8c64..2c1930f 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -17,7 +17,10 @@ BuildRequires: perl(Clone) >= 0.30 BuildRequires: perl(Params::Util) >= 1.00 # for tests only: BuildRequires: perl(DBD::AnyData) >= 0.110 +# DBD::CSV buildrequires SQL::Statement +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(DBD::CSV) >= 0.30 +%endif BuildRequires: perl(DBD::DBM) >= 0.06 BuildRequires: perl(DBD::File) >= 0.40 BuildRequires: perl(DBD::SQLite) -- 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