New comment by BikyAlex on void-packages repository https://github.com/void-linux/void-packages/issues/35352#issuecomment-1363910118 Comment: ``` => libreoffice-7.4.2.3_2: running pre-configure hook: 02-script-wrapper ... => libreoffice-7.4.2.3_2: running do_configure ... Skipping configure process../configure \ --prefix=/usr \ --sysconfdir=/etc \ --sbindir=/usr/bin \ --bindir=/usr/bin \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ --with-vendor='VoidLinux' \ --with-help --disable-odk \ --disable-online-update \ --enable-python=system \ --enable-gtk3 \ --enable-introspection \ --enable-gtk4 \ --enable-qt5 \ --enable-qt6 \ --enable-kf5 \ --enable-gtk3-kde5 \ --disable-dependency-tracking \ --enable-release-build \ --enable-split-app-modules \ --disable-dconf \ --with-system-libs \ --with-system-headers \ --with-fonts=yes \ --without-java \ --with-tls=nss \ --without-system-abseil \ --without-system-box2d \ --without-system-libcmis \ --without-system-libzmf \ --without-system-libstaroffice \ --without-system-libtommath \ --without-system-jfreereport \ --without-system-beanshell \ --without-system-dragonbox \ --without-system-libfixmath \ --with-myspell-dicts \ --enable-build-opensymbol \ --with-system-ucpp=yes \ --with-external-dict-dir=/usr/share/hunspell \ --with-external-hyph-dir=/usr/share/hyphen \ --with-external-thes-dir=/usr/share/mythes \ --with-parallelism=4 \ --with-lang= af am ar as ast be bg bn bn-IN bo br brx bs ca ca-valencia cs cy da de dgo dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja ka kk km kmr-Latn kn ko kok ks lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR ro ru rw sa-IN sat sd si sid sk sl sq sr sr-Latn ss st sv sw-TZ ta te tg th tn tr ts tt ug uk uz ve vi xh zh-CN zh-TW zu ******************************************************************** * * Running LibreOffice build configuration. * ******************************************************************** ``` It took a bit, because I wanted to make it a bit more readable, I put each option on a new line. I cannot figure out where it is failing. I think might have something to do with this: masterdir/builddir/libreoffice-7.4.2.3/config.log https://gist.github.com/BikyAlex/9feb01e9ec6c1429a36f2ccf5a0376e2 ``` configure:8306: cc -c -fstack-clash-protection -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fdebug-prefix-map=/builddir/libreoffice- 7.4.2.3=. conftest.c >&5 conftest.c:29:16: error: unknown type name 'not' 29 | not a universal capable compiler | ^~~ conftest.c:29:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 29 | not a universal capable compiler | ^~~~~~~~~ conftest.c:29:22: error: unknown type name 'universal' configure:8306: $? = 1 ```