FS#12337 - Xorg fails to start do to libpciaccess package missing
Attached to Project:
Arch Linux
Opened by Ahmed Osman (Ashex) - Thursday, 04 December 2008, 03:54 GMT
Last edited by Jan de Groot (JGC) - Thursday, 04 December 2008, 15:39 GMT
Opened by Ahmed Osman (Ashex) - Thursday, 04 December 2008, 03:54 GMT
Last edited by Jan de Groot (JGC) - Thursday, 04 December 2008, 15:39 GMT
|
Details
Description:
After upgrading to the latest Xorg, X fails to start with the following error: /usr/bin/Xorg: error while loading shared libraries: libpciaccess.so.0: After installing the package libpciaccess, X starts successfully. Additional info: * package version(s) xorg-server 1.5.3-2 libpciaccess 0.10.5-1 * config and/or log files etc. Steps to reproduce: launch X |
This task depends upon
Closed by Jan de Groot (JGC)
Thursday, 04 December 2008, 15:39 GMT
Reason for closing: Not a bug
Additional comments about closing: pacman -Syud won't install dependencies.
Thursday, 04 December 2008, 15:39 GMT
Reason for closing: Not a bug
Additional comments about closing: pacman -Syud won't install dependencies.
Comment by Ahmed Osman (Ashex) -
Thursday, 04 December 2008, 04:08 GMT
After closer inspection of pacman.log, xf86-video-ati was upgraded
from 6.8.0-4 to 6.9.0-5. libpciaccess is required by
xf86-video-ati, yet for some reason it was not installed during
the upgrade and was never installed before. So it wasn't the Xorg
upgrade, but the ati driver upgrade itself that looks to be the
issue.
Comment by Jan de Groot (JGC) -
Thursday, 04 December 2008, 08:16 GMT
How did you upgrade? Did you use pacman -Sd to upgrade something?
Comment by Ahmed Osman (Ashex) -
Thursday, 04 December 2008, 15:33 GMT
I had planned on doing the upgrade at a later time, so I used
pacman -Syud thinking it would download all packages without
installing them. However it went ahead and did the full upgrade
for me.