bug#38890: 2.9.8 fails to build on 32bit (armv7l and i586)

2020-01-03 Thread Jonathan Brielmaier
While building guile 2.9.8 on openSUSE Tumbleweed, you get the same build failure on armv7l and i586. So I assume it has something to do with 32bit. libtool: compile: gcc -std=gnu11 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/abuild/

bug#38895: Autoloads behave differently in Guile ≥ 2.9.7

2020-01-03 Thread Ludovic Courtès
Hello! It seems that since 2.9.7, autoloads have to specify exactly all the bindings of the autoloaded module that the user will ever reference. Bindings that are omitted from the #:autoload clause remain unbound: --8<---cut here---start->8--- ludo@ribbon /tmp