FS#1110 - xfce4 - 4.0.6 broken

Attached to Project: Arch Linux
Opened by Damir Perisa (damir.perisa) - Monday, 12 July 2004, 13:44 GMT
Last edited by Damir Perisa (damir.perisa) - Monday, 12 July 2004, 19:07 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Aurelien Foret (aurelien.foret)
Architecture not specified
Severity High
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

which: no xfce4-session in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/bittorrent:/opt/gnome/bin:/opt/j2re/bin:/opt/j2sdk/bin:/opt/kde/bin:/opt/qt/bin:/opt/xfce4/bin:/usr/X11R6/bin:/usr/local/bin)

xfce-mcs-manager: error while loading shared libraries: libxfce4mcs-manager.so.1: cannot open shared object file: No such file or directory
xfwm4: error while loading shared libraries: libxfce4mcs-client.so.1: cannot open shared object file: No such file or directory
xfdesktop: error while loading shared libraries: libxfce4mcs-client.so.1: cannot open shared object file: No such file or directory
xfcalendar: error while loading shared libraries: libxfcegui4.so.1: cannot open shared object file: No such file or directory
/opt/xfce4/bin/xfce4-panel: error while loading shared libraries: libxfcegui4.so.1: cannot open shared object file: No such file or directory
xftaskbar4: error while loading shared libraries: libxfcegui4.so.1: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Aurelien Foret (aurelien.foret)
Sunday, 18 July 2004, 17:48 GMT
Reason for closing:  Works for me
Comment by Damir Perisa (damir.perisa) - Monday, 12 July 2004, 13:46 GMT
i only did pacman -Suy and after xfce4 was updated, it failed working :-)

Comment by Tobias Kieslich (tobias) - Monday, 12 July 2004, 14:15 GMT
Hm, seems that /etc/ld.so.conf doesn't know about /opt/xfce4 stuff. Damir please take a look at this file if the path is included. My guess is that it has something to do with the missing part in post_upgrade() which should be changed from /bin/true to post_install $1 so that it is also done on upgrades. On the other hand it works for me here. Also a post_remove() should be added due to clean handling in pacman.

Please Aurelien, if it turns out that it has to be rocompiled, please also
add the alsa support to xfce4-mixer (was ./configure --prefix=/opt/xfce4 --with-sound=alsa). But it's not that urgent :-)
Comment by Damir Perisa (damir.perisa) - Monday, 12 July 2004, 19:06 GMT
after mysql also refused working, i was very suspicious about something much bigger, but looking at ld.so.conf gave the answer:

[root@Asteraceae damir]# more /etc/ld.so.conf
#
# /etc/ld.so.conf
#

/usr/X11R6/lib

# End of file
/opt/gnome/lib
/opt/qt/lib
/opt/kde/lib

/usr/lib/mysql/opt/xfce4/lib
/opt/mozilla/lib/mozilla-1.7
[root@Asteraceae damir]#

2nd last line: xfce4 killed also my mysql installation --- so somewhere the edit of ld.so.conf is wrong
Comment by Damir Perisa (damir.perisa) - Monday, 12 July 2004, 19:07 GMT
changed to HIGH, as it relates also other pkgs like mysql
Comment by Aurelien Foret (aurelien.foret) - Sunday, 18 July 2004, 17:48 GMT
Bug closed.

Only a single report of this issue, most likely linked to an inappropriate modification of /etc/ld.so.conf (adding of /usr/lib/mysql?).
One week after xfce upgrade from 4.0.5 to 4.0.6, there has been no complain.
Pacman code dealing with install scriptlet functions handling has been investigated, and tests with xfce upgrades were performed.
No possible issue there.

Loading...