Tomboy 0.14 on Gentoo distro

View: New views
7 Messages — Rating Filter:   Alert me  

Tomboy 0.14 on Gentoo distro

by Ryan-99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Version 0.14 hit the Gentoo tree a couple of days ago. After upgrading and  
restarting, I get the following error:

(/usr/lib/tomboy/Tomboy.exe:3934): GLib-GObject-CRITICAL **: gtype.c:2458:  
initialization assertion failed, use IA__g_type_init() prior to this  
function

(/usr/lib/tomboy/Tomboy.exe:3934): GLib-GObject-CRITICAL **: g_object_new:  
assertion `G_TYPE_IS_OBJECT (object_type)' failed

(/usr/lib/tomboy/Tomboy.exe:3934): GLib-GObject-CRITICAL **: g_object_ref:  
assertion `G_IS_OBJECT (object)' failed
Stacktrace:

   at (wrapper managed-to-native) GConf.Client.gconf_client_get_default ()  
<0x00004>
   at (wrapper managed-to-native) GConf.Client.gconf_client_get_default ()  
<0xffffffff>
   at GConf.Client..ctor () <0x00046>
   at Tomboy.GConfPreferencesClient..ctor () <0x00021>
   at Tomboy.GnomeFactory.CreatePreferencesClient () <0x00021>
   at Tomboy.Services..cctor () <0x00057>
   at (wrapper runtime-invoke) object.runtime_invoke_void  
(object,intptr,intptr,intptr) <0xffffffff>
   at Tomboy.Application.Initialize (string,string,string,string[])  
<0xffffffff>
   at Tomboy.Application.Initialize (string,string,string,string[])  
<0x0000b>
   at Tomboy.Tomboy.Main (string[]) <0x00080>
   at (wrapper runtime-invoke) Tomboy.Tomboy.runtime_invoke_void_object  
(object,intptr,intptr,intptr) <0xffffffff>


Looks like something in GLib is not intialized properly? - or is this a  
problem my mono (2.2-r3) or gtk-sharp (2.12.8)?

Thanks,
Ryan

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

Parent Message unknown Re: Tomboy 0.14 on Gentoo distro

by Ryan-99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ben,

> Can you please check if gconf is running? Use ps or gconftool-2 -p to  
> check that. If it _doesn't_ run
> - Find out why!
> - Use gconftool-2 --spawn to start it manually
>
> Regards,
> Ben

ps aux | grep gconf
rseal     3701  0.0  0.3   6192  2968 ?        S    10:14   0:00  
/usr/libexec/gconfd-2

It appears to be running.

Ryan




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

Re: Tomboy 0.14 on Gentoo distro

by Sandy Armstrong :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 03/23/2009 07:22 AM, Ryan Seal wrote:

> Hi,
>
> Version 0.14 hit the Gentoo tree a couple of days ago. After upgrading and
> restarting, I get the following error:
>
> (/usr/lib/tomboy/Tomboy.exe:3934): GLib-GObject-CRITICAL **: gtype.c:2458:
> initialization assertion failed, use IA__g_type_init() prior to this
> function
>
> (/usr/lib/tomboy/Tomboy.exe:3934): GLib-GObject-CRITICAL **: g_object_new:
> assertion `G_TYPE_IS_OBJECT (object_type)' failed
>
> (/usr/lib/tomboy/Tomboy.exe:3934): GLib-GObject-CRITICAL **: g_object_ref:
> assertion `G_IS_OBJECT (object)' failed
> Stacktrace:
>
>     at (wrapper managed-to-native) GConf.Client.gconf_client_get_default ()
> <0x00004>
>     at (wrapper managed-to-native) GConf.Client.gconf_client_get_default ()
> <0xffffffff>
>     at GConf.Client..ctor ()<0x00046>
>     at Tomboy.GConfPreferencesClient..ctor ()<0x00021>
>     at Tomboy.GnomeFactory.CreatePreferencesClient ()<0x00021>
>     at Tomboy.Services..cctor ()<0x00057>
>     at (wrapper runtime-invoke) object.runtime_invoke_void
> (object,intptr,intptr,intptr)<0xffffffff>
>     at Tomboy.Application.Initialize (string,string,string,string[])
> <0xffffffff>
>     at Tomboy.Application.Initialize (string,string,string,string[])
> <0x0000b>
>     at Tomboy.Tomboy.Main (string[])<0x00080>
>     at (wrapper runtime-invoke) Tomboy.Tomboy.runtime_invoke_void_object
> (object,intptr,intptr,intptr)<0xffffffff>
>
>
> Looks like something in GLib is not intialized properly? - or is this a
> problem my mono (2.2-r3) or gtk-sharp (2.12.8)?

Interesting.  This is probably a bug with how your Mono environment is
set up (possibly due to a Gentoo "packaging" error).  Do other Mono apps
that store settings in GConf work?  What versions of gnome-sharp,
gnomedesktop-sharp, and gconf-sharp do you have?

Sandy
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

Re: Tomboy 0.14 on Gentoo distro

by Ryan-99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Interesting.  This is probably a bug with how your Mono environment is  
> set up (possibly due to a Gentoo "packaging" error).  Do other Mono apps  
> that store settings in GConf work?  What versions of gnome-sharp,  
> gnomedesktop-sharp, and gconf-sharp do you have?
>
> Sandy

