Your message dated Wed, 19 Jul 2006 14:14:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line dllmaps missing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libglib2.0-cil
Version: 2.8.2-2

One of my mono apps is complaining: System.DllNotFoundException: glib-2.0

However libglib2.0-cil is installed:

fis% dpkg-query -W \*-cil
[...]
libglade2.0-cil 2.8.2-2
libglib2.0-cil  2.8.2-2
libgtk2.0-cil   2.8.2-2
[...]

According to slomo on #mono: "you're missing a correct dllmap that maps
glib-2.0 to libglib2.0-0.so.0"

MONO_LOG_LEVEL=debug output follows:

Mono-INFO: DllImport attempting to load: 'glib-2.0'.
Mono-INFO: DllImport loading location: 'libglib-2.0.so'.
Mono-INFO: DllImport error loading library: 'libglib-2.0.so: cannot open
shared object file: No such file or directory'.
Mono-INFO: DllImport loading library: './libglib-2.0.so'.
Mono-INFO: DllImport error loading library './libglib-2.0.so: cannot
open shared object file: No such file or directory'.
Mono-INFO: DllImport loading: 'glib-2.0'.
Mono-INFO: DllImport error loading library 'glib-2.0: cannot open shared
object file: No such file or directory'.
Mono-INFO: DllImport loading location: 'libglib-2.0'.
Mono-INFO: DllImport error loading library: 'libglib-2.0: cannot open
shared object file: No such file or directory'.
Mono-INFO: DllImport loading library: './libglib-2.0'.
Mono-INFO: DllImport error loading library './libglib-2.0: cannot open
shared object file: No such file or directory'.
Mono-INFO: DllImport loading: 'libglib-2.0'.
Mono-INFO: DllImport error loading library 'libglib-2.0: cannot open
shared object file: No such file or directory'.

(/usr/lib/tangerine/tangerine-daemon.exe:22726): Mono-WARNING **:
DllImport unable to load library 'libglib-2.0: cannot open shared object
file: No such file or directory'.
System.DllNotFoundException: glib-2.0

Many thanks - Jack

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Hi,
IIRC you had this problem with tangerine which is missing a dllmap.
Read about what this is here:
http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html#s4.2.2

In any case this is not a gtk-sharp bug but a bug in your application
thus I'll close this bug. Feel free to reopen it if you disagree.

Bye

PS: installing libglib2.0-dev will solve it too for you but the dllmap
is obviously the cleaner solution and AFAIK tangerine upstream added a
dllmap lately.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to