Thank you for pointing out a way to bypass the error. I haven't made any changes to the git master, unfortunately it makes no difference... I have tried with both libreoffice-25.8.0.1 and master, I don't know from where the problem comes from...
Here is my full configure command: ../configure --prefix=<location> \ --disable-debug --disable-symbols --disable-cve-tests \ --enable-optimized=yes --enable-release-build --enable-lto \ --enable-qt6 --enable-kf6 \ --enable-eot \ --enable-avahi \ --enable-pdfimport \ --disable-community-flavor \ --enable-coinmp \ --enable-curl \ --enable-cups \ --enable-ldap \ --enable-libcmis \ --enable-lpsolve \ --enable-sdremote-bluetooth \ --enable-python=system \ --disable-firebird-sdbc \ --disable-mariadb-sdbc \ --disable-postgresql-sdbc \ --with-webdav \ --without-system-jars \ --without-junit \ --without-fonts \ --without-doxygen \ --with-lang='fr' --with-locales='fr' \ --with-theme='breeze breeze_svg breeze_dark breeze_dark_svg colibre colibre_svg colibre_dark colibre_dark_svg elementary elementary_svg' \ --with-system-headers \ --with-system-libs \ --with-ant-home=<ant> \ --with-jdk-home=<jdk> \ --with-galleries=build \ --with-templates=yes \ --with-product-name='LibreOffice' \ --with-vendor='Rubisetcie' \ --with-help=html Le jeu. 24 juil. 2025 à 06:03, Michael Weghorn <[email protected]> a écrit : > On 2025-07-19 22:59, rubisetcie wrote: > > I am used to build Libre Office from sources, but I am encountering a > > problem for the first time, and I am struggling to find more infos in > > the docs, since they're pretty old... > > Docs in the wiki should be up to date. Do you encounter anything that's > outdated? > > > > > > The error message is the following: > > ERROR: Node '/Drivers/Installed' does not exist in schema! > > > > Would there be a way to bypass the schema validation? Or, would you help > > me figuring out why it's invalid? > > That probably comes from this validation in officecfg/util/data_val.xsl: > > > <xsl:if test="not ($context)"> > <xsl:message terminate="yes">ERROR: Node '<xsl:value-of > select="$path"/>' does not exist in schema!</xsl:message> > </xsl:if> > > > Removing it might help to circumvent the build failure, but would only > hide some underlying problem and might result in other problems later. > > Did you try whether a `make distclean` and fresh build from unmodified > git master makes any difference? > >
