Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Circular build dependencies in perl-POE-Component-Client-HTTP-0.944-1.fc18 https://bugzilla.redhat.com/show_bug.cgi?id=810738 Summary: Circular build dependencies in perl-POE-Component-Client-HTTP-0.944-1.fc18 Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: perl-POE-Component-Client-HTTP AssignedTo: psabata@xxxxxxxxxx ReportedBy: paul@xxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx, mmaslano@xxxxxxxxxx, psabata@xxxxxxxxxx Classification: Fedora Story Points: --- Type: Bug Regression: --- Mount Type: --- Documentation: --- perl-POE-Component-Client-HTTP build-requires perl(POE::Filter::HTTPChunk) and perl(POE::Filter::HTTPHead) but these modules are provided by perl-POE-Component-Client-HTTP so it is therefore build-requiring itself, which is bad when it comes to bootstrapping a new perl release. Simply removing these two buildreqs fixes this problem: diff --git a/perl-POE-Component-Client-HTTP.spec b/perl-POE-Component-Client-HTTP.spec index a15e72e..7a89c19 100644 --- a/perl-POE-Component-Client-HTTP.spec +++ b/perl-POE-Component-Client-HTTP.spec @@ -35,8 +35,6 @@ BuildRequires: perl(POE) >= 1.312 BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.2680 BuildRequires: perl(POE::Driver::SysRW) BuildRequires: perl(POE::Filter) -BuildRequires: perl(POE::Filter::HTTPChunk) -BuildRequires: perl(POE::Filter::HTTPHead) BuildRequires: perl(POE::Filter::Line) BuildRequires: perl(POE::Filter::Stackable) BuildRequires: perl(POE::Filter::Stream) -- 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