[postgis-devel] [PostGIS] #1642: cannot make comments
PostGIS
trac at osgeo.org
Thu Mar 1 02:53:18 PST 2012
#1642: cannot make comments
-----------------------------------+----------------------------------------
Reporter: 3nids | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: build/upgrade/install | Version: 2.0.x
Keywords: |
-----------------------------------+----------------------------------------
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
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1642>
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-devel
mailing list