Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163562 - gnucash-2.0.2 can't find libdbus-1.so.2 after emerging dbus-1.0.2
Summary: gnucash-2.0.2 can't find libdbus-1.so.2 after emerging dbus-1.0.2
Status: RESOLVED DUPLICATE of bug 163284
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 07:48 UTC by Lari Korpi
Modified: 2007-01-24 19:12 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 Lari Korpi 2007-01-24 07:48:39 UTC
I did emerge -uDavN world and there was block on dbus-0.62-r2 that in my understanding called for emerge -C of dbus before the most recent version could be merged and so I did. Now I'm unable to run gnucash. 

Reproducible: Always

Steps to Reproduce:
1. upgrade from dbus-0.62-r2 to dbus-1.0.2
2. try to run gnucash-2.0.2
3.

Actual Results:  
gnucash-bin: error while loading shared libraries: libdbus-1.so.2: cannot open shared object file: No such file or directory



Expected Results:  
run gnucash

#ldd `which gnucash-bin` | grep dbus
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x00002b8480739000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00002b8480858000)
        libdbus-1.so.2 => not found
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-24 07:49:38 UTC
Good that you completely ignored the upgrading instructions... :P

*** This bug has been marked as a duplicate of bug 163284 ***
Comment 2 Lari Korpi 2007-01-24 15:56:41 UTC
Running of revdep-rebuild didn't solve this, but "ln -s /usr/lib64/libdbus-1.so.3 /usr/lib64/libdbus-1.so.2" did. This fix feel like a quick hack because I have no idea what are the diffrenreces of libdbus-1.so.3 and libdbus-1.so.2
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-24 19:12:59 UTC
Don't reopen this bug.

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