Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1494814

Summary: perl-libwww-perl is uninstallable in Rawhide
Product: [Fedora] Fedora Reporter: Richard W.M. Jones <rjones>
Component: perl-libwww-perlAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: alexl, caillon+fedoraproject, john.j5live, jplesnik, mbarnes, perl-devel, ppisar, rhughes, rstrode, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-libwww-perl-6.27-2.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-23 20:28:20 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 910269    

Description Richard W.M. Jones 2017-09-23 09:49:33 UTC
Description of problem:

DEBUG util.py:439:  Error: 
DEBUG util.py:439:   Problem: package icoutils-0.32.0-1.fc28.x86_64 requires perl(LWP::Simple), but none of the providers can be installed
DEBUG util.py:439:    - conflicting requests
DEBUG util.py:439:    - nothing provides perl(LWP::Protocol::http::SocketMethods) needed by perl-libwww-perl-6.27-1.fc28.noarch

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

perl-libwww-perl-6.27-1.fc28.noarch

How reproducible:

?

Steps to Reproduce:
1. Install libwww-perl in Rawhide.

See also:
https://kojipkgs.fedoraproject.org//work/tasks/9444/22039444/root.log

Comment 1 Richard W.M. Jones 2017-09-23 19:58:25 UTC
I believe this should be fixed by the laconically named
commit "Provide hidden modules" which adds:

+Provides:       perl(LWP::Debug::TraceHTTP::Socket) = %{version}
+Provides:       perl(LWP::Protocol::http::Socket) = %{version}
+Provides:       perl(LWP::Protocol::http::SocketMethods) = %{version}

However for some reason that's not built in Rawhide, only in
F27 updates-testing.

I'm therefore going to build it in Rawhide.

Comment 2 Richard W.M. Jones 2017-09-23 19:59:57 UTC
It has been built, but somehow is not tagged (only in "f28-pending") ...

Comment 3 Richard W.M. Jones 2017-09-23 20:28:20 UTC
Tagged into f28 by Kevin Fenzi.