New comment by zenny on void-packages repository https://github.com/void-linux/void-packages/issues/24240#issuecomment-722641740 Comment: > Looks like it's missing `texinfo` when building libgccjit. I just pushed to my branch again, this should be fixed. (make sure to `./xbps-src clean libgccjit`) Even after appending `texinfo` in the https://github.com/void-linux/void-packages/blob/b378df45dbf113ac181aa5c9a45143dfb5974f2a/srcpkgs/libgccjit/template#L12 and the cleaned the source, still fails to build and compile: ``` checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile mv: cannot move './conf8CQSPW/out' to 'Makefile': No such file or directory config.status: error: could not create Makefile => ERROR: libgccjit-9.3.0_1: do_configure: '${configure_script} ${configure_args}' exited with 1 => ERROR: in do_configure() at common/build-style/gnu-configure.sh:7 ```