Re: [PATCH] docker: include bison in debian-tricore-cross

2022-01-05 Thread Alex Bennée
Paolo Bonzini writes: > Binutils sometimes fail to build if bison is not installed: > > /bin/sh ./ylwrap `test -f arparse.y || echo ./`arparse.y y.tab.c arparse.c > y.tab.h arparse.h y.output arparse.output -- -d > ./ylwrap: 109: ./ylwrap: -d: not found > > (the correct invocation of

Re: [PATCH] docker: include bison in debian-tricore-cross

2021-12-21 Thread Richard Henderson
On 12/21/21 3:16 AM, Paolo Bonzini wrote: Binutils sometimes fail to build if bison is not installed: /bin/sh ./ylwrap `test -f arparse.y || echo ./`arparse.y y.tab.c arparse.c y.tab.h arparse.h y.output arparse.output -- -d ./ylwrap: 109: ./ylwrap: -d: not found (the correct

Re: [PATCH] docker: include bison in debian-tricore-cross

2021-12-21 Thread Philippe Mathieu-Daudé
On 12/21/21 12:16, Paolo Bonzini wrote: > Binutils sometimes fail to build if bison is not installed: > > /bin/sh ./ylwrap `test -f arparse.y || echo ./`arparse.y y.tab.c arparse.c > y.tab.h arparse.h y.output arparse.output -- -d > ./ylwrap: 109: ./ylwrap: -d: not found > > (the correct

[PATCH] docker: include bison in debian-tricore-cross

2021-12-21 Thread Paolo Bonzini
Binutils sometimes fail to build if bison is not installed: /bin/sh ./ylwrap `test -f arparse.y || echo ./`arparse.y y.tab.c arparse.c y.tab.h arparse.h y.output arparse.output -- -d ./ylwrap: 109: ./ylwrap: -d: not found (the correct invocation of ylwrap would have "bison -d" after the