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