Re: [Evolution-hackers] Need assistance building evolution master (3.1.xx) on ubuntu oneiric alpha



On 8/4/2011 1:37 AM, Milan Crha wrote:
On Wed, 2011-08-03 at 23:17 +0200, Thomas Mittelstaedt wrote:
Just did a git pull of the latest master sources for evolution and
evolution-data-server, built the whole thing and installed it into
/opt/evo. Then moved the existing dbus service out of the way and
symlinked them to my install directory. Unfortunately, evolution
never comes up, with the output below. The existing 3.1.4 version
on this oneiric alpha comes up with the new services, though.
What do I need to do to build and install it correctly?

tom@ubuntu:/opt/evo/libexec$ file /usr/lib/evolution/e-calendar-factory
/usr/lib/evolution/e-calendar-factory: symbolic link to
`/opt/evo/libexec/e-calendar-factory'


(evolution:28458): evolution-shell-CRITICAL **:
shell_settings_pspec_for_key: assertion `schema_name != NULL' failed

(evolution:28458): GLib-GObject-WARNING **: cannot register existing
type `CompEditor'
	Hi,
checkout [1]. Two possible fixes, one might help for sure. Please update
the bug report with your findings. Thanks in advance.
	Bye,
	Milan

[1] https://bugzilla.gnome.org/show_bug.cgi?id=655507

_______________________________________________
evolution-hackers mailing list
evolution-hackers gnome org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers

may also be of note:

from   http://mad-scientist.us/evolution.html

Hints/Tips/Tricks

Not all operations can be easily/nicely encapsulated in the makefile, unfortunately. Here are a few notes you might find interesting.

  1. If you've never run Evolution 2.29 or above, you will need to install a number of gconf schema files for each new user account. To do this, run:
    for schema in $PREFIX/etc/gconf/schemas/*.schemas; do \
       gconftool-2 --install-schema-file $schema; \
    done
where $PREFIX is your install dir (/opt/evo in your case)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]