siarhei
4th May 2010, 02:15 PM
Hello,
I need to install libX11-devel on fedora 8 (x86_64). To do so I do:
[root@fsspsnasterix Display-1.4.2]# yum install libX11-devel
The installation procedure ends with:
Error: Missing Dependency: libxcb = 1.0-3.fc8 is needed by package libxcb-devel
Error: Missing Dependency: mesa-libGL = 7.0.1-7.fc8 is needed by package mesa-libGL-devel
So, I try
[root@fsspsnasterix Display-1.4.2]# yum info libxcb
Installed Packages
Name : libxcb
Arch : i386
Version: 1.0
Release: 4.fc8
Size : 404 k
Repo : installed
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
Name : libxcb
Arch : x86_64
Version: 1.0
Release: 4.fc8
Size : 432 k
Repo : installed
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
Available Packages
Name : libxcb
Arch : i386
Version: 1.0
Release: 3.fc8
Size : 117 k
Repo : fedora
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
Name : libxcb
Arch : x86_64
Version: 1.0
Release: 3.fc8
Size : 113 k
Repo : fedora
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
It looks like libxcb-1.0.4 is already installed. But libX11-devel requires libxcb-1.0.3
Is there a way to fix this problem?
Thanks
I need to install libX11-devel on fedora 8 (x86_64). To do so I do:
[root@fsspsnasterix Display-1.4.2]# yum install libX11-devel
The installation procedure ends with:
Error: Missing Dependency: libxcb = 1.0-3.fc8 is needed by package libxcb-devel
Error: Missing Dependency: mesa-libGL = 7.0.1-7.fc8 is needed by package mesa-libGL-devel
So, I try
[root@fsspsnasterix Display-1.4.2]# yum info libxcb
Installed Packages
Name : libxcb
Arch : i386
Version: 1.0
Release: 4.fc8
Size : 404 k
Repo : installed
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
Name : libxcb
Arch : x86_64
Version: 1.0
Release: 4.fc8
Size : 432 k
Repo : installed
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
Available Packages
Name : libxcb
Arch : i386
Version: 1.0
Release: 3.fc8
Size : 117 k
Repo : fedora
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
Name : libxcb
Arch : x86_64
Version: 1.0
Release: 3.fc8
Size : 113 k
Repo : fedora
Summary: A C binding to the X11 protocol
Description:
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.
It looks like libxcb-1.0.4 is already installed. But libX11-devel requires libxcb-1.0.3
Is there a way to fix this problem?
Thanks