On Mon, 2009-08-17 at 14:33 -0400, Matthew Barnes wrote: > On Mon, 2009-08-17 at 12:29 -0400, Reid Thompson wrote: > > This *should* be attempting to build from git head. > > > > anyone else seeing this build failure? > > suggestions? > > Part of the eds-dbus branch landed today. The address book side of > Evolution-Data-Server no longer uses Bonobo. Evolution-Exchange still > needs to be updated. > > See http://bugzilla.gnome.org/show_bug.cgi?id=590251 for details, and > expect further breakage in the coming weeks. Use the gnome-2-28 branch > if you need working builds. > > Matthew Barnes
Thanks -- I rebuilt using the 2.28 branch ( see below ). Things are working except that evolution-exchange is not starting up automatically with evolution invocation - I'm having to start evolution-exchange manually each time. There appears to be no 2.28 branch for evolution-webcal??? $ for dir in gtkhtml evolution-data-server evolution evolution-exchange; do echo $dir; cd $dir; git status; echo "";echo ""; cd ..; done gtkhtml # On branch gnome-2-28 nothing to commit (working directory clean) evolution-data-server # On branch gnome-2-28 # Untracked files: # (use "git add <file>..." to include in what will be committed) # # INSTALL # m4/gtk-doc.m4 # m4/intltool.m4 # m4/libtool.m4 # m4/ltoptions.m4 # m4/ltsugar.m4 # m4/ltversion.m4 # m4/lt~obsolete.m4 nothing added to commit but untracked files present (use "git add" to track) evolution # On branch gnome-2-28 # Untracked files: # (use "git add <file>..." to include in what will be committed) # # calendar/conduits/calendar/Makefile.in # calendar/conduits/common/Makefile.in # calendar/conduits/memo/Makefile.in # calendar/conduits/todo/Makefile.in # m4/gnome-doc-utils.m4 # m4/intltool.m4 # m4/libtool.m4 # m4/ltoptions.m4 # m4/ltsugar.m4 # m4/ltversion.m4 # m4/lt~obsolete.m4 nothing added to commit but untracked files present (use "git add" to track) evolution-exchange # On branch gnome-2-28 # Untracked files: # (use "git add <file>..." to include in what will be committed) # # INSTALL # aclocal.m4 # config.guess # config.h.in # config.sub # depcomp # install-sh # ltmain.sh # missing # mkinstalldirs nothing added to commit but untracked files present (use "git add" to track) _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
