Opened 7 years ago

Last modified 7 years ago

#4047 closed defect

Docs are broken on trunk — at Version 3

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 2.5.0
Component: documentation Version: master
Keywords: Cc:

Description (last modified by robe)

Even though I got the job running again, the docs are still broken for trunk.

https://debbie.postgis.net/job/PostGIS_Make_Dist/label=debbie/183/consoleFull

05:37:19 generating ../images/st_subdivide01.png
05:37:19 Could not find style named Style01
05:37:21 generating ../images/st_subdivide02.png
05:37:23 make[1]: *** [Makefile:178: ../images/st_subdivide02.png] Error 1
05:37:23 make[1]: Leaving directory '/var/lib/jenkins/workspace/PostGIS_Make_Dist/label/debbie/20b95b81feb9f7e80dc829cd53f2640db4d2933e/doc/html/image_src'
05:37:23 make: *** [Makefile:311: images] Error 2
05:37:23 /usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml
05:37:23 if test x"dbtoepub" = x; then \
05:37:23    echo "Error: dbtoepub not found, can't build epub"; \
05:37:23    echo "       try installing dbtoepub"; \
05:37:25    false; \
05:37:25 else \
05:37:25 	dbtoepub -c "/var/lib/jenkins/workspace/PostGIS_Make_Dist/label/debbie/20b95b81feb9f7e80dc829cd53f2640db4d2933e/doc/html/style.css" \
05:37:25 	 -o postgis-2.5.0dev.epub \
05:37:25 	  postgis-out.xml; \
05:37:25 fi

I still have to investigate what's up. Lot of imagemagick errors I don't recal seeing before, but don't think that's the main issue.

Change History (3)

comment:1 by robe, 7 years ago

Component: postgisdocumentation
Owner: changed from pramsey to robe

comment:2 by robe, 7 years ago

In 16462:

Replace Style01-Style06 with Style1-Style6 — we don't have styles called Style0x so was breaking the build.
References #4047

comment:3 by robe, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.