Bug 163768 - After installing sys-apps/dbus-1.0.2 my gdm refuses to start
Bug#: 163768 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: CLOSED Severity: major Priority: P2
Resolution: INVALID Assigned To: bug-wranglers@gentoo.org Reported By: timomeinen@googlemail.com
Component: Core system
URL: 
Summary: After installing sys-apps/dbus-1.0.2 my gdm refuses to start
Keywords:  
Status Whiteboard: 
Opened: 2007-01-25 16:43 0000
Description:   Opened: 2007-01-25 16:43 0000
I updated my system and after sys-app/dbus updated from version 0.62-r2 to
version 1.0.2 my gdm didn't start anymore.

I re-emerged gdm, but it didn't help.

I had to downgrade my dbus back to 0.62-r2 to be able to login to my system
using gdm.

Thank you
Timo

Reproducible: Always

Steps to Reproduce:
1. update dbus from 0.62-r2 to 1.0.2
2.
3.

------- Comment #1 From Christian Faulhammer 2007-01-25 16:51:49 0000 -------
Did you run revdep-rebuild as dbus told you?

------- Comment #2 From lemou 2007-01-25 18:11:42 0000 -------
(In reply to comment #1)
> Did you run revdep-rebuild as dbus told you?
> 

This problem also happened to me.
revdep-rebuild failed to compile gedit (first of 42 packages to emerge).

I solved the issue by
ln -sfn /usr/lib/libdbus-1.so.3.2.0 /usr/lib/libdbus-1.so.2

(it is not very clean, but now gnome boots again).

------- Comment #3 From Christian Faulhammer 2007-01-25 18:24:38 0000 -------
emerge --resume --skipfirst && emerge gedit

Portage seems not to be able to sort the packages in the correct order.

------- Comment #4 From lemou 2007-01-25 19:09:36 0000 -------
(In reply to comment #3)
> emerge --resume --skipfirst && emerge gedit
> 
> Portage seems not to be able to sort the packages in the correct order.
> 


Thanks, emerge is ongoing and new packages now link against the right version
of dbus.

moumachine ~ # ldd /usr/bin/evince | grep dbus
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb7d12000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7ce2000)

------- Comment #5 From Christian Faulhammer 2007-01-25 20:29:36 0000 -------
Ok, then I close this as invalid...if Timo Meinen reports otherwise, this can
be reopened.

------- Comment #6 From Timo Meinen 2007-01-28 21:13:33 0000 -------
(In reply to comment #5)
> Ok, then I close this as invalid...if Timo Meinen reports otherwise, this can
> be reopened.
> 

Thank you very much. Gnome is running. :-)

Timo