gnome-sharp = 2.24.1
gnome-desktop-sharp = 2.24.0-r10
gconf-sharp = 2.24.1

It looks like tomboy is the only package on my system that uses  
gconf-sharp, but I can tell you that tomboy 0.12.2 was working perfectly  
with these particular c# libraries.

I guess I may have to wait and see if others are having problems - it very  
well could be a gentoo-specific issue.

Thanks,
Ryan



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

Re: Tomboy 0.14 on Gentoo distro

by Sandy Armstrong :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am now fairly sure this is a Tomboy issue, and aim to have a fix in
the next release.  Will probably do a Tomboy 0.14.2 ahead-of-schedule
to address this in the stable series, too.

Sandy

On Mon, Mar 23, 2009 at 8:46 AM, Ryan Seal <rlseal@...> wrote:

>> Interesting.  This is probably a bug with how your Mono environment is set
>> up (possibly due to a Gentoo "packaging" error).  Do other Mono apps that
>> store settings in GConf work?  What versions of gnome-sharp,
>> gnomedesktop-sharp, and gconf-sharp do you have?
>>
>> Sandy
>
> gnome-sharp = 2.24.1
> gnome-desktop-sharp = 2.24.0-r10
> gconf-sharp = 2.24.1
>
> It looks like tomboy is the only package on my system that uses gconf-sharp,
> but I can tell you that tomboy 0.12.2 was working perfectly with these
> particular c# libraries.
>
> I guess I may have to wait and see if others are having problems - it very
> well could be a gentoo-specific issue.
>
> Thanks,
> Ryan
>
>
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> _______________________________________________
> Tomboy-list mailing list
> Tomboy-list@...
> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com
>
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

Re: Tomboy 0.14 on Gentoo distro

by Charlie Law-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, Sandy!

And, though you hear it a lot, I imagine, I really appreciate your work. Tomboy is one of my most-used apps, by far. I'm totally dependent on it.

-Charlie

> I am now fairly sure this is a Tomboy issue, and aim to have a fix
> in the next release.  Will probably do a Tomboy 0.14.2 ahead-of-
> schedule to address this in the stable series, too.
>
> Sandy
>
> On Mon, Mar 23, 2009 at 8:46 AM, Ryan Seal <rlseal@...> wrote:
>
>>> Interesting.  This is probably a bug with how your Mono
>>> environment is set up (possibly due to a Gentoo "packaging"
>>> error).  Do other Mono apps that store settings in GConf work?  
>>> What versions of gnome-sharp, gnomedesktop-sharp, and gconf-
>>> sharp do you have?
>>>
>>> Sandy
>>>
>> gnome-sharp = 2.24.1
>> gnome-desktop-sharp = 2.24.0-r10
>> gconf-sharp = 2.24.1
>>
>> It looks like tomboy is the only package on my system that uses
>> gconf-sharp, but I can tell you that tomboy 0.12.2 was working
>> perfectly with these particular c# libraries.
>>
>> I guess I may have to wait and see if others are having problems -
>> it very well could be a gentoo-specific issue.
>>
>> Thanks,
>> Ryan
>>
>>
>> --
>> Using Opera's revolutionary e-mail client:
>> http://www.opera.com/mail/
>> _______________________________________________ Tomboy-list
>> mailing list Tomboy-list@...
>> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-
>> beatniksoftware.com
>>
> _______________________________________________
> Tomboy-list mailing list
> Tomboy-list@...
> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-
> beatniksoftware.com
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

Re: Tomboy 0.14 on Gentoo distro

by Ryan-99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That's great news. Thanks for the update.

Sincerely,
Ryan

On Sun, 26 Apr 2009 12:44:50 -0400, Sandy Armstrong  
<sanfordarmstrong@...> wrote:

> I am now fairly sure this is a Tomboy issue, and aim to have a fix in
> the next release.  Will probably do a Tomboy 0.14.2 ahead-of-schedule
> to address this in the stable series, too.
>
> Sandy
>
> On Mon, Mar 23, 2009 at 8:46 AM, Ryan Seal <rlseal@...> wrote:
>>> Interesting.  This is probably a bug with how your Mono environment is  
>>> set
>>> up (possibly due to a Gentoo "packaging" error).  Do other Mono apps  
>>> that
>>> store settings in GConf work?  What versions of gnome-sharp,
>>> gnomedesktop-sharp, and gconf-sharp do you have?
>>>
>>> Sandy
>>
>> gnome-sharp = 2.24.1
>> gnome-desktop-sharp = 2.24.0-r10
>> gconf-sharp = 2.24.1
>>
>> It looks like tomboy is the only package on my system that uses  
>> gconf-sharp,
>> but I can tell you that tomboy 0.12.2 was working perfectly with these
>> particular c# libraries.
>>
>> I guess I may have to wait and see if others are having problems - it  
>> very
>> well could be a gentoo-specific issue.
>>
>> Thanks,
>> Ryan
>>
>>
>>
>> --
>> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>> _______________________________________________
>> Tomboy-list mailing list
>> Tomboy-list@...
>> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com
>>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com