Source: sdcc
Version: 3.7.0+dfsg2-0.1
Severity: serious
Tags: ftbfs
sdcc fails to build from source in unstable.
| LaTeX Warning: Reference `subsec:Search-Paths' on page 32 undefined on input
li
| ne 2261.
|
| [32]
|
| ! LaTeX Error: File `MCS51_named' not found.
|
| See the LaTeX manual or LaTeX Companion for explanation.
| Type H <return> for immediate help.
| ...
|
| l.2283 \includegraphics{MCS51_named}
|
| ?
| ! Emergency stop.
| ...
|
| l.2283 \includegraphics{MCS51_named}
|
| Output written on sdccman.dvi (33 pages, 170988 bytes).
| Transcript written on sdccman.log.
| make[1]: *** [Makefile:67: sdccman.dvi] Error 1
| make[1]: Leaving directory '/<<PKGBUILDDIR>>/doc'
| make: *** [debian/rules:71: build-indep-stamp] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Supposedly, this was fixed in #909995, but the issue persists.
This time around the traceback looks a little different:
| +Read the file doc/LaTeXConfig.lyx for more information.
| LyX: Done!
| Traceback (most recent call last):
| File "/usr/share/lyx/scripts/convertDefault.py", line 38, in <module>
| output = output.decode()
| AttributeError: 'str' object has no attribute 'decode'
| support/Systemcall.cpp (294): Systemcall: 'python3 -tt
"/usr/share/lyx/scripts/convertDefault.py" svg
"/tmp/lyx_tmpdir.hxwECXKtFDVu/lyx_tmpbuf0/1_build_sdcc-KkmAiE_sdcc-3_7_0+dfsg2_doc_MCS51_named.svg"
eps
"/tmp/lyx_tmpdir.hxwECXKtFDVu/lyx_tmpbuf0/1_build_sdcc-KkmAiE_sdcc-3_7_0+dfsg2_doc_MCS51_named.eps"'
finished with exit code 1
| Error: Cannot convert file
| ----------------------------------------
| No information for converting svg format files to eps.
| Define a converter in the preferences.
| latex sdccman.tex
Helmut