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

2011-08-04 Thread Thomas Mittelstaedt
Am Donnerstag, den 04.08.2011, 07:37 +0200 schrieb Milan Crha:
> 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
> 
> ___

That did it. Thanks.



-- 
thomas


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


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

2011-08-04 Thread Reid Thompson

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)
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


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

2011-08-03 Thread Milan Crha
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


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

2011-08-03 Thread Thomas Mittelstaedt
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'

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed

(evolution:28458): GLib-GObject-WARNING **: cannot register existing
type `EMeetingStore'

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed

(evolution:28458): GLib-GObject-WARNING **: cannot register existing
type `EMeetingTimeSelector'

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed

(evolution:28458): GLib-GObject-WARNING **: cannot register existing
type `ECalModel'

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed

(evolution:28458): GLib-GObject-WARNING **: cannot register existing
type `ECalendarView'

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-GObject-CRITICAL **:
g_type_add_interface_static: assertion `G_TYPE_IS_INSTANTIATABLE
(instance_type)' failed

(evolution:28458): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed
[New Thread 0xb61fbb70 (LWP 28471)]
[Thread 0xb61fbb70 (LWP 28471) exited]

-- 
thomas


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