bug#32429: scm_to_off_t

2018-12-15 Thread Matt Wette
can you post your config.log file? That error is bizarre because scm_to_off_t should be #defined from libguile/syscalls.h

bug#32367: sigaction hangs

2018-12-15 Thread Matt Wette
-s seems to end up using load-in-vicinity: I can re-create this way: mwette$ guile -L `pwd` -c '(load-in-vicinity (getcwd) "foo.scm")' ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/mwette/proj/guile

bug#32367: sigaction hangs

2018-12-15 Thread Matt Wette
On 12/15/18 8:46 AM, Matt Wette wrote: -s seems to end up using load-in-vicinity: I can re-create this way: mwette$ guile -L `pwd` -c '(load-in-vicinity (getcwd) "foo.scm")' ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;;   or pass the --no-auto-compile argument to disabl

bug#32367: sigaction hangs

2018-12-15 Thread Mark H Weaver
Hi Matt, Matt Wette writes: > On 12/15/18 8:46 AM, Matt Wette wrote: >> -s seems to end up using load-in-vicinity: I can re-create this way: >> >> mwette$ guile -L `pwd` -c '(load-in-vicinity (getcwd) "foo.scm")' >> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 >> ;;;   or