Weird error trying to build Libre Office from source
Michael Weghorn
m.weghorn at posteo.de
Thu Jul 24 04:03:26 UTC 2025
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20250724/f089bd8e/attachment.sig>
More information about the LibreOffice
mailing list