[Bug 2226] New: Can't install from rpm (thinks libGL.so.1 is missing but it's not)

Wine Bugs wine-bugs at winehq.org
Fri May 14 14:12:05 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=2226

           Summary: Can't install from rpm (thinks libGL.so.1 is missing but
                    it's not)
           Product: Wine
           Version: 20040505
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-binary
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: centaur at netmagic.net


Seems like something's broken here.  I built the source rpm, tried to install
it, and got this:

[root at spike rpms]# rpm -ivh
/usr/src/redhat/RPMS/i386/wine-20040505-1rh9winehq.i386.rpm
error: Failed dependencies:
        libGL.so.1(LIBGL) is needed by wine-20040505-1rh9winehq
[root at spike rpms]# rpm -q --whatprovides libGL.so.1
XFree86-Mesa-libGL-4.3.0-2.90.55
[root at spike rpms]# rpm -ql XFree86-Mesa-libGL-4.3.0-2.90.55 | grep libGL
/usr/X11R6/lib/libGL.so.1
/usr/X11R6/lib/libGL.so.1.2
/usr/lib/libGL.so.1
[root at spike rpms]# ls -l /usr/lib/libGL.so.1
lrwxr-xr-x    1 root     root           17 Apr 18 16:16 /usr/lib/libGL.so.1 ->
libGL.so.1.0.5336

Now I know that the library was replaced when I installed the Nvidia driver with
their own version, but it still exists, and should work...  RPM even reports
that it's still provided by XFree86-Mesa-libGL.  So I'm not sure how it's doing
the dependency check, but it's blowing up on me :(

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list