Re: [Qemu-devel] [PATCH] docker: Add flex and bison to centos6 image

2017-05-24 Thread Alex Bennée
Fam Zheng writes: > Currently there are warnings about flex and bison being missing when > building in the centos6 image: > > make[1]: flex: Command not found > BISON dtc-parser.tab.c > make[1]: bison: Command not found > > Add them. > > Reported-by: Thomas Huth > Signed-of

Re: [Qemu-devel] [PATCH] docker: Add flex and bison to centos6 image

2017-05-23 Thread Philippe Mathieu-Daudé
On 05/23/2017 09:52 PM, Fam Zheng wrote: Currently there are warnings about flex and bison being missing when building in the centos6 image: make[1]: flex: Command not found BISON dtc-parser.tab.c make[1]: bison: Command not found Add them. I had the same issue with debia

[Qemu-devel] [PATCH] docker: Add flex and bison to centos6 image

2017-05-23 Thread Fam Zheng
Currently there are warnings about flex and bison being missing when building in the centos6 image: make[1]: flex: Command not found BISON dtc-parser.tab.c make[1]: bison: Command not found Add them. Reported-by: Thomas Huth Signed-off-by: Fam Zheng --- tests/docker/docke