[Bug 592720] New: Gwibber fails to start - DBus error
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c0 Summary: Gwibber fails to start - DBus error Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: riggwelter@opensuse.org QAContact: qa@suse.de Found By: --- Blocker: --- openSUSE 11.2+GNOME:Apps+server:database+devel:languages:python Gwibber fails to start even with the full couch stack: ogley@linux-ad02:~> gwibber --debug ** (gwibber:3098): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum' ** (gwibber:3098): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum' ** (gwibber:3098): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum' No dbus monitor yet Updating... ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Traceback (most recent call last): File "/usr/bin/gwibber", line 67, in <module> client.Client() File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 441, in __init__ self.w = GwibberClient() File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 28, in __init__ self.model = gwui.Model() File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 43, in __init__ self.services = json.loads(self.daemon.GetServices()) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) linux-ad02:~ # rpm -q gwibber couchdb python-couchdb python-desktopcouch erlang gwibber-2.29.92-11.1.i586 couchdb-0.10.1-5.2.i586 python-couchdb-0.6.1-2.1.noarch python-desktopcouch-0.6.3-2.1.noarch erlang-R13B04-3.1.i586 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c1 Luis Medinas <lmedinas@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lmedinas@opensuse.org --- Comment #1 from Luis Medinas <lmedinas@opensuse.org> 2010-03-31 16:26:53 UTC --- It's not really gwibber problem, it's more desktopcouch not able to lauch couchdb. The bug is already reported upstream. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominique.leuenberger@tmf-g | |roup.com See Also| |https://launchpad.net/bugs/ | |546751 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c2 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bnc-team-gnome@forge.provo. |dominique.leuenberger@tmf-g |novell.com |roup.com --- Comment #2 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2010-04-09 16:59:31 UTC --- The prolem seems to be in the underlying couchdb itself. There is apparently a problem linking in libmozjs.so, which lives out of $libdir in openSUSE. mozilla-js.pc has information on how to link the lib properly using -rpath, but couchdb might be ignoring those settings. Will investigate on that one. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c3 --- Comment #3 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2010-04-09 17:20:40 UTC --- indeed, from the couchdb buildlog: gcc -shared .libs/couch_icu_driver_la-couch_icu_driver.o -L/usr/lib64 -L/usr/lib64/xulrunner-1.9.1 -L/usr/local/lib -L/opt/local/lib -lm -licuuc -licudata -licui18n -lpthread -lcrypt -Wl,-soname -Wl,couch_icu_driver.so -o libs/couch_icu_driver.so libtool: link: gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -std=gnu99 -I/usr/lib64/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/include/xulrunner-1.9.1.9/unstable -DXP_UNIX -o couchjs couchjs-http.o couchjs-main.o couchjs-utf8.o -L/usr/lib64/xulrunner-1.9.1 -L/usr/local/lib -L/opt/local/lib -lm -lcurl -lmozjs -lpthread -lcrypt It did not include the -rpath,${libdir} from mozilla-js.pc. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c4 --- Comment #4 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2010-04-09 19:41:35 UTC --- Submitted a patched version of couchdb to server:database. The patch introduces the -Wl,-rpath into the build system of couchdb. (SR 37616) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=592720 http://bugzilla.novell.com/show_bug.cgi?id=592720#c5 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2010-04-11 15:41:58 UTC --- The patched version of couchdb landed in server:database and will shortly also be in openSUSE:Factory. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com