[Evolution] libglade-WARNING **: Could not load support for
`gnome': Call to mmap() failed - DATA
/opt/gnome-2.4.2/lib/libglade/2.0/libgnome.sl
Not Zed
notzed@ximian.com
Thu, 03 Jun 2004 09:55:17 +0800
--=-oXalcqVAVZdaMzrYo64J
Content-Type: multipart/alternative; boundary="=-YrvKZT/4G3iyW7iDfubu"
--=-YrvKZT/4G3iyW7iDfubu
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Really looks like isues inside libxml. Is it supposed to work on hpux?
Are there any regression tests you can run on libxml, or are there any
other apps which use it successfully?
I know evo needs special patches beyond those you've listed. There are
some old patches on patches.ximian.com which may or may not help.
HPUX is ... something similar to but quite unlike posix.
On Wed, 2004-06-02 at 08:40 +0200, Gansser, Martin wrote:
> Hi,
>
> I tried to compile evolution-1.4.6 on hpux 11.00 with the following changes for shared library,
>
>
> diff -Naur evolution-1.4.6/addressbook/conduit/e-address.conduit.in evolution-1.4.6.new/addressbook/conduit/e-address.conduit.in
> --- evolution-1.4.6/addressbook/conduit/e-address.conduit.in 2002-01-16 18:31:05.000000000 +0100
> +++ evolution-1.4.6.new/addressbook/conduit/e-address.conduit.in 2004-06-01 11:46:03.000000000 +0200
> @@ -1,5 +1,5 @@
> <gnome-pilot-conduit version="1.0">
> - <conduit id="e_address_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libeaddress_conduit.so"/>
> + <conduit id="e_address_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libeaddress_conduit.sl"/>
> <name value="EAddress"/>
> <conduit-attribute name="description" value="Synchronizes Addressbook with Evolution"/>
> <conduit-attribute name="default-synctype" value="synchronize"/>
> diff -Naur evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server
> --- evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server 2004-03-04 23:21:13.000000000 +0100
> +++ evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server 2004-06-01 11:43:34.000000000 +0200
> @@ -2,7 +2,7 @@
>
> <oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_Factory"
> type="shlib"
> - location="/home/jpr/src/jhbuild-evo/install//lib/evolution/1.4/components/libevolution-addressbook.so">
> + location="/home/jpr/src/jhbuild-evo/install//lib/evolution/1.4/components/libevolution-addressbook.sl">
>
> <oaf_attribute name="repo_ids" type="stringv">
> <item value="IDL:GNOME/ObjectFactory:1.0"/>
> diff -Naur evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
> --- evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 2003-04-07 18:10:07.000000000 +0200
> +++ evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 2004-06-01 11:43:55.000000000 +0200
> @@ -2,7 +2,7 @@
>
> <oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_Factory"
> type="shlib"
> - location="@COMPONENTDIR@/libevolution-addressbook.so">
> + location="@COMPONENTDIR@/libevolution-addressbook.sl">
>
> <oaf_attribute name="repo_ids" type="stringv">
> <item value="IDL:GNOME/ObjectFactory:1.0"/>
> diff -Naur evolution-1.4.6/calendar/conduits/calendar/e-calendar.conduit.in evolution-1.4.6.new/calendar/conduits/calendar/e-calendar.conduit.in
> --- evolution-1.4.6/calendar/conduits/calendar/e-calendar.conduit.in 2002-01-14 22:07:45.000000000 +0100
> +++ evolution-1.4.6.new/calendar/conduits/calendar/e-calendar.conduit.in 2004-06-01 11:45:38.000000000 +0200
> @@ -1,5 +1,5 @@
> <gnome-pilot-conduit version="1.0">
> - <conduit id="e_calendar_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libecalendar_conduit.so"/>
> + <conduit id="e_calendar_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libecalendar_conduit.sl"/>
> <name value="ECalendar"/>
> <conduit-attribute name="description" value="Synchronizes Calendar with Evolution"/>
> <conduit-attribute name="default-synctype" value="synchronize"/>
> diff -Naur evolution-1.4.6/calendar/conduits/todo/e-todo.conduit.in evolution-1.4.6.new/calendar/conduits/todo/e-todo.conduit.in
> --- evolution-1.4.6/calendar/conduits/todo/e-todo.conduit.in 2002-01-14 22:07:46.000000000 +0100
> +++ evolution-1.4.6.new/calendar/conduits/todo/e-todo.conduit.in 2004-06-01 11:46:19.000000000 +0200
> @@ -1,5 +1,5 @@
> <gnome-pilot-conduit version="1.0">
> - <conduit id="e_todo_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libetodo_conduit.so"/>
> + <conduit id="e_todo_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libetodo_conduit.sl"/>
> <name value="EToDo"/>
> <conduit-attribute name="description" value="Synchronizes ToDo List with Evolution"/>
> <conduit-attribute name="default-synctype" value="synchronize"/>
> diff -Naur evolution-1.4.6/calendar/gui/GNOME_Evolution_Calendar.server.in.in evolution-1.4.6.new/calendar/gui/GNOME_Evolution_Calendar.server.in.in
> --- evolution-1.4.6/calendar/gui/GNOME_Evolution_Calendar.server.in.in 2003-04-07 18:11:56.000000000 +0200
> +++ evolution-1.4.6.new/calendar/gui/GNOME_Evolution_Calendar.server.in.in 2004-06-01 11:44:16.000000000 +0200
> @@ -2,7 +2,7 @@
>
> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_Factory"
> type="shlib"
> - location="@COMPONENTDIR@/libevolution-calendar.so">
> + location="@COMPONENTDIR@/libevolution-calendar.sl">
>
> <oaf_attribute name="repo_ids" type="stringv">
> <item value="IDL:GNOME/ObjectFactory:1.0"/>
> diff -Naur evolution-1.4.6/camel/camel-lock-helper.c evolution-1.4.6.new/camel/camel-lock-helper.c
> --- evolution-1.4.6/camel/camel-lock-helper.c 2001-10-27 18:59:27.000000000 +0200
> +++ evolution-1.4.6.new/camel/camel-lock-helper.c 2004-06-01 11:41:51.000000000 +0200
> @@ -19,6 +19,10 @@
> * USA
> */
>
> +#if defined(__hpux)
> +# define seteuid(e) setresuid(-1,e,-1)
> +#endif
> +
> /* lock helper process */
>
> #include <stdio.h>
> diff -Naur evolution-1.4.6/camel/camel-provider.c evolution-1.4.6.new/camel/camel-provider.c
> --- evolution-1.4.6/camel/camel-provider.c 2002-11-11 07:24:54.000000000 +0100
> +++ evolution-1.4.6.new/camel/camel-provider.c 2004-06-01 11:46:39.000000000 +0200
> @@ -92,7 +92,7 @@
> }
>
> p = strrchr (name, '.');
> - strcpy (p, ".so");
> + strcpy (p, ".sl");
> while ((fgets (buf, sizeof (buf), fp))) {
> buf[sizeof (buf) - 1] = '\0';
> p = strchr (buf, '\n');
> diff -Naur evolution-1.4.6/mail/GNOME_Evolution_Mail.server.in.in evolution-1.4.6.new/mail/GNOME_Evolution_Mail.server.in.in
> --- evolution-1.4.6/mail/GNOME_Evolution_Mail.server.in.in 2003-05-18 22:20:29.000000000 +0200
> +++ evolution-1.4.6.new/mail/GNOME_Evolution_Mail.server.in.in 2004-06-01 11:43:10.000000000 +0200
> @@ -5,7 +5,7 @@
> <!-- (factory) -->
> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ControlFactory"
> type="shlib"
> - location="@COMPONENTDIR@/libevolution-mail.so">
> + location="@COMPONENTDIR@/libevolution-mail.sl">
>
> <oaf_attribute name="repo_ids" type="stringv">
> <item value="IDL:GNOME/ObjectFactory:1.0"/>
> diff -Naur evolution-1.4.6/mail/mail-importer.c evolution-1.4.6.new/mail/mail-importer.c
> --- evolution-1.4.6/mail/mail-importer.c 2003-05-21 17:27:54.000000000 +0200
> +++ evolution-1.4.6.new/mail/mail-importer.c 2004-06-01 11:47:03.000000000 +0200
> @@ -189,7 +189,7 @@
> char *path, *ext;
>
> ext = strchr (d->d_name, '.');
> - if (!ext || strcmp (ext, ".so") != 0)
> + if (!ext || strcmp (ext, ".sl") != 0)
> continue;
>
> path = g_build_filename (MAIL_IMPORTERSDIR, d->d_name, NULL);
> diff -Naur evolution-1.4.6/my-evolution/GNOME_Evolution_Summary.server.in.in evolution-1.4.6.new/my-evolution/GNOME_Evolution_Summary.server.in.in
> --- evolution-1.4.6/my-evolution/GNOME_Evolution_Summary.server.in.in 2003-04-08 15:51:41.000000000 +0200
> +++ evolution-1.4.6.new/my-evolution/GNOME_Evolution_Summary.server.in.in 2004-06-01 11:44:37.000000000 +0200
> @@ -2,7 +2,7 @@
>
> <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ComponentFactory"
> type="shlib"
> - location="@COMPONENTDIR@/libevolution-executive-summary.so">
> + location="@COMPONENTDIR@/libevolution-executive-summary.sl">
>
> <oaf_attribute name="repo_ids" type="stringv">
> <item value="IDL:Bonobo/GenericFactory:1.0"/>
>
>
> the start of evolution fails with the following error messages:
>
> mzfem_root:/opt/gnome-2.4.2/bin # ./evolution
> file /evolution/vfolders.xml contains nothing to upgrade
> xml file `/evolution/shortcuts.xml' already upgraded
> file /evolution/vfolders.xml contains nothing to upgrade
> xml file `/evolution/shortcuts.xml' already upgraded
> evolution-shell-Message: Evolution configuration upgraded to version: 1.4.0
>
> (evolution-1.4:8347): e-utils-WARNING **: e_config_listener_set_bool: Es wurde keine Datenbank gefunden, um Ihre Konfiguration zu speichern:
> Es konnte kein Wert beim Schlüssel »/apps/evolution/addressbook/completion/uris« gespeichert werden, da der Konfigurationsserver keine schreibbare Datenbank hat.
> Für dieses Problem gibt es mehrere mögliche Ursachen:
> 1) Ihre Konfigurationspfad-Datei /opt/gnome-2.4.2/etc/gconf/2/Pfad enthält keine Datenbanken oder konnte nicht gefunden werden
> 2) Es wurden versehentlich zwei gconfd-Prozesse gestartet.
> 3) Ihr Betriebssystem ist nicht richtig konfiguriert,so dass das Sperren einer NFS-Datei in Ihrem Heimverzeichnis nicht funktioniert oder
> 4) Ihr NFS-Client-Rechner ist abgestürzt und hat den Server beim Starten nicht darüber informiert, dass Dateisperren aufgehoben werden sollen.
> Falls zwei gconfd-Prozesse laufen (oder zwei liefen, als der Zweite gestartet wurde), hilft möglicherweise das Abmelden, das Abwürgen aller laufenden gconfd-Instanzen und das neu Anmelden. Falls eine nicht aufhebbare Sperren vorli
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:307: error: <part name="size">
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:308: error: <title>Size (kB)</title>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:308: error: <title>Size (kB)</title>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: error: <input type="optionlist" name="size-type">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error
> <input type="optionlist" name="size-type">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error
> <input type="optionlist" name="size-type">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error
> <input type="optionlist" name="size-type">
> ^
> parser error : out of memory error
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error
> <input type="optionlist" name="size-type">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error
> <input type="optionlist" name="size-type">
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: error: <input type="optionlist" name="size-type">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error
> <option value="greater-than">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error
> <option value="greater-than">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error
> <option value="greater-than">
> ^
> parser error : out of memory error
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error
> <option value="greater-than">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error
> <option value="greater-than">
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:311: error: <option value="greater-than">
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:311: error: <title>is greater than</title>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:312: error: <code>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:313: error: <code>
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:313: parser error : out of memory error
> (match-all (> (get-size) ${versus}))
> ^
>
> (evolution-1.4:8347): evolution-mail-WARNING **: cannot load vfolders: Unable to load system rules '/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml': Kein ausreichender Platz
>
>
> (evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar
>
> (evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar
>
> (evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar
>
> (evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar
>
> (evolution-1.4:8347): evolution-mail-WARNING **: Could not load: /opt/gnome-2.4.2/lib/evolution/1.4/evolution-mail-importers/libevolution-netscape-importer.sl: Call to mmap() failed - DATA /opt/gnome-2.4.2/lib/evolution/1.4/evolution-mail-importers/libevolution-netscape-importer.sl
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:237: error: <code>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:239: error: <code>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:240: error: </option>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: error: <option value="before">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error
> <option value="before">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error
> <option value="before">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error
> <option value="before">
> ^
> parser error : out of memory error
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error
> <option value="before">
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error
> <option value="before">
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:242: error: <option value="before">
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:242: error: <title>is before</title>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:243: error: <code>
> ^
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:244: error: <code>
> ^
> parser error : out of memory error
> /opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:244: parser error : out of memory error
> (match-all (< (get-received-date) ${versus}))
> ^
>
> (evolution-1.4:8347): libglade-WARNING **: Could not load support for `gnome': Call to mmap() failed - DATA /opt/gnome-2.4.2/lib/libglade/2.0/libgnome.sl
>
> (evolution-1.4:8347): libglade-WARNING **: unknown widget class 'GnomeDruid'
>
> (evolution-1.4:8347): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GnomeDruid'
>
> (evolution-1.4:8347): GnomeUI-CRITICAL **: file gnome-druid.c: line 865 (gnome_druid_set_buttons_sensitive): assertion `GNOME_IS_DRUID (druid)' failed
>
> (evolution-1.4:8347): GLib-GObject-WARNING **: gsignal.c:1893: signal `cancel' is invalid for instance `0x40102908'
>
> (evolution-1.4:8347): evolution-shell-CRITICAL **: file e-shell-startup-wizard.c: line 840 (e_shell_startup_wizard_create): assertion `data->start != NULL' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 593 (camel_object_is): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 464 (camel_object_unref): assertion `CAMEL_IS_OBJECT(o)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 593 (camel_object_is): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 464 (camel_object_unref): assertion `CAMEL_IS_OBJECT(o)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 593 (camel_object_is): assertion `check_magic(o, ctype, TRUE)' failed
>
> (evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 464 (camel_object_unref): assertion `CAMEL_IS_OBJECT(o)' failed
>
> is there any help ?
>
> thanks Martin
> _______________________________________________
> evolution maillist - evolution@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/evolution
--
Michael Zucchi <notzed@ximian.com>
Ximian Evolution and Free Software
Developer
--=-YrvKZT/4G3iyW7iDfubu
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.1.14">
</HEAD>
<BODY>
<BR>
Really looks like isues inside libxml. Is it supposed to work on hpux? Are there any regression tests you can run on libxml, or are there any other apps which use it successfully?<BR>
<BR>
I know evo needs special patches beyond those you've listed. There are some old patches on patches.ximian.com which may or may not help.<BR>
<BR>
HPUX is ... something similar to but quite unlike posix.<BR>
<BR>
On Wed, 2004-06-02 at 08:40 +0200, Gansser, Martin wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi,</FONT>
<FONT COLOR="#000000">I tried to compile evolution-1.4.6 on hpux 11.00 with the following changes for shared library,</FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/addressbook/conduit/e-address.conduit.in evolution-1.4.6.new/addressbook/conduit/e-address.conduit.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/addressbook/conduit/e-address.conduit.in 2002-01-16 18:31:05.000000000 +0100</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/addressbook/conduit/e-address.conduit.in 2004-06-01 11:46:03.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -1,5 +1,5 @@</FONT>
<FONT COLOR="#000000"> <gnome-pilot-conduit version="1.0"></FONT>
<FONT COLOR="#000000">- <conduit id="e_address_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libeaddress_conduit.so"/></FONT>
<FONT COLOR="#000000">+ <conduit id="e_address_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libeaddress_conduit.sl"/></FONT>
<FONT COLOR="#000000"> <name value="EAddress"/></FONT>
<FONT COLOR="#000000"> <conduit-attribute name="description" value="Synchronizes Addressbook with Evolution"/></FONT>
<FONT COLOR="#000000"> <conduit-attribute name="default-synctype" value="synchronize"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server 2004-03-04 23:21:13.000000000 +0100</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server 2004-06-01 11:43:34.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -2,7 +2,7 @@</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_Factory"</FONT>
<FONT COLOR="#000000"> type="shlib"</FONT>
<FONT COLOR="#000000">- location="/home/jpr/src/jhbuild-evo/install//lib/evolution/1.4/components/libevolution-addressbook.so"></FONT>
<FONT COLOR="#000000">+ location="/home/jpr/src/jhbuild-evo/install//lib/evolution/1.4/components/libevolution-addressbook.sl"></FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_attribute name="repo_ids" type="stringv"></FONT>
<FONT COLOR="#000000"> <item value="IDL:GNOME/ObjectFactory:1.0"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 2003-04-07 18:10:07.000000000 +0200</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 2004-06-01 11:43:55.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -2,7 +2,7 @@</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_Factory"</FONT>
<FONT COLOR="#000000"> type="shlib"</FONT>
<FONT COLOR="#000000">- location="@COMPONENTDIR@/libevolution-addressbook.so"></FONT>
<FONT COLOR="#000000">+ location="@COMPONENTDIR@/libevolution-addressbook.sl"></FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_attribute name="repo_ids" type="stringv"></FONT>
<FONT COLOR="#000000"> <item value="IDL:GNOME/ObjectFactory:1.0"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/calendar/conduits/calendar/e-calendar.conduit.in evolution-1.4.6.new/calendar/conduits/calendar/e-calendar.conduit.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/calendar/conduits/calendar/e-calendar.conduit.in 2002-01-14 22:07:45.000000000 +0100</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/calendar/conduits/calendar/e-calendar.conduit.in 2004-06-01 11:45:38.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -1,5 +1,5 @@</FONT>
<FONT COLOR="#000000"> <gnome-pilot-conduit version="1.0"></FONT>
<FONT COLOR="#000000">- <conduit id="e_calendar_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libecalendar_conduit.so"/></FONT>
<FONT COLOR="#000000">+ <conduit id="e_calendar_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libecalendar_conduit.sl"/></FONT>
<FONT COLOR="#000000"> <name value="ECalendar"/></FONT>
<FONT COLOR="#000000"> <conduit-attribute name="description" value="Synchronizes Calendar with Evolution"/></FONT>
<FONT COLOR="#000000"> <conduit-attribute name="default-synctype" value="synchronize"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/calendar/conduits/todo/e-todo.conduit.in evolution-1.4.6.new/calendar/conduits/todo/e-todo.conduit.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/calendar/conduits/todo/e-todo.conduit.in 2002-01-14 22:07:46.000000000 +0100</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/calendar/conduits/todo/e-todo.conduit.in 2004-06-01 11:46:19.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -1,5 +1,5 @@</FONT>
<FONT COLOR="#000000"> <gnome-pilot-conduit version="1.0"></FONT>
<FONT COLOR="#000000">- <conduit id="e_todo_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libetodo_conduit.so"/></FONT>
<FONT COLOR="#000000">+ <conduit id="e_todo_conduit" type="shlib" location="@prefix@/lib/gnome-pilot/conduits/libetodo_conduit.sl"/></FONT>
<FONT COLOR="#000000"> <name value="EToDo"/></FONT>
<FONT COLOR="#000000"> <conduit-attribute name="description" value="Synchronizes ToDo List with Evolution"/></FONT>
<FONT COLOR="#000000"> <conduit-attribute name="default-synctype" value="synchronize"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/calendar/gui/GNOME_Evolution_Calendar.server.in.in evolution-1.4.6.new/calendar/gui/GNOME_Evolution_Calendar.server.in.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/calendar/gui/GNOME_Evolution_Calendar.server.in.in 2003-04-07 18:11:56.000000000 +0200</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/calendar/gui/GNOME_Evolution_Calendar.server.in.in 2004-06-01 11:44:16.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -2,7 +2,7 @@</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_Factory"</FONT>
<FONT COLOR="#000000"> type="shlib"</FONT>
<FONT COLOR="#000000">- location="@COMPONENTDIR@/libevolution-calendar.so"></FONT>
<FONT COLOR="#000000">+ location="@COMPONENTDIR@/libevolution-calendar.sl"></FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_attribute name="repo_ids" type="stringv"></FONT>
<FONT COLOR="#000000"> <item value="IDL:GNOME/ObjectFactory:1.0"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/camel/camel-lock-helper.c evolution-1.4.6.new/camel/camel-lock-helper.c</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/camel/camel-lock-helper.c 2001-10-27 18:59:27.000000000 +0200</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/camel/camel-lock-helper.c 2004-06-01 11:41:51.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -19,6 +19,10 @@</FONT>
<FONT COLOR="#000000"> * USA</FONT>
<FONT COLOR="#000000"> */</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000">+#if defined(__hpux)</FONT>
<FONT COLOR="#000000">+# define seteuid(e) setresuid(-1,e,-1)</FONT>
<FONT COLOR="#000000">+#endif</FONT>
<FONT COLOR="#000000">+</FONT>
<FONT COLOR="#000000"> /* lock helper process */</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> #include <stdio.h></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/camel/camel-provider.c evolution-1.4.6.new/camel/camel-provider.c</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/camel/camel-provider.c 2002-11-11 07:24:54.000000000 +0100</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/camel/camel-provider.c 2004-06-01 11:46:39.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -92,7 +92,7 @@</FONT>
<FONT COLOR="#000000"> }</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> p = strrchr (name, '.');</FONT>
<FONT COLOR="#000000">- strcpy (p, ".so");</FONT>
<FONT COLOR="#000000">+ strcpy (p, ".sl");</FONT>
<FONT COLOR="#000000"> while ((fgets (buf, sizeof (buf), fp))) {</FONT>
<FONT COLOR="#000000"> buf[sizeof (buf) - 1] = '\0';</FONT>
<FONT COLOR="#000000"> p = strchr (buf, '\n');</FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/mail/GNOME_Evolution_Mail.server.in.in evolution-1.4.6.new/mail/GNOME_Evolution_Mail.server.in.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/mail/GNOME_Evolution_Mail.server.in.in 2003-05-18 22:20:29.000000000 +0200</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/mail/GNOME_Evolution_Mail.server.in.in 2004-06-01 11:43:10.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -5,7 +5,7 @@</FONT>
<FONT COLOR="#000000"> <!-- (factory) --></FONT>
<FONT COLOR="#000000"> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ControlFactory"</FONT>
<FONT COLOR="#000000"> type="shlib"</FONT>
<FONT COLOR="#000000">- location="@COMPONENTDIR@/libevolution-mail.so"></FONT>
<FONT COLOR="#000000">+ location="@COMPONENTDIR@/libevolution-mail.sl"></FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_attribute name="repo_ids" type="stringv"></FONT>
<FONT COLOR="#000000"> <item value="IDL:GNOME/ObjectFactory:1.0"/></FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/mail/mail-importer.c evolution-1.4.6.new/mail/mail-importer.c</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/mail/mail-importer.c 2003-05-21 17:27:54.000000000 +0200</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/mail/mail-importer.c 2004-06-01 11:47:03.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -189,7 +189,7 @@</FONT>
<FONT COLOR="#000000"> char *path, *ext;</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> ext = strchr (d->d_name, '.');</FONT>
<FONT COLOR="#000000">- if (!ext || strcmp (ext, ".so") != 0)</FONT>
<FONT COLOR="#000000">+ if (!ext || strcmp (ext, ".sl") != 0)</FONT>
<FONT COLOR="#000000"> continue;</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> path = g_build_filename (MAIL_IMPORTERSDIR, d->d_name, NULL);</FONT>
<FONT COLOR="#000000">diff -Naur evolution-1.4.6/my-evolution/GNOME_Evolution_Summary.server.in.in evolution-1.4.6.new/my-evolution/GNOME_Evolution_Summary.server.in.in</FONT>
<FONT COLOR="#000000">--- evolution-1.4.6/my-evolution/GNOME_Evolution_Summary.server.in.in 2003-04-08 15:51:41.000000000 +0200</FONT>
<FONT COLOR="#000000">+++ evolution-1.4.6.new/my-evolution/GNOME_Evolution_Summary.server.in.in 2004-06-01 11:44:37.000000000 +0200</FONT>
<FONT COLOR="#000000">@@ -2,7 +2,7 @@</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ComponentFactory"</FONT>
<FONT COLOR="#000000"> type="shlib"</FONT>
<FONT COLOR="#000000">- location="@COMPONENTDIR@/libevolution-executive-summary.so"></FONT>
<FONT COLOR="#000000">+ location="@COMPONENTDIR@/libevolution-executive-summary.sl"></FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"> <oaf_attribute name="repo_ids" type="stringv"></FONT>
<FONT COLOR="#000000"> <item value="IDL:Bonobo/GenericFactory:1.0"/></FONT>
<FONT COLOR="#000000">the start of evolution fails with the following error messages:</FONT>
<FONT COLOR="#000000">mzfem_root:/opt/gnome-2.4.2/bin # ./evolution</FONT>
<FONT COLOR="#000000">file /evolution/vfolders.xml contains nothing to upgrade</FONT>
<FONT COLOR="#000000">xml file `/evolution/shortcuts.xml' already upgraded</FONT>
<FONT COLOR="#000000">file /evolution/vfolders.xml contains nothing to upgrade</FONT>
<FONT COLOR="#000000">xml file `/evolution/shortcuts.xml' already upgraded</FONT>
<FONT COLOR="#000000">evolution-shell-Message: Evolution configuration upgraded to version: 1.4.0</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): e-utils-WARNING **: e_config_listener_set_bool: Es wurde keine Datenbank gefunden, um Ihre Konfiguration zu speichern:</FONT>
<FONT COLOR="#000000"> Es konnte kein Wert beim Schlüssel »/apps/evolution/addressbook/completion/uris« gespeichert werden, da der Konfigurationsserver keine schreibbare Datenbank hat.</FONT>
<FONT COLOR="#000000">Für dieses Problem gibt es mehrere mögliche Ursachen:</FONT>
<FONT COLOR="#000000">1) Ihre Konfigurationspfad-Datei /opt/gnome-2.4.2/etc/gconf/2/Pfad enthält keine Datenbanken oder konnte nicht gefunden werden</FONT>
<FONT COLOR="#000000">2) Es wurden versehentlich zwei gconfd-Prozesse gestartet.</FONT>
<FONT COLOR="#000000">3) Ihr Betriebssystem ist nicht richtig konfiguriert,so dass das Sperren einer NFS-Datei in Ihrem Heimverzeichnis nicht funktioniert oder</FONT>
<FONT COLOR="#000000">4) Ihr NFS-Client-Rechner ist abgestürzt und hat den Server beim Starten nicht darüber informiert, dass Dateisperren aufgehoben werden sollen.</FONT>
<FONT COLOR="#000000">Falls zwei gconfd-Prozesse laufen (oder zwei liefen, als der Zweite gestartet wurde), hilft möglicherweise das Abmelden, das Abwürgen aller laufenden gconfd-Instanzen und das neu Anmelden. Falls eine nicht aufhebbare Sperren vorli</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:307: error: <part name="size"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:308: error: <title>Size (kB)</title></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:308: error: <title>Size (kB)</title></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: error: <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:309: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: error: <input type="optionlist" name="size-type"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="greater-than"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="greater-than"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="greater-than"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="greater-than"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:310: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="greater-than"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:311: error: <option value="greater-than"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:311: error: <title>is greater than</title></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:312: error: <code></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:313: error: <code></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:313: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> (match-all (&gt; (get-size) ${versus}))</FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): evolution-mail-WARNING **: cannot load vfolders: Unable to load system rules '/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml': Kein ausreichender Platz</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): e-utils-WARNING **: [Invalid UTF-8] Could not create dispatcher thread, message queued?: Ressource vorübergehend nicht verfügbar</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): evolution-mail-WARNING **: Could not load: /opt/gnome-2.4.2/lib/evolution/1.4/evolution-mail-importers/libevolution-netscape-importer.sl: Call to mmap() failed - DATA /opt/gnome-2.4.2/lib/evolution/1.4/evolution-mail-importers/libevolution-netscape-importer.sl</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:237: error: <code></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:239: error: <code></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:240: error: </option></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: error: <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:241: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:242: error: <option value="before"></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:242: error: <title>is before</title></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:243: error: <code></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:244: error: <code></FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">parser error : out of memory error</FONT>
<FONT COLOR="#000000">/opt/gnome-2.4.2/share/evolution/1.4/vfoldertypes.xml:244: parser error : out of memory error</FONT>
<FONT COLOR="#000000"> (match-all (&lt; (get-received-date) ${versus}))</FONT>
<FONT COLOR="#000000"> ^</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): libglade-WARNING **: Could not load support for `gnome': Call to mmap() failed - DATA /opt/gnome-2.4.2/lib/libglade/2.0/libgnome.sl</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): libglade-WARNING **: unknown widget class 'GnomeDruid'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GnomeDruid'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): GnomeUI-CRITICAL **: file gnome-druid.c: line 865 (gnome_druid_set_buttons_sensitive): assertion `GNOME_IS_DRUID (druid)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): GLib-GObject-WARNING **: gsignal.c:1893: signal `cancel' is invalid for instance `0x40102908'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): evolution-shell-CRITICAL **: file e-shell-startup-wizard.c: line 840 (e_shell_startup_wizard_create): assertion `data->start != NULL' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 593 (camel_object_is): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 464 (camel_object_unref): assertion `CAMEL_IS_OBJECT(o)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 593 (camel_object_is): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 464 (camel_object_unref): assertion `CAMEL_IS_OBJECT(o)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 624 (camel_object_cast): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-WARNING **: Trying to check NULL OBJECT is OBJECT 'CamelObject'</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 593 (camel_object_is): assertion `check_magic(o, ctype, TRUE)' failed</FONT>
<FONT COLOR="#000000">(evolution-1.4:8347): camel-CRITICAL **: file camel-object.c: line 464 (camel_object_unref): assertion `CAMEL_IS_OBJECT(o)' failed</FONT>
<FONT COLOR="#000000">is there any help ?</FONT>
<FONT COLOR="#000000">thanks Martin</FONT>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">evolution maillist - <A HREF="mailto:evolution@lists.ximian.com">evolution@lists.ximian.com</A></FONT>
<FONT COLOR="#000000"><A HREF="http://lists.ximian.com/mailman/listinfo/evolution">http://lists.ximian.com/mailman/listinfo/evolution</A></FONT>
</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<TABLE CELLSPACING="6">
<TR>
<TD>
<IMG SRC="cid:1086227570.5556.6.camel@lostzed.mmc.com.au" WIDTH="48" HEIGHT="48" ALIGN="top" ALT="" BORDER="0">
</TD>
<TD>
<B>Michael Zucchi</B> <<A HREF="mailto:notzed@ximian.com">notzed@ximian.com</A>><BR>
<BR>
<I><A HREF="http://codeblogs.ximian.com/blogs/evolution/">Ximian Evolution</A> and <A HREF="http://www.gnu.org/philosophy/free-sw.html">Free Software</A> Developer</I>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
--=-YrvKZT/4G3iyW7iDfubu--
--=-oXalcqVAVZdaMzrYo64J
Content-ID: <1086227570.5556.6.camel@lostzed.mmc.com.au>
Content-Disposition: attachment; filename=zed-48.small.jpg
Content-Type: application/octet-stream; name=zed-48.small.jpg
Content-Transfer-Encoding: base64
/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAA0JCgsKCA0LCgsODg0PEyAVExISEyccHhcgLikxMC4p
LSwzOko+MzZGNywtQFdBRkxOUlNSMj5aYVpQYEpRUk//2wBDAQ4ODhMREyYVFSZPNS01T09PT09P
T09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0//wAARCAAwADADASIA
AhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAwQFAgYB/8QALhAAAgEDAgUEAQIHAAAAAAAAAQID
BBEhABIFEzFBURQigZEGYXE0UmJyobHx/8QAFwEBAQEBAAAAAAAAAAAAAAAABAMCAf/EAB0RAAID
AQEAAwAAAAAAAAAAAAABAgMREjEiMkH/2gAMAwEAAhEDEQA/AK8sEEq35nLaP3e1cW/m8kfdtAfh
824L7I1YFrnaRt8+L40U1ECxiGjLzSCocRYuQhubW7jIxrcFZRzU7q3sh3e8deWvX67/AKX0Xegi
TixevoZdxjhnkk2xBj2Z7DIA74Gs+kgpoaamPLllqE5yPuO4i1+nix7+NS3qatikPNZa+idmjLGx
YE+7r16DHgnTEtRWTVIraiknUrE42mJvYTY/IyfjT66YZjNzkzSSRTrEYTuz0tbpg6oV1V62op5G
3QhV9yn+7t8DXPDiZlaepq0AYIBGEFtuRc2/WwH7aroXho98jNG5RVa4wDYNbzqNsefqdcnmM0J0
pp1kKyRywsdpU46EX/19aT4ioWgmanATG0Mpvcd89750arjMg2L1DfQtnSixTMW5hO0ZBZsEg5t5
xodU+8fhit7jZz4ChQWS99U1lC0H8RNZx74xK2DkAG48ePOtU0UUsQLC6kki/wC+jqtMpeLapjYg
XJyNLcxyr1EUHaWaEspHXPbXVcNkUcCUOjvNv2kAdAehOkVo4LrDEFG9hcnPe+rlUsNNSenUIWkk
ZHfbflqFC475IvqdnyWaRsgl6MNwysp13y8uLG3cTk6LBwCmliFR6lw7XBKdMdj50t+X8RkWOnhV
rbnLfX/dUPx1ivAoTJnmFm+CdIVEIx6XpFQSZxVVH6KrkRRaAudn9I8HXhniSPcyC/ntqzxOjMNS
6uNyMbqT0I1Ogoad6pF5S23C4t1zqOa8Y7xbEDSxmesguHDId4DKQDjGqMqHmNLGygFnujAZF8DF
820/xYpQ8RWcRLtkBINuh6Ef5B0tNRH0L7UEjGzCVTZirDBGfJ+NasrcMf4CnLp6f//Z
--=-oXalcqVAVZdaMzrYo64J--