| Summary: | Circular build dependency in perl-CGI-Emulate-PSGI-0.14-2.fc18 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Howarth <paul> |
| Component: | perl-CGI-Emulate-PSGI | Assignee: | Emmanuel Seyman <emmanuel> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | emmanuel, mmaslano, perl-devel, ppisar, rc040203 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-CGI-Emulate-PSGI-0.14-3.fc17 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-14 04:32:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
I'm afraid this can't be built in mock right now. Plack drags in mod_perl which doesn't work with the current httpd. I'll keep a look out on things. mod_perl is still installable in F-17 so you may be able to test it there? Okay, tested and found working. What happens now? Do I release an update for f17? If I build on the f17 branch, will rawhide inherit that build? Do I just wait for mod-perl to become installable on rawhide? Rawhide will inherit an f17 build if and only if there has never been a rawhide (fc18) build of the package. That seems to be the case here. As for whether mod_perl will become installable before the interminable f17 beta freeze ends, your guess is as good as mine :-) I'd do the f17 build and get it into testing so that it's ready to go stable and be inherited by Rawhide after the f17 beta release, just in case. perl-CGI-Emulate-PSGI-0.14-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/perl-CGI-Emulate-PSGI-0.14-3.fc17 Don't forget to merge the change from f17 into master... Package perl-CGI-Emulate-PSGI-0.14-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing perl-CGI-Emulate-PSGI-0.14-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-5562/perl-CGI-Emulate-PSGI-0.14-3.fc17 then log in and leave karma (feedback). perl-CGI-Emulate-PSGI-0.14-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
perl-CGI-Emulate-PSGI has a buildreq of perl(Plack::Test) that's used in one of its tests. This module is provided by the perl-Plack package, which itself requires perl(CGI::Emulate::PSGI), resulting in circular build dependencies. It would be good if you could wrap that buildreq in a %perl_bootstrap conditional to make the perl 5.16 bootstrap process easier: diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec index 74bc3e1..d28238a 100644 --- a/perl-CGI-Emulate-PSGI.spec +++ b/perl-CGI-Emulate-PSGI.spec @@ -12,7 +12,10 @@ BuildRequires: perl(CGI) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTTP::Response) BuildRequires: perl(Test::Builder::Module) +# perl-Plack requires perl-CGI-Emulate-PSGI itself +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(Plack::Test) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter}