Re: [PATCH] Fix hanging of popen.test

2010-07-01 Thread Neil Jerram
writes: > If you "make -k" the needed things are built, and then another make finished > up what's left. Ah yes, good idea, that works. Thanks! Neil

Re: [PATCH] Fix hanging of popen.test

2010-07-01 Thread Patrick McCarty
On Thu, Jul 1, 2010 at 3:48 AM, Andy Wingo wrote: > On Thu 01 Jul 2010 00:58, Neil Jerram writes: >> >> It occurred to me that if this is right, the Hydra build should be >> failing too.  And I think it is.  The "gnu:guile-master:tarball" build >> last succeeded on 17th June, and has been failing

Re: use *repl-stack* instead of *repl-level*

2010-07-01 Thread Andy Wingo
Hi Tristan, I'm currently travelling, so I'm not sure when this reply will go out; apologies in advance. I had not intended to push the repl-stack thing yet, as it wasn't finished, but it looked harmless. Did the subsequent push not fix it for you? FYI I am trying to simplify our REPL interface,

Re: guile compile error

2010-07-01 Thread Andy Wingo
On Thu 01 Jul 2010 06:43, Nala Ginrut writes: > hi, I updated the newest guile-src from git://git.sv.gnu.org/guile, > but while I compile it  , it showed error msg below: Can you remove your checkout, and try again? Please note down the commands you tried, and their output, so that we can help.

Re: [PATCH] Fix hanging of popen.test

2010-07-01 Thread Andy Wingo
On Thu 01 Jul 2010 00:58, Neil Jerram writes: > Neil Jerram writes: > >> So my hypothesis now is: >> >> - some change in the last few months has introduced a dependency of >> Guile script startup (specifically including the case where Guile is >> run to generate guile-procedures.texi) on srf

Re: [PATCH] Fix hanging of popen.test

2010-07-01 Thread dsmich
Neil Jerram wrote: > So my hypothesis now is: > > - some change in the last few months has introduced a dependency of > Guile script startup (specifically including the case where Guile is > run to generate guile-procedures.texi) on srfi-1.scm > > - this makes the build impossible! >