Bug 695239

Summary: dependencies in rawhide
Product: [Fedora] Fedora Reporter: Marcela Mašláňová <mmaslano>
Component: mod_perlAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dtardon, iarnell, jorton, ville.skytta
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: mod_perl-2.0.5-7.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-06 07:22:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcela Mašláňová 2011-04-11 06:49:49 UTC
Description of problem:
<cite from mail>
So why does valgrind (besides other packages) need these
mysterious XSS modules for Apache? My concern is that the mod_perl-devel
package pulls in db4-devel, which clashes with libdb-devel, so I cannot
update.
</cite>

Version-Release number of selected component (if applicable):


How reproducible:
repoquery --whatrequires mod_perl-devel

Steps to Reproduce:
1.
2.
3.
  
Actual results:
a lot of dependencies

Expected results:


Additional info:
http://lists.fedoraproject.org/pipermail/devel/2011-April/150409.html

Because I do not see any changes in requires of mod_perl, I guess there must be problem with some dependency. libdb-devel?

Comment 1 Iain Arnell 2011-04-11 08:12:28 UTC
repoquery --repoid rawhide --provides mod_perl-devel.x86_64
[snip]
perl(warnings)


And, of course, pretty much everything perl(warnings).

Comment 2 Iain Arnell 2011-04-11 08:13:55 UTC
(In reply to comment #1)
> And, of course, pretty much everything perl(warnings).
                                        ^
                                    requires

Comment 3 Marcela Mašláňová 2011-04-11 08:32:10 UTC
You are right. Fixed in rawhide.

Comment 4 David Tardon 2011-04-11 10:43:10 UTC
It seems this is not enough:

yum update --enablerepo=koji

still pulls in mod_perl-devel. Now that I know what to look for, I see the following deps on mod_perl-devel:

for dep in $(repoquery --repoid=koji --provides mod_perl-devel | grep -F 'perl(' | cut -d ' ' -f 1); do lst=$(repoquery --repoid=koji --whatrequires "$dep"); if [[ -n $lst ]]; then echo $dep: $lst; fi; done

perl(Apache::SizeLimit::Core): mod_perl-0:2.0.5-3.fc16.x86_64
perl(Apache::TestMB): perl-MasonX-Interp-WithCallbacks-0:1.18-7.fc15.noarch
perl(HTTP::Request::Common): checkgmail-0:1.13-8.20091022svn.fc15.noarch cpan-upload-0:2.2-8.fc15.noarch gpsdrive-0:2.11-3.fc16.x86_64 kfilefactory-0:0.1.1-2.fc15.noarch mon-0:1.2.0-7.fc15.x86_64 perl-CPAN-Uploader-0:0.103000-1.fc16.noarch perl-Finance-Quote-0:1.17-6.fc15.noarch perl-Finance-YahooQuote-0:0.24-4.fc15.noarch perl-Flickr-Upload-0:1.32-6.fc15.noarch perl-HTML-Form-0:6.00-2.fc16.noarch perl-Net-Amazon-0:0.59-4.fc15.noarch perl-Net-GitHub-0:0.28-1.fc16.noarch perl-Net-Google-AuthSub-0:0.5-4.fc15.noarch perl-Net-eBay-0:0.52-6.fc15.noarch perl-POE-Component-Server-Bayeux-0:0.04-4.fc15.noarch perl-Padre-0:0.84-1.fc16.noarch perl-Plack-0:0.9974-2.fc16.noarch perl-RT-Client-REST-0:0.37-6.fc15.noarch perl-RT-Test-0:3.8.9-1.fc16.noarch perl-WWW-Babelfish-0:0.16-8.fc15.noarch perl-WebService-Validator-HTML-W3C-0:0.26-4.fc15.noarch perl-bioperl-0:1.6.1-7.fc16.noarch perl-bioperl-run-0:1.6.1-6.fc15.noarch perl-libwww-perl-0:6.02-1.fc16.noarch rt3-0:3.8.9-1.fc16.noarch rt3-mailgate-0:3.8.9-1.fc16.noarch shutter-0:0.86.4-2.fc15.noarch

Comment 5 David Tardon 2011-05-23 07:32:45 UTC
ping?

Comment 6 Ville Skyttä 2012-01-05 19:07:43 UTC
Maybe this update fixes it?

https://admin.fedoraproject.org/updates/mod_perl-2.0.5-7.fc16

Comment 7 David Tardon 2012-01-06 07:22:56 UTC
yes, it does