[postgis-tickets] [PostGIS] #5413: PDF manual cannot be built with out-of-tree builds
PostGIS
trac at osgeo.org
Tue Jun 27 06:56:50 PDT 2023
#5413: PDF manual cannot be built with out-of-tree builds
-----------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.0
Component: build/upgrade/install | Version:
Keywords: |
-----------------------------------+---------------------------
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
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5413>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list