[postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud

Hi,

since yesterday, I cannot run make comments anymore.

I have filled ticket 1642
http://trac.osgeo.org/postgis/ticket/1642

Here is the output:

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


___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
We changed the default so you get a chance to contribute a patch
for the REQUIREMENTS section of the README file :)

Before the change you would be able to build the comments but very
slowly fetching the DTD everytime. Now you have to install it in your
system (or bruteforce - instructions in the ticket and in the doc/Makefile.in).

--strk; 

  ,--o-. 
  |   __/  |Delivering high quality PostGIS 2.0 !
  |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
  `-o--'


On Thu, Mar 01, 2012 at 11:54:23AM +0100, Denis Rouzaud wrote:
 Hi,
 
 since yesterday, I cannot run make comments anymore.
 
 I have filled ticket 1642
 http://trac.osgeo.org/postgis/ticket/1642
 
 Here is the output:
 
 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
 
 
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud

I cannot find any isonum.ent on the server.

I feel like I want to give a hand, but I have to say I don't 
know/understand what to do in README.postgis.
I have time and motivation to give a hand, but I am using postgis for a 
very short time, and I am not mastering its structure, build or 
whatever. For the moment, I am better at bringing tickets than helping 
to solve them :(


However, if the time you'll spend to explain me is worth the job to do, 
then we can try...



On 03/01/2012 12:07 PM, Sandro Santilli wrote:

We changed the default so you get a chance to contribute a patch
for the REQUIREMENTS section of the README file:)

Before the change you would be able to build the comments but very
slowly fetching the DTD everytime. Now you have to install it in your
system (or bruteforce - instructions in the ticket and in the doc/Makefile.in).

--strk;

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 01:50:13PM +0100, Denis Rouzaud wrote:
 I cannot find any isonum.ent on the server.

Ask your package manager for mathml and dtd. If apt-based:

  $ apt-cache search mathml dtd

 I feel like I want to give a hand, but I have to say I don't
 know/understand what to do in README.postgis.

It has a REQUIREMENTS section.
Actually there's also a doc/README which may be more appropriate.

--strk;

  ,--o-. 
  |   __/  |Delivering high quality PostGIS 2.0 !
  |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
  `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud

I installed w3-dtd-mathml and could run make comments.

So you want me to add the package w3-dtd-mathml in the list of the 
requirements in the doc, I got it?


On 03/01/2012 02:02 PM, Sandro Santilli wrote:

On Thu, Mar 01, 2012 at 01:50:13PM +0100, Denis Rouzaud wrote:

I cannot find any isonum.ent on the server.

Ask your package manager for mathml and dtd. If apt-based:

   $ apt-cache search mathml dtd


I feel like I want to give a hand, but I have to say I don't
know/understand what to do in README.postgis.

It has a REQUIREMENTS section.
Actually there's also a doc/README which may be more appropriate.

--strk;

   ,--o-.
   |   __/  |Delivering high quality PostGIS 2.0 !
   |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
   `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud

I could not commit the diff in the doc/README

On 03/01/2012 12:07 PM, Sandro Santilli wrote:

We changed the default so you get a chance to contribute a patch
for the REQUIREMENTS section of the README file:)

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 02:47:49PM +0100, Denis Rouzaud wrote:
 I could not commit the diff in the doc/README

You need git ! :)

 $ git clone git://github.com/strk/postgis.git
 $ cd postgis
 $ edit edit edit
 $ git commit -m I did edit !

Then you can send the patch produced by:

 $ git format-patch origin/master

Or if you're using SVN just send the output of:

 $ svn diff

Or if you're _not_ using SVN get a copy of the original
README file and send the output of:

 $ diff -U2 README.original README

--strk;

  ,--o-. 
  |   __/  |Delivering high quality PostGIS 2.0 !
  |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
  `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Denis Rouzaud
okay, I saw your repo on github before, but I thought it was just a 
mirror, and that postgis was handled under svn.


I send you a pull request.

So much effort for three lines, but I am ready for next time then.



On 03/01/2012 03:22 PM, Sandro Santilli wrote:

On Thu, Mar 01, 2012 at 02:47:49PM +0100, Denis Rouzaud wrote:

I could not commit the diff in the doc/README

You need git ! :)

  $ git clone git://github.com/strk/postgis.git
  $ cd postgis
  $ edit edit edit
  $ git commit -m I did edit !

Then you can send the patch produced by:

  $ git format-patch origin/master

Or if you're using SVN just send the output of:

  $ svn diff

Or if you're _not_ using SVN get a copy of the original
README file and send the output of:

  $ diff -U2 README.original README

--strk;

   ,--o-.
   |   __/  |Delivering high quality PostGIS 2.0 !
   |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
   `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Sandro Santilli
On Thu, Mar 01, 2012 at 04:15:59PM +0100, Denis Rouzaud wrote:
 okay, I saw your repo on github before, but I thought it was just a
 mirror, and that postgis was handled under svn.
 
 I send you a pull request.

Wasn't in my recipe :)
I asked for a patch (in the ticket)

Thanks, glad to see you ready for next one

--strk;

  ,--o-. 
  |   __/  |Delivering high quality PostGIS 2.0 !
  |  / 2.0 |http://strk.keybit.net - http://vizzuality.com
  `-o--'

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] cannot make comments

2012-03-01 Thread Greg Troxel

Sandro Santilli s...@keybit.net writes:

 On Thu, Mar 01, 2012 at 02:31:19PM +0100, Denis Rouzaud wrote:
 I installed w3-dtd-mathml and could run make comments.
 
 So you want me to add the package w3-dtd-mathml in the list of the
 requirements in the doc, I got it?

 Yep, but note it could be called differently in other package
 management systems.

Indeed (and all the world is not GNU/Linux), so it would be nice to have
a URL to where the file or set of files is maintained upstream.
(I started to look at this and found the situation messy, so I haven't
sent my working notes in README.postgis.)


pgpYN3ZCkFV5c.pgp
Description: PGP signature
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users