Re: GNU Guile 3.0.9rc1 available for testing!

2023-01-22 Thread Greg Troxel
Greg Troxel writes: > with or without -j2. I see ice-9/readline.scm in git but not in the > rc tarball. and, in guile-readline/Makefile.am I see if HAVE_READLINE SOURCES += ice-9/readline.scm and I don't see an else with EXTRA_DIST. I think it's a bug for make dist contents to vary wit

Re: GNU Guile 3.0.9rc1 available for testing!

2023-01-22 Thread Greg Troxel
My second approach is using the rc tarball in pkgsrc. I had to patch out the verify call. pkgsrc already works around PaX issues mostly, via paxctl on things that do jit, after build and before use, and by --- libguile/loader.c.orig 2018-01-08 16:21:04.790894906 + +++ libguile/loade

Re: GNU Guile 3.0.9rc1 available for testing!

2023-01-22 Thread Greg Troxel
lloda writes: > This looks like https://debbugs.gnu.org/60971 > on mac os. Yes, it does. My quick reaction is that if the POSIX-required macros operation on system types that might be struct, then faking up ints for testing is unsound. Maybe only do verify if g

Re: GNU Guile 3.0.9rc1 available for testing!

2023-01-22 Thread lloda
This looks like https://debbugs.gnu.org/60971 on mac os. Regards Daniel