Re: awk doesn't build on armv7

2022-02-02 Thread Jan Stary
On Feb 02 11:49:50, stu.li...@spacehopper.org wrote: > On 2022-02-02, Jan Stary wrote: > > #define noreturn __dead > > #else > > #include > > #endif > > > > and stdnoreturn.h indeed does not exist. > > Where are you looking? It should be in >

Re: awk doesn't build on armv7

2022-02-02 Thread Stuart Henderson
On 2022-02-02, Jan Stary wrote: > #define noreturn __dead > #else > #include > #endif > > and stdnoreturn.h indeed does not exist. Where are you looking? It should be in /usr/lib/clang/13.0.0/include/stdnoreturn.h.

Re: awk doesn't build on armv7

2022-02-02 Thread Theo de Raadt
Builds fine for me. Jan Stary wrote: > This is current/armv7 on a Beagle Bone Black (dmesg below). > make build just failed in usr.bin/awk with > > ===> usr.bin/awk > yacc -o awkgram.tab.c -d /usr/src/usr.bin/awk/awkgram.y > /usr/src/usr.bin/awk/awkgram.y: yacc finds 62 shift/reduce conflicts

awk doesn't build on armv7

2022-02-02 Thread Jan Stary
This is current/armv7 on a Beagle Bone Black (dmesg below). make build just failed in usr.bin/awk with ===> usr.bin/awk yacc -o awkgram.tab.c -d /usr/src/usr.bin/awk/awkgram.y /usr/src/usr.bin/awk/awkgram.y: yacc finds 62 shift/reduce conflicts /usr/src/usr.bin/awk/awkgram.y: yacc finds 87