Bug 390751
Summary: | xorg-x11-drv-i810 needs a newer libpciaccess | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jim Radford <radford> |
Component: | xorg-x11-server | Assignee: | Adam Jackson <ajax> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | xgl-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-11 22:45:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jim Radford
2007-11-19 17:37:41 UTC
What versions of each do you have installed? The build of X I've got here does link against libpciaccess, so that should be brought in automatically by the dependency generator. I get the following error with libpciaccess-0.9.1-1.fc8.x86_64 xorg-x11-server-Xorg-1.4.99.1-0.10.fc9.x86_64 xorg-x11-drv-i810-devel-2.1.99-1.fc9.x86_64 X: symbol lookup error: /usr/lib64/xorg/modules/drivers//intel_drv.so: undefined symbol: pci_device_map_range But it works when I upgrade to libpciaccess-0.9.1-2.20071031.fc9.x86_64 by hand. $ eu-readelf --symbols usr/lib64/libpciaccess.so.0.8.0 | grep device_map_range $ eu-readelf --symbols usr/lib64/libpciaccess.so.0.10.0 | grep device_map_range 73: 00000000000027f0 474 FUNC GLOBAL DEFAULT 11 pci_device_map_range Fixed in 1.4.99.1-0.20, thanks! |