LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   DBUS Problem at -Current (https://www.linuxquestions.org/questions/slackware-14/dbus-problem-at-current-540574/)

willysr 03-25-2007 09:31 PM

DBUS Problem at -Current
 
I noticed an error message everytime i started my system saying about DBUS. I tried to reproduce the error by running :
Quote:

root@laptop:/etc/dbus-1# dbus-uuidgen
dbus-uuidgen: symbol lookup error: dbus-uuidgen: undefined symbol: dbus_internal_do_not_use_create_uuid
Does anybody has a solution on this?

NB: Using Slackware-Current

rworkman 03-26-2007 09:59 AM

Willy:
Show the output of:
ls /var/log/packages/dbus*
ldd /usr/bin/dbus-uuidgen
ldd /usr/bin/dbus-daemon

My first guess, even without seeing the output of those things, is that you had previously installed dbus on your own, most likely to /usr/local, and now the libs in /usr/local/lib are being seen instead of the correct ones in /usr/lib.
Also, make sure you have all of your packages are in sync with what's currently available in the -current tree - see the CHANGES_AND_HINTS.TXT file for pointers.

RW

willysr 03-26-2007 08:20 PM

Quote:

willy@laptop:~$ ls /var/log/packages/dbus*
/var/log/packages/dbus-1.0.2-i486-1 /var/log/packages/dbus-qt3-0.70-i486-1
/var/log/packages/dbus-glib-0.72-i486-1

willy@laptop:~$ ldd /usr/bin/dbus-uuidgen
linux-gate.so.1 => (0xffffe000)
/lib/libsafe.so.2 (0xb7f52000)
libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0xb7f06000)
libc.so.6 => /lib/libc.so.6 (0xb7dc3000)
libdl.so.2 => /lib/libdl.so.2 (0xb7dbf000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7da8000)
/lib/ld-linux.so.2 (0xb7f59000)

willy@laptop:~$ ldd /usr/bin/dbus-daemon
linux-gate.so.1 => (0xffffe000)
/lib/libsafe.so.2 (0xb7f39000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7efb000)
libc.so.6 => /lib/libc.so.6 (0xb7db8000)
libdl.so.2 => /lib/libdl.so.2 (0xb7db4000)
/lib/ld-linux.so.2 (0xb7f40000)
Yes, i do have dbus installed before i upgrade to -Current, but i already uninstalled it before i upgrade to -Current. My packages are already in sync with -current and i do have look on that file before i commit the upgrades

Thanks Before

willysr 03-26-2007 08:34 PM

Problem FIXED :D
 
Hello Rob,

Thanks for your help and your analysis is correct. It seems that dbus installation didn't clean up the library even after i commit make uninstall, so it's still left there. After i removed it, i can start the messagebus daemon again and dbus-uuidgen can now work perfectly

Thanks :D

rworkman 03-26-2007 09:28 PM

Yes, and you see now why I asked :)
libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0xb7f06000)
This happens to a lot of people, and that's why I *strongly* recommend that people package every piece of software that they install, even if it's only with checkinstall or slacktrack. That way, you can be much more assured of removing the stale bits later when you upgrade it.
Either way, I'm glad it's working for you now. Also, I received your email and am writing a reply now.

RW

willysr 03-26-2007 09:45 PM

yes, i never used checkinstall nor slacktrack, but i guess i should get used to it now :D

MS3FGX 03-26-2007 10:01 PM

Yeah, you should definitely be using checkinstall rather than just doing a "make install". you can never be sure what is happening if you just let it install however it wants. This becomes a problem when it is time to install if some files are left behind.

Of course, that is assuming the source package's makefile even has a "uninstall" target in the first place, which not all of them do.


All times are GMT -5. The time now is 05:48 PM.