#5588 closed defect (fixed)
stable-3.4 branch fails to find docbook XSL on Woodie
Reported by: | strk | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.3.5 |
Component: | QA/buildbots | Version: | 3.3.x |
Keywords: | Cc: |
Description
For some reason this is now happenign on stable-3.4:
xsl style sheets:
https://woodie.osgeo.org/repos/30/pipeline/1356/6#L300
Subsequent build of html fails:
I'm not sure since when this has been failing because the "docs" workflow is only executed when something under doc/ dir changes
The configure output doesn't show much info about what was tested but eventually warns about that:
configure: WARNING: could not locate Docbook stylesheets required to build the documentation
Change History (8)
comment:1 by , 13 months ago
Summary: | stable-3.4 branch fails to find docbook XSL → stable-3.4 branch fails to find docbook XSL no Woodie |
---|
comment:2 by , 13 months ago
comment:3 by , 13 months ago
I'm trying to build in the postgis-build-test docker container on woodie-server and the configure script there is able to find the stylesheets, but still doesn't set the appropriate variable:
checking for html/docbook.xsl in URI http://cdn.docbook.org/release/xsl/current...... not found checking for html/docbook.xsl in URI http://docbook.sourceforge.net/release/xsl-ns/current...... found ... -------- Documentation Generation -------- xsltproc: /usr/bin/xsltproc xsl style sheets: dblatex: /usr/bin/dblatex convert: /usr/bin/convert mathml2.dtd: /usr/share/xml/schema/w3c/mathml/dtd/mathml2.dtd
comment:5 by , 13 months ago
For the record: we didnt' notice before because we are ONLY building docs when docs change, and we usually only change docs in master branch while [68210b67391f0a7478313a430f0f44cdd2f74e44/git] changed docs in stable-3.4
It will take another docs modification to really confirm this bug is fixed
comment:7 by , 13 months ago
Ok the fix was really in [44f4d0c/git] and is confirmed by Woodie now: https://woodie.osgeo.org/repos/30/pipeline/1365/6#L139
Basically we were not looking into docbook-xsl-ns
comment:8 by , 13 months ago
Summary: | stable-3.4 branch fails to find docbook XSL no Woodie → stable-3.4 branch fails to find docbook XSL on Woodie |
---|
In 2a2e040b/git: