| Summary: | grip-3.3.1 and dbus-1.0.2: libdbus-1.so.2 not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Josh Scheid <joshuascheid> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Run revdep-rebuild. *** This bug has been marked as a duplicate of bug 163284 *** |
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.