Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1642 closed defect (worksforme)

cannot make comments

Reported by: 3nids Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: build 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 (3)

comment:1 by strk, 12 years ago

Since a few revision the default is not allowing you to fetch data from the net. If you really want to allow that you can append "XSLTPROCFLAGS=" to your make call. But I'd recommend figuring out where you have isonum.ent. I have it here: w3-dtd-mathml: /usr/share/xml/schema/w3c/mathml/dtd/isonum.ent

Would you feel like compiling a patch for README.postgis to list the additional requirements ? We could actually tweak ./configure to warn and suggest package names

comment:2 by strk, 12 years ago

Resolution: worksforme
Status: newclosed

@3nids, all fine with w3-dtd-mathml, right ?

comment:3 by 3nids, 12 years ago

yes, everything's ok, thanks

Note: See TracTickets for help on using tickets.