Build failure on master

2009-07-12 Thread Mike Gran
I'm finding that master fails to build with the following terminating
error:

---

GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o
"ice-9/lineio.go" "ice-9/lineio.scm"
ERROR: In procedure make_objcode_by_mmap:
ERROR: bad header on object file: "GOOF-0.5"
make[2]: *** [ice-9/lineio.go] Error 1
make[2]: Leaving directory `/home/mike/Documents/guile/module'

---






Re: Build failure on master

2009-07-12 Thread Ludovic Courtès
Hi Mike,

Mike Gran  writes:

> ERROR: In procedure make_objcode_by_mmap:
> ERROR: bad header on object file: "GOOF-0.5"

Make sure to remove all `.go' files from your source tree and from the
cache (either `~/.guile-ccache' or `~/.cache/guile/ccache').  Then
hopefully you'll be able to compile Guile.

Thanks,
Ludo'.