Opened 5 months ago

Closed 5 months ago

#5616 closed defect (fixed)

Woodie and Dronie failing on building docs cannot parse /html/docbook.xsl

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.0.10
Component: documentation Version: 3.1.x
Keywords: Cc:

Description

Error is https://woodie.osgeo.org/repos/30/pipeline/1501/6

make[2]: Leaving directory '/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/doc/html/image_src'
/usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml
/usr/bin/xsltproc --param section.autolabel 1 --param section.label.includes.component.label 1 --param chunk.section.depth 0 --param generate.section.toc.level 2 --param funcsynopsis.style kr --param admon.graphics 1 --param admon.textlabel 0 --param make.clean.html 1 --param simplesect.in.toc 0 --param use.id.as.filename 1 --param chunk.quietly 1 --param header.rule 0 --param footer.rule 0 --param table.borders.with.css 1 --stringparam chunker.output.encoding UTF-8 --stringparam chunker.output.indent no --stringparam saxon.character.representation decimal --stringparam html.stylesheet style.css --nonet \
	--output html/postgis.html \
	/html/docbook.xsl \
	postgis-out.xml
warning: failed to load external entity "/html/docbook.xsl"
cannot parse /html/docbook.xsl
make[1]: Leaving directory '/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/doc'
make[1]: *** [Makefile:294: html/postgis.html] Error 4
make: *** [GNUmakefile:130: docs] Error 2

I'm assuming cause they are running a newer docbook that /html/docbook.xsl does not exist?

Change History (6)

comment:1 by robe, 5 months ago

Priority: mediumblocker

comment:2 by Regina Obe <lr@…>, 5 months ago

In 4e93a1a/git:

Fix for docbook path. References #5616 for PostGIS 3.1.10

comment:3 by robe, 5 months ago

Milestone: PostGIS 3.1.10PostGIS 3.0.10

comment:4 by Regina Obe <lr@…>, 5 months ago

In 7498df5/git:

Fix to find docbook on newer docbook installs
References #5616 for PostGIS 3.0.10

comment:5 by Regina Obe <lr@…>, 5 months ago

In 070e792/git:

Fix to find docbook on newer docbook installs
References #5616 for PostGIS 3.2.6

comment:6 by Regina Obe <lr@…>, 5 months ago

Resolution: fixed
Status: newclosed

In 6563293/git:

Fix to find docbook on newer docbook installs
Closes #5616 for PostGIS 3.3.5

Note: See TracTickets for help on using tickets.