Doc compilation fails with a recent xmllint

Started by RECHTÉ Marc12 months ago2 messageshackers
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

never appliedCI history
Jump to latest
#1RECHTÉ Marc
marc.rechte@meteo.fr

Hi. With a recent xmllint (using libxml version 21500-GITv2.15.0), doc compilation fails with:

/usr/bin/xmllint --nonet --path . --path . --output postgres-full.xml --noent --valid postgres.sgml
ref/pg_combinebackup.sgml:317: validity error : standalone: normalization of attribute linkend on xref by external subset declaration
state of the cluster using <xref linkend="app-pgchecksums "/> is
^

Attached a patch to solve the issue.

Attachments:

postgresql-doc.patchtext/x-patch; name=postgresql-doc.patchDownload+1-1
#2Daniel Gustafsson
daniel@yesql.se
In reply to: RECHTÉ Marc (#1)
Re: Doc compilation fails with a recent xmllint

On 29 Sep 2025, at 12:55, RECHTÉ Marc <marc.rechte@meteo.fr> wrote:

Hi. With a recent xmllint (using libxml version 21500-GITv2.15.0), doc compilation fails with:

/usr/bin/xmllint --nonet --path . --path . --output postgres-full.xml --noent --valid postgres.sgml
ref/pg_combinebackup.sgml:317: validity error : standalone: normalization of attribute linkend on xref by external subset declaration
state of the cluster using <xref linkend="app-pgchecksums "/> is
^

Attached a patch to solve the issue.<postgresql-doc.patch>

Thanks for the report, this was already fixed in a48d1ef58652229 and will ship
in 18.1.

--
Daniel Gustafsson