Opened 15 years ago

Last modified 15 years ago

#315 closed defect

Entity postgis_aggs_mm not defined — at Version 1

Reported by: mloskot Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: master
Keywords: Cc:

Description (last modified by mloskot)

Complete rebuild of trunk r4866 gives the following error:

...
PostGIS was built successfully. Ready to install.
/usr/bin/make -C doc comments
make[1]: Entering directory `/home/mloskot/dev/postgis/_svn/trunk/doc'
/usr/bin/xsltproc ./xsl/postgis_comments.sql.xsl postgis.xml > postgis_comments.sql
warning: failed to load external entity "postgis_aggs_mm.xml"
postgis.xml:107: parser error : Failure to process entity postgis_aggs_mm
  &postgis_aggs_mm;
                   ^
postgis.xml:107: parser error : Entity 'postgis_aggs_mm' not defined
  &postgis_aggs_mm;
                   ^
unable to parse postgis.xml
make[1]: *** [postgis_comments.sql] Error 6
make[1]: Leaving directory `/home/mloskot/dev/postgis/_svn/trunk/doc'
make: *** [comments] Error 2

Environment:

  • Linux 64-bit (Ubuntu 9.10)
  • GCC 4.4.1
  • GEOS from SVN trunk (r2732)

Change History (1)

comment:1 by mloskot, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.