Bug 695239 - dependencies in rawhide
Summary: dependencies in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mod_perl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-11 06:49 UTC by Marcela Mašláňová
Modified: 2012-01-06 07:22 UTC (History)
4 users (show)

Fixed In Version: mod_perl-2.0.5-7.fc16
Clone Of:
Environment:
Last Closed: 2012-01-06 07:22:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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