on second/.go-cached run: ERROR: Unbound variable: for-each - simplified

2011-02-23 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen schreef op do 03-02-2011 om 21:20 [+0100]: This morning I've spend some time to reduce this problem into a single scheme file, see attached. Again, here's what happens when I run it twice, starting from a clean cache. First run 12:47:07 janneke@vuurvlieg:~/vc/schikkers

Re: on second/.go-cached run: ERROR: Unbound variable: for-each - simplified

2011-02-24 Thread Ludovic Courtès
Hi Jan, Jan Nieuwenhuizen writes: > ERROR: In procedure module-lookup: > ERROR: Unbound variable: for-each It’s very likely another problem with the ‘merge-generics’ strategy. Would you like to debug further, e.g., by adding ‘pk’s in boot-9.scm in ‘merge-generics’? :-) Thanks, Ludo’.

Re: on second/.go-cached run: ERROR: Unbound variable: for-each - simplified

2011-02-25 Thread Jan Nieuwenhuizen
Ludovic Courtès schreef op do 24-02-2011 om 22:52 [+0100]: Hi Ludovic, > Would you like to debug further, e.g., by adding ‘pk’s in boot-9.scm in > ‘merge-generics’? :-) Aren't you seeing this problem? I only see (module-define! m 'merge-generics noop) in boot-9.scm ... Greetings, Jan --

Re: on second/.go-cached run: ERROR: Unbound variable: for-each - simplified

2011-05-23 Thread Andy Wingo
Hi Janneke, On Wed 23 Feb 2011 12:54, Jan Nieuwenhuizen writes: > This morning I've spend some time to reduce this problem into > a single scheme file, see attached. > > Again, here's what happens when I run it twice, starting from > a clean cache. > > First run > > 12:47:07 janneke@vuur