Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133741 - xfce-base/thunar complains of missing library
Summary: xfce-base/thunar complains of missing library
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 18:23 UTC by matthew.cline
Modified: 2006-05-19 19:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matthew.cline 2006-05-18 18:23:54 UTC
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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-19 01:06:24 UTC
Run revdep-rebuild and try again...
Comment 2 matthew.cline 2006-05-19 19:26:51 UTC
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.