Opened 17 months ago
Closed 17 months ago
#5413 closed defect (fixed)
PDF manual cannot be built with out-of-tree builds
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | build | Version: | |
Keywords: | Cc: |
Description
Wrong path for the custom style:
if test x"/usr/bin/dblatex" = x; then \ echo "Error: dblatex not found, can't build pdf"; \ echo " try installing dblatex and then re-run configure"; \ false; \ else \ /usr/bin/dblatex -T native -t pdf \ -I "/usr/local/src/postgis/postgis/build/pg13/doc/html" \ -P doc.collab.show=0 \ -P figure.note="/usr/local/src/postgis/postgis/build/pg13/doc/html/images/note" \ -P figure.tip="/usr/local/src/postgis/postgis/build/pg13/doc/html/images/tip" \ -P figure.important="/usr/local/src/postgis/postgis/build/pg13/doc/html/images/important" \ -P figure.warning="/usr/local/src/postgis/postgis/build/pg13/doc/html/images/warning" \ -P figure.caution="/usr/local/src/postgis/postgis/build/pg13/doc/html/images/caution" \ -P latex.output.revhistory=0 \ -s "/usr/local/src/postgis/postgis/build/pg13/doc/texstyle.sty" \ -o postgis-3.4.0dev-ru.pdf postgis-out.xml; \ fi Error: Latex style '/usr/local/src/postgis/postgis/build/pg13/doc/texstyle.sty' not found
Evidently none of our bots are building the PDFs, this is something to fix too
Change History (5)
comment:1 by , 17 months ago
comment:2 by , 17 months ago
I didn't close this ticket yet because I still have problems with XSLT paths (dblatex searches for postgis_special.xml under ent dir for some reason)
comment:4 by , 17 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reopening once again, as out-of-tree build still fails due not finding images, like: Image 'images/PostGIS_logo.png' not found
Note:
See TracTickets
for help on using tickets.
In 2e6f30da/git: