Skip site navigation (1)Skip section navigation (2)
Date:      09 Dec 2002 16:04:36 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        George Hartzell <hartzell@kestrel.alerce.com>
Cc:        freebsd-gnome@FreeBSD.ORG
Subject:   Re: problem with evolution and Palm Pilot, calendar and todo sync.
Message-ID:  <1039467876.310.90.camel@gyros>
In-Reply-To: <15860.1596.954473.715680@rosebud.alerce.com>
References:  <15860.1596.954473.715680@rosebud.alerce.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-PjBdEgUod2fq/IMhGVws
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Sun, 2002-12-08 at 21:55, George Hartzell wrote:
> I'm tripping across a bug that's been seen before.
> 
> Ximian thinks it's a freebsd problem:
> 
>   http://bugzilla.ximian.com/show_bug.cgi?id=16996
> 
> And freebsd think's it either evolution or gnomepilot:
> 
>   http://www.freebsd.org/cgi/query-pr.cgi?pr=33921
> 
> <hack>
> 	I'm using a handcrafted .gnome/gnome-pilot.d config file, I
> 	posted earlier about having trouble getting the configuration
> 	[c]applets working and I'm still in the process of building
> 	the older controlcenter, which should fix it.  But since this
> 	problem has been seen by others, I don't think that it's the
> 	config files fault.
> </hack>
> 
> If I have both the e_calendar_conduit and the e_todo_conduit
> specified, which ever runs seconds crashes with a very similar
> message.  I've include below the output from an example when the ToDo
> conduit runs second.
> 
> Anyone recognize this?

Yeah, this looks familiar.  Modules can sure suck sometimes.  dlopen()
is Maxim's arena, but here are some Evo patches that _may_ fix things
for you.  Just stick them in /usr/ports/mail/evolution/files, and
rebuild.  See if they help.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc



--=-PjBdEgUod2fq/IMhGVws
Content-Disposition: attachment; filename=patch-calendar_conduits_todo_Makefile.in
Content-Type: text/x-makefile; name=patch-calendar_conduits_todo_Makefile.in; charset=ISO8859-1
Content-Transfer-Encoding: 7bit

--- calendar/conduits/todo/Makefile.in.orig	Mon Dec  9 16:01:21 2002
+++ calendar/conduits/todo/Makefile.in	Mon Dec  9 16:01:48 2002
@@ -231,7 +231,7 @@
 
 
 libetodo_conduit_la_LDFLAGS = -module -avoid-version
-libetodo_conduit_la_LIBADD =  	$(top_builddir)/e-util/libeutil.la					$(top_builddir)/calendar/cal-client/libcal-client-static.la		$(top_builddir)/calendar/cal-util/libcal-util-static.la			$(top_builddir)/libversit/libversit.a					$(top_builddir)/libical/src/libical/libical-static.la			$(top_builddir)/libwombat/libwombat-static.la	 			$(top_builddir)/e-util/libeconduit-static.la	 			$(EVOLUTION_CALENDAR_CONDUIT_LIBS)
+libetodo_conduit_la_LIBADD =  	$(top_builddir)/e-util/libeutil.la					$(top_builddir)/calendar/cal-client/libcal-client.la		$(top_builddir)/calendar/cal-util/libcal-util.la			$(top_builddir)/libversit/libversit.a					$(top_builddir)/libical/src/libical/libical-static.la			$(top_builddir)/libwombat/libwombat.la	 			$(top_builddir)/e-util/libeconduit.la	 			$(EVOLUTION_CALENDAR_CONDUIT_LIBS)
 
 
 Conduitdir = $(datadir)/gnome-pilot/conduits/

--=-PjBdEgUod2fq/IMhGVws
Content-Disposition: attachment; filename=patch-calendar_conduits_calendar_Makefile.in
Content-Type: text/x-makefile; name=patch-calendar_conduits_calendar_Makefile.in; charset=ISO8859-1
Content-Transfer-Encoding: 7bit

--- calendar/conduits/calendar/Makefile.in.orig	Mon Dec  9 15:55:17 2002
+++ calendar/conduits/calendar/Makefile.in	Mon Dec  9 15:56:02 2002
@@ -231,7 +231,7 @@
 
 
 libecalendar_conduit_la_LDFLAGS = -module -avoid-version
-libecalendar_conduit_la_LIBADD =  	$(top_builddir)/e-util/libeutil.la					$(top_builddir)/calendar/cal-client/libcal-client-static.la		$(top_builddir)/calendar/cal-util/libcal-util-static.la			$(top_builddir)/libversit/libversit.a					$(top_builddir)/libical/src/libical/libical-static.la			$(top_builddir)/libwombat/libwombat-static.la		 		$(top_builddir)/e-util/libeconduit-static.la	 			$(EVOLUTION_CALENDAR_CONDUIT_LIBS)
+libecalendar_conduit_la_LIBADD =  	$(top_builddir)/e-util/libeutil.la					$(top_builddir)/calendar/cal-client/libcal-client.la		$(top_builddir)/calendar/cal-util/libcal-util.la			$(top_builddir)/libversit/libversit.a					$(top_builddir)/libical/src/libical/libical-static.la			$(top_builddir)/libwombat/libwombat.la		 		$(top_builddir)/e-util/libeconduit.la	 			$(EVOLUTION_CALENDAR_CONDUIT_LIBS)
 
 
 Conduitdir = $(datadir)/gnome-pilot/conduits/

--=-PjBdEgUod2fq/IMhGVws--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1039467876.310.90.camel>