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`) Not yet! 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: ``` ... [runtime] emacs-common-28.0.50.3e3843512bfae0b7a532f633e45d4c140807ec9b_1: not found (subpkg, ignored) [runtime] emacs-common-28.0.50.3e3843512bfae0b7a532f633e45d4c140807ec9b_1: not found (subpkg, ignored) [runtime] emacs-common-28.0.50.3e3843512bfae0b7a532f633e45d4c140807ec9b_1: not found (subpkg, ignored) ... bsdtar: Failed to set default locale ... 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 ``` Even after installing isl15 and isl15-devel which is at v 0.19 : ``` [*] isl15-0.19_1 Integer Set Library [*] isl15-devel-0.19_1 Integer Set Library - development files ``` It gives out the following error (thogh does not seem inevitable): ``` checking for isl 0.15 or later... no required isl version is 0.15 or later The following languages will be built: c,jit *** This configuration is not supported in the following subdirectories: gnattools gotools target-libada target-libhsail-rt target-libstdc++-v3 target-libphobos target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-liboffloadmic target-libitm target-libsanitizer target-libvtv (Any other directories should still work fine.) checking for default BUILD_CONFIG... ```