Hi Bruno, On 3/31/24 4:11 PM, Bruno Haible wrote: > Cool! Now, it makes sense to > - look at the two remaining failures in info-tests,
Yes, I was going to start looking at those now. If I remember correctly they should be simple to fix. > - try more packages from the users.txt list. Is Bison passing meanwhile? I'm happy to say that the file output seems to be the same, since, of the packages I've tried so far, Bison was the only one that gave me trouble building. However, Running this: $ env GNULIB_TOOL_IMPL=sh+py ./bootstrap fails because of stdout output: $ diff -u ../glpymYeNxy-sh-out /home/collin/.local/src/glpymYeNxy-py-out --- ../glpymYeNxy-sh-out 2024-03-31 17:23:39.598259105 -0700 +++ /home/collin/.local/src/glpymYeNxy-py-out 2024-03-31 17:22:11.499098229 -0700 @@ -1157,8 +1157,8 @@ m4/xstrndup.m4 m4/zzgnulib.m4 top/GNUmakefile - top/README-release top/maint.mk + top/README-release Creating directory ./lib/bitset Creating directory ./lib/unicase Creating directory ./lib/unictype @@ -2050,7 +2050,7 @@ Don't forget to - "include gnulib.mk" from within "lib/Makefile.am", - - add "gnulib-po/Makefile.in" to AC_CONFIG_FILES in ./configure.ac, + - add "gnulib-po/Makefile.in to AC_CONFIG_FILES in ./configure.ac, - mention "gnulib-po" in SUBDIRS in Makefile.am, - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am or add an AC_CONFIG_MACRO_DIRS([m4]) invocation in ./configure.ac, The top part seems like a sorting issue maybe? The second is just a simple missing " character. Collin