dsmich | 5 Apr 2011 00:59

guile-gnome-platform incompatibilities with recent changes.

Howdy g-wrapers,

As discussed on the #guile irc channel:

I (and a few others) have been attempting to build guile-gnome with Guile 2.0.  Using the latest git g-wrap
causes failure at run time in guile-gnome.  Reverting g-wrap to eeb1aae allows guile-gnome to run at least
some of the examples.

Sorry, I don't have more details right now.  I'll get some examples of the errors soonish.  I just had a look
though the mailing list archives and noticed that it hadn't been mentioned yet, so I'm mentioning.  ;^)

Thanks!
  -Dale
Andreas Rottmann | 5 Apr 2011 02:26
Picon
Picon
Gravatar

Re: guile-gnome-platform incompatibilities with recent changes.

<dsmich <at> roadrunner.com> writes:

> Howdy g-wrapers,
>
> As discussed on the #guile irc channel:
>
> I (and a few others) have been attempting to build guile-gnome with
> Guile 2.0.  Using the latest git g-wrap causes failure at run time in
> guile-gnome.  Reverting g-wrap to eeb1aae allows guile-gnome to run at
> least some of the examples.
>
> Sorry, I don't have more details right now.  I'll get some examples of
> the errors soonish.  I just had a look though the mailing list
> archives and noticed that it hadn't been mentioned yet, so I'm
> mentioning.  ;^)
>
Thanks for brining this issue up "formally" ;-).  I'm aware of it, but
haven't found the time to investigate the cause.  My intuition is that
guile-gnome might do something extraordinary regarding wrapset
dependencies, but I might well be wrong.  I guess it was 2ce0ccf that
broke it -- if you could verify that, I would be grateful.

Regards, Rotty
--

-- 
Andreas Rottmann -- <http://rotty.yi.org/>
dsmich | 5 Apr 2011 03:21

Re: guile-gnome-platform incompatibilities with recent changes.

---- Andreas Rottmann <a.rottmann <at> gmx.at> wrote: 
> <dsmich <at> roadrunner.com> writes:
> > Sorry, I don't have more details right now.  I'll get some examples of
> > the errors soonish.  I just had a look though the mailing list
> > archives and noticed that it hadn't been mentioned yet, so I'm
> > mentioning.  ;^)
> >
> Thanks for brining this issue up "formally" ;-).  I'm aware of it, but
> haven't found the time to investigate the cause.  My intuition is that
> guile-gnome might do something extraordinary regarding wrapset
> dependencies, but I might well be wrong.  I guess it was 2ce0ccf that
> broke it -- if you could verify that, I would be grateful.

Ok!  It's actually at 2ce0ccf93 where things break, not 9b69fea93.

Here is the current error at 2ce0ccf93 on a second run.  There are
quite a few unbound variable warnings during the first run.

This is with Guile 2.0.0.161-90fed9

$ guile-gnome-2 hello.scm 
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/dsmith/src/guile-gnome-platform/gtk/examples/hello.scm
;;; compiling /usr/local/share/guile-gnome-2/gnome/gtk.scm
;;; WARNING: compilation of /usr/local/share/guile-gnome-2/gnome/gtk.scm failed:
;;; key misc-error, throw args ("%gw:wrapset-new" "dependency on nonexisting wrapset: standard" () #f)
;;; WARNING: compilation of /home/dsmith/src/guile-gnome-platform/gtk/examples/hello.scm failed:
;;; key misc-error, throw_args ("%gw:wrapset-new" "dependency on nonexisting wrapset: standard" () #f)
Backtrace:
(Continue reading)


Gmane