Well Fouey. I thought I'd try building guile on my old mipsel box before the upcoming release. It failed compiling psyntax-pp. Here is the compile output. I don't have a full build log at this time. This was starting from a git clean -dxf at v2.0.7-321-g254d313
GUILEC ice-9/eval.go wrote `ice-9/eval.go' GUILEC ice-9/psyntax-pp.go /bin/sh: line 5: 8518 Illegal instruction GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile --target="mipsel-unknown-linux-gnu" -Wunbound-variable -Warity-mismatch -Wformat -L "/home/dsmith/src/guile/module" -L "/home/dsmith/src/guile/module" -L "/home/dsmith/src/guile/guile-readline" -o "ice-9/psyntax-pp.go" "./ice-9/psyntax.scm" make[2]: *** [ice-9/psyntax-pp.go] Error 132 make[2]: Leaving directory `/home/dsmith/src/guile/module' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dsmith/src/guile' make: *** [all] Error 2 -Dale