Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#4206 - dbus upgrade from testing breakes few apps

Attached to Project: Arch Linux
Opened by Sergio Rubio (rubiojr) - Monday, 20 March 2006, 15:12 GMT
Last edited by arjan timmerman (blaasvis) - Monday, 20 March 2006, 15:31 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Aurelien Foret (aurelien.foret)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Upgrading from testing today (2006-03-20) breaks at least Tomboy (community) and xfce terminal.

Issuing this commands fix the xfce Terminal issues:
cd /usr/lib
ln -s libdbus-glib-1.so.2.0.0 libdbus-glib-1.so.1
ln -s libdbus-1.so.2.0.0 libdbus-1.so.1

I'll try to investigate how to fix tomboy, though the bug looks related. Probably compiling tomboy against dbus .net bindings 0.61-1 (if possible) will fix it.

Output when running Tomboy:

** (Tomboy:3053): WARNING **: The following assembly referenced from /opt/gnome/lib/tomboy/Tomboy.exe could not be loaded:
Assembly: dbus-sharp (assemblyref_index=4)
Version: 0.50.0.0
Public Key: 9eef2692033670f5
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/opt/gnome/lib/tomboy).


** (Tomboy:3053): WARNING **: The class DBus.Service could not be loaded, used in dbus-sharp, Version=0.50.0.0, Culture=neutral, PublicKeyToken=9eef2692033670f5
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:

in <0xffffffff> Tomboy.Tomboy:Main (string[])
in <0x12a> Tomboy.Tomboy:Main (string[])
in <0x506cfb37> (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[] (object,intptr,intptr,intptr)

Native stacktrace:

mono(mono_handle_native_sigsegv+0xc0) [0x814b350]
mono [0x811aef0]
[0xffffe440]
mono(mono_compile_create_var+0x96) [0x81173e6]
mono [0x813560f]
mono [0x8136343]
mono(mono_magic_trampoline+0x1a) [0x814c57a]
[0xb7ee6032]
[0xb79c2823]
mono(mono_runtime_exec_main+0x60) [0x8092330]
mono(mono_runtime_run_main+0x16d) [0x809537d]
mono(mono_main+0xf66) [0x805d766]
/lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7cece00]
mono [0x805c2a1]
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 25 March 2006, 21:22 GMT
Reason for closing:  Fixed
Additional comments about closing:  terminal is fixed in testing, tomboy is from AUR

Loading...