Bug 810738 - Circular build dependencies in perl-POE-Component-Client-HTTP-0.944-1.fc18
Summary: Circular build dependencies in perl-POE-Component-Client-HTTP-0.944-1.fc18
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-POE-Component-Client-HTTP
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Šabata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-08 19:21 UTC by Paul Howarth
Modified: 2012-04-19 10:25 UTC (History)
3 users (show)

Fixed In Version: perl-POE-Component-Client-HTTP-0.945-2.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-19 10:25:51 UTC
Type: Bug


Attachments (Terms of Use)

Description Paul Howarth 2012-04-08 19:21:26 UTC
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)

Comment 1 Petr Šabata 2012-04-19 09:26:06 UTC
You're right.  Thank you for spotting this.


Note You need to log in before you can comment on or make changes to this bug.