I know this report deals with masked packages and beta software, so I apologize if this report doesn't belong here. Trying to run thunar after an emerge gives this error: $ thunar thunar: error while loading shared libraries: libxfce4util.so.1: cannot open shared object file: No such file or directory Sure enough, that file does not exist in /usr/lib/, though I do have: $ ls -l /usr/lib/libxfce4util* lrwxrwxrwx 1 root root 21 May 18 19:28 libxfce4util.so -> libxfce4util.so.2.1.0 lrwxrwxrwx 1 root root 21 May 18 19:28 libxfce4util.so.2 -> libxfce4util.so.2.1.0 -rwxr-xr-x 1 root root 90348 May 18 19:28 libxfce4util.so.2.1.0 $ Is this related to the fact that I am running the currently masked beta version of Xfce4? $ emerge -pv xfce4 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] xfce-base/xfce4-4.3.90.1 0 kB Total size of downloads: 0 kB
Run revdep-rebuild and try again...
I ran revdep-rebuild, but thunar (nor anything else xfce-related) does not appear in the list of broken packages: # cat /root/.revdep_rebuild.4_ebuilds app-office/openoffice-2.0.2-r2 media-libs/xine-lib-1.1.2_pre20060328-r5 media-video/vlc-0.8.5 net-p2p/azureus-bin-2.4.0.2 net-p2p/gtorrentviewer-0.2a sys-devel/gcc-3.4.6-r1 In any case, I tried re-emerging thunar, but this did not solve the problem.