<div dir="ltr"><div>After investigations, I suspect the problem might come from my version of XSLTPROC, if maybe there was a change in how external entities can be loaded...</div><div><br></div><div>My version prints this:</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">Using libxml 20914, libxslt 10135 and libexslt 820</span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">
</span><br><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">xsltproc was compiled against libxml 20914, libxslt 10135 and libexslt 820</span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">
</span><br><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">libxslt 10135 was compiled against libxml 20914</span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">
</span><br><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">libexslt 820 was compiled against libxml 20914</span><br></span></div><div><br></div><div>Is the XSLTPROC used to build LibreOffice an earlier one?</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le jeu. 24 juil. 2025 à 09:31, 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-24 09:24, rubisetcie wrote:<br>
> Thank you for pointing out a way to bypass the error.<br>
> <br>
> I haven't made any changes to the git master, unfortunately it makes no <br>
> difference... I have tried with both libreoffice-25.8.0.1 and master, I <br>
> don't know from where the problem comes from...<br>
> <br>
> Here is my full configure command:<br>
> <br>
> ../configure --prefix=<location> \<br>
> --disable-debug --disable-symbols --disable-cve-tests \<br>
> --enable-optimized=yes --enable-release-build --enable-lto \<br>
> --enable-qt6 --enable-kf6 \<br>
> --enable-eot \<br>
> --enable-avahi \<br>
> --enable-pdfimport \<br>
> --disable-community-flavor \<br>
> --enable-coinmp \<br>
> --enable-curl \<br>
> --enable-cups \<br>
> --enable-ldap \<br>
> --enable-libcmis \<br>
> --enable-lpsolve \<br>
> --enable-sdremote-bluetooth \<br>
> --enable-python=system \<br>
> --disable-firebird-sdbc \<br>
> --disable-mariadb-sdbc \<br>
> --disable-postgresql-sdbc \<br>
> --with-webdav \<br>
> --without-system-jars \<br>
> --without-junit \<br>
> --without-fonts \<br>
> --without-doxygen \<br>
> --with-lang='fr' --with-locales='fr' \<br>
> --with-theme='breeze breeze_svg breeze_dark breeze_dark_svg colibre <br>
> colibre_svg colibre_dark colibre_dark_svg elementary elementary_svg' \<br>
> --with-system-headers \<br>
> --with-system-libs \<br>
> --with-ant-home=<ant> \<br>
> --with-jdk-home=<jdk> \<br>
> --with-galleries=build \<br>
> --with-templates=yes \<br>
> --with-product-name='LibreOffice' \<br>
> --with-vendor='Rubisetcie' \<br>
> --with-help=html<br>
<br>
To see whether any of these options is causing the problem, you could <br>
try building without them. (And if that succeeds, add options again one <br>
by one or in smaller chunks, to see which one is causing the problem.)<br>
</blockquote></div>