Dear Maintainer,
Build fails with following error:
/bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu11 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -I/build/reproducible-path/guile-2.2-2.2.7+1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wswitch-enum -fno-strict-aliasing -fwrapv -fvisibility=hidden -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/guile-2.2-2.2.7+1=. -Wformat -Werror=format-security -DPACKAGE_PACKAGER='"Debian"' -DPACKAGE_PACKAGER_VERSION='"2.2.7-deb+1-9+b5"' -DPACKAGE_PACKAGER_BUG_REPORTS='"http://www.debian.org/Bugs/Reporting"' -fno-stack-protector -c -o libguile_2.2_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
continuations.c: In function 'scm_dynthrow':
continuations.c:305:23: error: 'mra' undeclared (first use in this function)
305 | grow_stack (cont, mra);
| ^~~
continuations.c:305:23: note: each undeclared identifier is reported only once for each function it appears in
continuations.c:305:5: error: too many arguments to function 'grow_stack'
305 | grow_stack (cont, mra);
| ^~~~~~~~~~
continuations.c:237:1: note: declared here
237 | grow_stack (SCM cont)
| ^~~~~~~~~~
make[5]: *** [Makefile:2848: libguile_2.2_la-continuations.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
See for full log:
https://buildd.debian.org/status/fetch.php?pkg=guile-2.2&arch=hppa&ver=2.2.7%2B1-9%2Bb5&stamp=1736063535&raw=0
Please remove `mra' variable from grow_stack call. It's a typo introduced
from 3.x branch.
Regards,
Dave Anglin