Re: How Do I Debug a Boot Error?

2010-12-20 Thread Ludovic Courtès
Hi Noah, Noah Lavine noah.b.lav...@gmail.com writes: I've managed to get Guile to give me this error when it starts up: ;;; compiling /Users/noah/Desktop/guile/guile/module/language/objcode/spec.scm guile: uncaught throw to wrong-type-arg: (#f Wrong type (expecting ~A): ~S (exact integer

Re: How Do I Debug a Boot Error?

2010-12-20 Thread Andy Wingo
Hi Noah, On Fri 17 Dec 2010 20:33, Noah Lavine noah.b.lav...@gmail.com writes: ;;; compiling /Users/noah/Desktop/guile/guile/module/language/objcode/spec.scm guile: uncaught throw to wrong-type-arg: (#f Wrong type (expecting ~A): ~S (exact integer (#t #catch-closure 1037f88a0 #catch-closure

Re: How Do I Debug a Boot Error?

2010-12-20 Thread Noah Lavine
Hello, Thank you both! As it turned out, this was the issue that was caused by the update to Gnulib, so the error is currently gone. However, I realize that in general it would be great to have better error messages in situations like this. I might be able to re-break my Guile some time and try