Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166967 - grip-3.3.1 and dbus-1.0.2: libdbus-1.so.2 not found
Summary: grip-3.3.1 and dbus-1.0.2: libdbus-1.so.2 not found
Status: RESOLVED DUPLICATE of bug 163284
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 08:03 UTC by Josh Scheid
Modified: 2007-02-15 08:04 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 Josh Scheid 2007-02-15 08:03:19 UTC
With these versions of these two packages, grip looks for, and can not find libdbus-1.so.2.

% ldd /usr/bin/grip | grep dbus
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb71af000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb717c000)
        libdbus-1.so.2 => not found

% ls -l /usr/lib/libdbus*
-rw-r--r-- 1 root root 412420 Feb 14 23:52 /usr/lib/libdbus-1.a
-rw-r--r-- 1 root root    800 Feb 14 23:52 /usr/lib/libdbus-1.la
lrwxrwxrwx 1 root root     18 Feb 14 23:52 /usr/lib/libdbus-1.so -> libdbus-1.so.3.2.0
lrwxrwxrwx 1 root root     18 Feb 14 23:52 /usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.2.0
-rwxr-xr-x 1 root root 209504 Feb 14 23:52 /usr/lib/libdbus-1.so.3.2.0
-rw-r--r-- 1 root root 150274 Feb  7 23:52 /usr/lib/libdbus-glib-1.a
-rw-r--r-- 1 root root    959 Feb  7 23:52 /usr/lib/libdbus-glib-1.la
lrwxrwxrwx 1 root root     23 Feb  7 23:52 /usr/lib/libdbus-glib-1.so -> libdbus-glib-1.so.2.0.0
lrwxrwxrwx 1 root root     23 Feb  7 23:52 /usr/lib/libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.0.0
-rwxr-xr-x 1 root root 110720 Feb  7 23:52 /usr/lib/libdbus-glib-1.so.2.0.0


Reproducible: Always

Steps to Reproduce:
emerge these two package+versions, run 'grip'.
Actual Results:  
grip: error while loading shared libraries: libdbus-1.so.2: cannot open shared object file: No such file or directory


Expected Results:  
'grip' launches successfully.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-15 08:04:20 UTC
Run revdep-rebuild.

*** This bug has been marked as a duplicate of bug 163284 ***