RPM

Comment 4 for bug 955106

Revision history for this message
Jeff Johnson (n3npq) wrote :

The quick-and-dirty fix is this:
    1) Remove the conflicting package. Some command like this:
            rpm -evv `rpm -q --whatprovides lib64mesaglut3`
         There is likely a need for an Obsoletes: in the lib64freeglut3-2.8.0-1.x86_64
          package (but that's just a guess: I do not have a full context or deep understanding).
    2) Stub-in the missing dependencies like this
            mkdir -p /etc/rpm/sysinfo
            echo "libXmuu.so.1()(64bit)" >> /etc/rpm/sysinfo/Providename

Is there a package that has
    Provides: libXmuu.so.1()(64bit)
installed? Try running
    rpm -q --whatprovides "libXmuu.so.1()(64bit)"

Note that the --oldpackage option is a "downgrade" and isn't well
supported in RPM.