New issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/20741 Description: It fails after `[ 9%] Built target GenYaccEmbeddedSource` here. Already tried to add a line `bison --update sql/sql_yacc.yy` because that file gave a warning. The real problem is, as always with cmake it seems, very well hidden and the error message tells exactly nothing (Error 2) - at least to me. ``` make: *** [Makefile:180: all] Error 2 => ERROR: mysql-5.6.43_3: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/cmake.sh:73 ```