Opened 7 years ago

Last modified 6 years ago

#3234 new defect

d.barscale: HTMLParser.HTMLParseError: EOF in middle of construct

Reported by: spareeth Owned by: grass-dev@…
Priority: normal Milestone: 7.2.4
Component: Compiling Version: svn-trunk
Keywords: Cc:
CPU: x86-64 Platform: Linux

Description

Hi While I am trying to compile GRASS-trunk in a system with Ubuntu 14.04.3 LTS and is getting following errors:

Started compilation: Wed Dec 28 17:01:10 CET 2016

    --
    Errors in:
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/display/d.barscale
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/display/d.linegraph
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/display/d.northarrow
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/display/d.vect
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/raster/r.colors
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/vector/v.colors
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/temporal/t.rast.colors
    /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/man

cd "~/usr/local/src/grass7_trunk/display/d.barscale && make" give this error and same for all the other modules listed above.

    sajid.pareeth@disi-rsnode08:/dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/display/d.barscale$ make
    VERSION_NUMBER=7.3.svn /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/dist.x86_64-pc-linux-gnu/tools/g.html2man.py /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/dist.x86_64-pc-linux-gnu/docs/html/d.barscale.html /dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/dist.x86_64-pc-linux-gnu/docs/man/man1/d.barscale.1
    Traceback (most recent call last):
      File "/dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/dist.x86_64-pc-linux-gnu/tools/g.html2man.py", line 71, in <module>
        main()
      File "/dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/dist.x86_64-pc-linux-gnu/tools/g.html2man.py", line 50, in main
        p.close()
      File "/home/sajid.pareeth/usr/local/lib/python2.7/HTMLParser.py", line 112, in close
        self.goahead(1)
      File "/home/sajid.pareeth/usr/local/lib/python2.7/HTMLParser.py", line 164, in goahead
        self.error("EOF in middle of construct")
      File "/home/sajid.pareeth/usr/local/lib/python2.7/HTMLParser.py", line 115, in error
        raise HTMLParseError(message, self.getpos())
    HTMLParser.HTMLParseError: EOF in middle of construct, at line 54, column 8
    make: *** [/dati/homes/sajid.pareeth/usr/local/src/grass7_trunk/dist.x86_64-pc-linux-gnu/docs/man/man1/d.barscale.1] Error 1

GRASS stable version compile without errors.

Sajid

Change History (6)

comment:1 by neteler, 7 years ago

May this be related?

#2842: configure fails to detect missing HTMLParser

comment:2 by martinl, 7 years ago

Milestone: 7.2.17.2.2

comment:3 by neteler, 7 years ago

Milestone: 7.2.27.2.3

Ticket retargeted after milestone closed

comment:4 by neteler, 6 years ago

Sajid: still an issue?

comment:5 by martinl, 6 years ago

Milestone: 7.2.3

Ticket retargeted after milestone closed

comment:6 by martinl, 6 years ago

Milestone: 7.2.4
Note: See TracTickets for help on using tickets.