[GRASS-dev] GRASS 7.1 trunk file man file error

Just now compiled GRASS 7.1 trunk and got an error in the man file

make[2]: `/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/man/man1/index.1’ is up to date.
VERSION_NUMBER=7.1.svn /Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/tools/g.html2man.py /Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/html/keywords.html /Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/man/man1/keywords.1
/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/html/keywords.html:16:0: Error (IndexError(‘pop from empty list’,)):

SYNOPSIS

test.raster3d.lib

make[2]: *** [/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/man/man1/keywords.1] Error 1
make[1]: *** [manpages] Error 2
make: *** [default] Error 2

Michael


C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671(SHESC), 480-727-0709 (CSDC)
www: http://csdc.asu.edu, http://shesc.asu.edu
http://www.public.asu.edu/~cmbarton

Michael Barton wrote:

Just now compiled GRASS 7.1 trunk and got an error in the man file

/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/html/keywords.html:16:0:
Error (IndexError('pop from empty list',)):
<dt><b><h2>SYNOPSIS</h2></b></dt>

<h2> isn't permitted inside <dt>.

More generally, <dt> only allows inline elements as descendants, and
<h2> is a block element.

However, keywords.html is auto-generated, so this would appear to be
either an issue with the man/build_keywords.py script, or the HTML
files which it is using.

--
Glynn Clements <glynn@gclements.plus.com>

Just for the record. This is the issue #2370
https://trac.osgeo.org/grass/ticket/2370

Maris.

2014-07-19 0:19 GMT+03:00 Glynn Clements <glynn@gclements.plus.com>:

Michael Barton wrote:

Just now compiled GRASS 7.1 trunk and got an error in the man file

/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/html/keywords.html:16:0:
Error (IndexError('pop from empty list',)):
<dt><b><h2>SYNOPSIS</h2></b></dt>

<h2> isn't permitted inside <dt>.

More generally, <dt> only allows inline elements as descendants, and
<h2> is a block element.

However, keywords.html is auto-generated, so this would appear to be
either an issue with the man/build_keywords.py script, or the HTML
files which it is using.

--
Glynn Clements <glynn@gclements.plus.com>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Hi,
i hopefully fixed this issue by adding keywords to the raster 3d
library test module in r61274.

Best regards
Soeren

2014-07-15 22:46 GMT+02:00 Michael Barton <Michael.Barton@asu.edu>:

Just now compiled GRASS 7.1 trunk and got an error in the man file

make[2]:
`/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/man/man1/index.1'
is up to date.
VERSION_NUMBER=7.1.svn
/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/tools/g.html2man.py
/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/html/keywords.html
/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/man/man1/keywords.1
/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/html/keywords.html:16:0:
Error (IndexError('pop from empty list',)):
<dt><b><h2>SYNOPSIS</h2></b></dt><dd> <a
href="test.raster3d.lib.html">test.raster3d.lib</a></dd>

make[2]: ***
[/Users/cmbarton/Dropbox/GRASS_dropbox/source/grass7_dev/dist.x86_64-apple-darwin13.3.0/docs/man/man1/keywords.1]
Error 1
make[1]: *** [manpages] Error 2
make: *** [default] Error 2

Michael
______________________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671(SHESC), 480-727-0709 (CSDC)
www: http://csdc.asu.edu, http://shesc.asu.edu
http://www.public.asu.edu/~cmbarton

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev