Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155277 - net-im/gaim dbus deps are wrong for dbus-1.0
Summary: net-im/gaim dbus deps are wrong for dbus-1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: dbus-1
  Show dependency tree
 
Reported: 2006-11-15 11:13 UTC by Priit Laes (IRC: plaes)
Modified: 2007-01-26 06:31 UTC (History)
1 user (show)

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 Priit Laes (IRC: plaes) 2006-11-15 11:13:32 UTC
After upgrade to dbus-1.0, the deps should be like this:
|| ( >=dev-libs/dbus-glib-0.71 <sys-apps/dbus-0.90 )
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-11-17 23:42:15 UTC
Fixed.
Comment 2 David Li 2006-12-08 18:52:04 UTC
By the way, has anyone actually tried gaim with dbus 1.*? For me, it oddly linked with the new AND old versions:

ldd /usr/bin/gaim | grep dbus
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb7cd1000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7c9d000)
        libdbus-1.so.2 => not found
Comment 3 James M Leddy 2007-01-26 06:31:38 UTC
Yeah David, I got the same thing.  Also, gaim doesn't start because it can't find libdbus-1.so.2.  Have you been able to get pas this?

$ gaim
gaim: error while loading shared libraries: libdbus-1.so.2: cannot open shared object file: No such file or directory