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}
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.