Bison was 3.0.4. (configure checks for >2.4)
Now 3.7
Reran the whole thing from git clone etc.
(
git clone git://git.sv.gnu.org/coreutils
cd coreutils
./bootstrap
git submodule foreach git pull origin master
git config --global user.email "celvidge...@gmail.com"
git config --global user.name "Chris Elvidge"
git commit -m 'build: update gnulib submodule to latest' gnulib
./configure
)
'make' still fails with the same error message(s)
Cheers
On 20/11/2020 03:48 pm, Pádraig Brady wrote:
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 https://bugs.gnu.org/44739
thanks,
Pádraig
--
Chris Elvidge