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?
OpenPGP_signature.asc
Description: OpenPGP digital signature
