[Bug 567630] Some packages have duplicate 'rpmlib(VersionedDependencies)' requires

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=567630

Richard W.M. Jones <rjones@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Cannot upload package to    |Some packages have
                   |Redhat Satellite Server     |duplicate
                   |because of "RPM             |'rpmlib(VersionedDependenci
                   |Requires"-Problem           |es)' requires

--- Comment #4 from Richard W.M. Jones <rjones@xxxxxxxxxx> 2010-02-24 06:10:03 EST ---
Updating summary to accurately reflect the problem.

I ran this script over the RPMs installed on a Fedora 12 machine to
find out which RPMs are affected by the problem:

$ for f in $(rpm -qa); do \
    if [ $(rpm -qR $f | fgrep 'rpmlib(VersionedDependencies)' | wc -l) -eq 2 ];
\
    then echo $f; fi; \
  done
ocaml-bitstring-2.0.0-10.fc12.x86_64
ocaml-runtime-3.11.1-0.rc1.2.fc12.1.x86_64
perl-HTML-Parser-3.64-1.fc12.x86_64

And on another F12 machine that was partially upgraded to
Rawhide:

perl-Net-SSLeay-1.35-7.fc12.x86_64
perl-HTML-Parser-3.64-1.fc12.x86_64
perl-POE-1.269-1.fc12.noarch
perl-IO-Tty-1.08-3.fc12.x86_64
perl-Class-MOP-0.94-1.fc12.x86_64
perl-POE-Component-IRC-6.14-1.fc12.noarch
perl-SOAP-Lite-0.710.10-1.fc12.noarch
perl-Moose-0.92-1.fc12.noarch
perl-Try-Tiny-0.02-1.fc12.noarch
perl-Class-C3-XS-0.13-1.fc12.x86_64
perl-POE-Component-Pluggable-1.24-1.fc12.noarch
perl-Devel-GlobalDestruction-0.02-7.fc12.x86_64
perl-POE-Test-Loops-1.022-1.fc12.noarch
perl-Event-1.12-1.fc12.x86_64
perl-Sub-Identify-0.04-6.fc12.x86_64

This problem, for OCaml at least, seems to be fixed
in Rawhide, so I suggest the reporter just uses the OCaml
packages from Rawhide (they have a more recent version
of OCaml too).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
ocaml-devel mailing list
ocaml-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/ocaml-devel

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux