FS#57803 - [vigra-doc] docs not being built

Attached to Project: Community Packages
Opened by David McInnis (daavve) - Monday, 12 March 2018, 13:21 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Monday, 12 March 2018, 20:46 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Bruno Pagani (ArchangeGabriel)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

The vigra-doc package contains the following when install:

/usr/share/doc/vigra/index.html: You did not yet generate documentation (use 'make doc' or equivalent to do so)

This task depends upon

Closed by  Bruno Pagani (ArchangeGabriel)
Monday, 12 March 2018, 20:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  vigra-doc 1.11.1-6
Comment by David McInnis (daavve) - Monday, 12 March 2018, 13:21 GMT
I tried to build documentation using 'make doc" but got the following failure:

Postprocessing html files
/home/dave/build/vigra/src/build/doc/vigra/classvigra_1_1EightNeighborhood_1_1NeighborCode-members.html
Traceback (most recent call last):
File "/home/dave/build/vigra/src/vigra-1.11.1/docsrc/post.py", line 186, in <module>
processFile(file)
File "/home/dave/build/vigra/src/vigra-1.11.1/docsrc/post.py", line 170, in processFile
if re.search('.*/index.html', fileName) or re.search('.*\\index.html', fileName):
File "/usr/lib/python3.6/re.py", line 182, in search
return _compile(pattern, flags).search(string)
File "/usr/lib/python3.6/re.py", line 301, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.6/sre_compile.py", line 562, in compile
p = sre_parse.parse(p, flags)
File "/usr/lib/python3.6/sre_parse.py", line 855, in parse
p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)
File "/usr/lib/python3.6/sre_parse.py", line 416, in _parse_sub
not nested and not items))
File "/usr/lib/python3.6/sre_parse.py", line 502, in _parse
code = _escape(source, this, state)
File "/usr/lib/python3.6/sre_parse.py", line 401, in _escape
raise source.error("bad escape %s" % escape, len(escape))
sre_constants.error: bad escape \i at position 2

Loading...