[Bug 788448] New: home:clauded1:ModProxyPerlHtml: can't install perl-IO-Compress
= 2.052, but this requirement cannot be provided uninstallable providers:
https://bugzilla.novell.com/show_bug.cgi?id=788448 https://bugzilla.novell.com/show_bug.cgi?id=788448#c0 Summary: home:clauded1:ModProxyPerlHtml: can't install perl-IO-Compress Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: openSUSE 12.1 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: claude.durocher@mcccf.gouv.qc.ca ReportedBy: juan.baptiste@gmail.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Community User Blocker: --- Hi, When using your repository perl-Apache2-ModProxyPerlHtml can't be installed due to a dependency issue with perl-Compress-Raw-Zlib: linux-ky3a:~ # zypper in perl-Apache2-ModProxyPerlHtml Loading repository data... Reading installed packages... Resolving package dependencies... Problem: perl-Apache2-ModProxyPerlHtml-3.2-1.1.noarch requires perl-IO-Compress, but this requirement cannot be provided uninstallable providers: perl-IO-Compress-2.052-2.1.noarch[home:clauded1:ModProxyPerlHtml_12.1] [...] linux-ky3a:~ # zypper in perl-IO-Compress Loading repository data... Reading installed packages... Resolving package dependencies... Problem: perl-IO-Compress-2.052-2.1.noarch requires perl(Compress::Raw::Zlib) perl-Compress-Raw-Zlib-2.054-2.1.i586[home:clauded1:ModProxyPerlHtml_12.1] perl-Compress-Raw-Zlib-2.054-2.1.x86_64[home:clauded1:ModProxyPerlHtml_12.1] [...] linux-ky3a:~ # zypper in perl-Compress-Raw-Zlib Loading repository data... Reading installed packages... Resolving package dependencies... Problem: perl-Compress-Raw-Zlib-2.054-2.1.x86_64 requires perl = 5.14.2, but this requirement cannot be provided uninstallable providers: perl-5.14.2-1.9.i586[openSUSE_12.1_OSS] perl-5.14.2-1.9.x86_64[openSUSE_12.1_OSS] linux-ky3a:~ # rpm -q perl perl-5.14.2-3.1.x86_64 As you see, perl-Compress-Raw-Zlib is requiring perl = 5.14.2 and that's the version I have installed. What could be the problem ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=788448 https://bugzilla.novell.com/show_bug.cgi?id=788448#c1 --- Comment #1 from Juan Luis Baptiste <juan.baptiste@gmail.com> 2012-11-07 03:13:40 UTC --- Found the problem. The issue is that perl-5.14.2-3.1 also provides perl-Compress-Raw-Zlib and perl-Compress-Raw-Bzip2, but version 2.033 and has an unversioned Obsoletes for those two perl modules. This makes impossible to install any other package that provides perl-Compress-Raw-Zlib (or any other that has an unversioned Obsoletes). What I did to fix it was to version that Obsoletes so it only obsoletes perl-Compress-Raw-Zlib < 2.033 in the perl package. Obsoletes: perl-Compress-Raw-Zlib perl-Compress-Raw-Bzip2 < 2.033 Instead of Obsoletes: perl-Compress-Raw-Zlib perl-Compress-Raw-Bzip2 With that change perl-IO-Compress and perl-Apache2-ModProxyPerlHtml install. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com