New comment by BikyAlex on void-packages repository https://github.com/void-linux/void-packages/issues/35352#issuecomment-1363892154 Comment: ``` configure: VCLplugs to be built: gen gtk3 gtk3_kde5 gtk4 kf5 qt5 qt6 checking for gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo... yes checking for gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk... yes checking for gobject-introspection... configure: error: gobject-introspection-1.0 is not installed => ERROR: libreoffice-7.4.2.3_2: do_configure: './configure ${opts} --with-lang="${_languages}"' exited with 1 => ERROR: in do_configure() at srcpkgs/libreoffice/template:504 ``` Line 504: `./configure ${opts} --with-lang="${_languages}"` This is the point where it was failing me last time too. I tried commenting all the languages besides English, which is what I need anyway, but it did not work, it fails to configure. I did not think it may have been the opts though, let me try and fine what opts it was using.