Ticket #1642 (closed defect: worksforme)
cannot make comments
| Reported by: | 3nids | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | build/upgrade/install | Version: | 2.0.x |
| Keywords: | Cc: |
Description
Here is the error I have when I do make comments:
make -C doc comments
make[1]: Entering directory `/opt/postgis-2.0.0beta2SVN/doc'
cat postgis.xml | sed -e "s/@@LAST_RELEASE_VERSION@@/2.0.0beta2SVN/g" -e "s;@@MATHML_PATH@@;http://www.w3.org/Math/DTD/mathml2/mathml2.dtd;g" > postgis-out.xml
/usr/bin/xsltproc ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml
/usr/bin/xsltproc ./xsl/postgis_comments.sql.xsl postgis-out.xml > postgis_comments.sql
/usr/bin/xsltproc ./xsl/raster_comments.sql.xsl postgis-out.xml > raster_comments.sql
/usr/bin/xsltproc ./xsl/topology_comments.sql.xsl postgis-out.xml > topology_comments.sql
http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent:1: parser error : Content error in the external subset
HTTP/1.1 200 OK
^
http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent:1: validity error : All markup of the conditional section is not in the same entity
HTTP/1.1 200 OK
^
http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent:1: parser error : Content error in the external subset
HTTP/1.1 200 OK
^
http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent:1: validity error : All markup of the conditional section is not in the same entity
HTTP/1.1 200 OK
^
http://www.oasis-open.org/docbook/xml/4.5/ent/isonum.ent:1: parser error : Content error in the external subset
HTTP/1.1 200 OK
^
unable to parse postgis-out.xml
make[1]: *** [topology_comments.sql] Error 6
make[1]: Leaving directory `/opt/postgis-2.0.0beta2SVN/doc'
make: *** [comments] Error 2
Change History
Note: See
TracTickets for help on using
tickets.
