Version 2.2.3 tests fail on Debian i386 and ppc64el hosts

2017-12-30 Thread Rob Browning
I've been trying to get Guile 2.2 to build and pass the tests on all of the Debian architectures again, and at this point, the release[1] architectures are OK except i386 and ppc64el (and armel, which is still building...). Initially amd64 was failing in test-out-of-memory, but changing -fstack-p

Re: GC Warning related to large mem block allocation - Help needed

2017-12-30 Thread David Pirotte
Hi Mike, > If all you are doing is trying to get Guile not to issue warnings about big > allocations, I think all you need to do is put -DGC_IGNORE_WARN in the > CFLAGS when you build Guile. Thanks for the suggestion, but it does not work. If I trust guile (gcc) to use an exported CFLAGS env var