bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Akim Demaille
Hi guys, > Le 21 nov. 2020 à 07:35, Akim Demaille a écrit : > > Hi Pádraig, > > Just in case: > > $ for i in /usr/local/stow/bison-3.* I had forgotten that there is a 2.3 sitting on my system, and indeed: $ /usr/bin/bison gnulib/lib/parse-datetime.y gnulib/lib/parse-datetime.y:555.9-16:

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Akim Demaille
Hi Pádraig, > Le 20 nov. 2020 à 15:47, Pádraig Brady a écrit : > > On 20/11/2020 14:19, Chris Elvidge wrote: >> I keep getting >> ./lib/stdlib.h:695:5: error: token "@" is not valid in preprocessor >> expressions >> #if @GNULIB_ALIGNED_ALLOC@ >> ^ >> ./lib/stdlib.h:1059:5: error: token

bug#44770: chown: warn about the dot when encountering it

2020-11-20 Thread 積丹尼 Dan Jacobson
Maybe print warning messages when encountering the dot, (info "(coreutils) chown invocation") Else Grandpa won't ever know, https://github.com/scop/bash-completion/issues/468 until one day when it's too late... (And his program starts messing things up on some other system.)

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Pádraig Brady
On 20/11/2020 15:42, Chris Elvidge wrote: Updated to bison 3.7; installed in /usr/local/bin Unfortunately, still the same error Logged off/on, disabled /usr/bin/bison and yacc, rebooted. No go. Thanks. Did you rerun bootstrap? What version was /usr/bin/bison ? See also

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Chris Elvidge
Updated to bison 3.7; installed in /usr/local/bin Unfortunately, still the same error Logged off/on, disabled /usr/bin/bison and yacc, rebooted. No go. Thanks. On 20/11/2020 02:47 pm, Pádraig Brady wrote: On 20/11/2020 14:19, Chris Elvidge wrote: I keep getting ./lib/stdlib.h:695:5: error:

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Pádraig Brady
On 20/11/2020 14:19, Chris Elvidge wrote: I keep getting ./lib/stdlib.h:695:5: error: token "@" is not valid in preprocessor expressions #if @GNULIB_ALIGNED_ALLOC@ ^ ./lib/stdlib.h:1059:5: error: token "@" is not valid in preprocessor expressions #if @GNULIB_POSIX_MEMALIGN@

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Chris Elvidge
I keep getting ./lib/stdlib.h:695:5: error: token "@" is not valid in preprocessor expressions #if @GNULIB_ALIGNED_ALLOC@ ^ ./lib/stdlib.h:1059:5: error: token "@" is not valid in preprocessor expressions #if @GNULIB_POSIX_MEMALIGN@ ^ when running make in the latest version of