Wanted to try today's lyx 1.6, did the svn update, autogen.sh, configure
and make. All well so far, but 'make install' failed:
make install-data-hook
make[4]: Går til katalog '/usr/src/lyx-build3/lib/doc'
PYTHONPATH=../../lib/lyx2lyx python -tt
../../../lyx-devel2/lib/doc/doc_toc.py cs .
Warning: An error ocurred in 337, <function convert_display_enum at
0x2ac876f289b0>
Traceback (most recent call last):
File "../../../lyx-devel2/lib/doc/doc_toc.py", line 154, in <module>
main(sys.argv)
File "../../../lyx-devel2/lib/doc/doc_toc.py", line 150, in main
build_toc(output, depend.documents(srcdir, lang), lang)
File "../../../lyx-devel2/lib/doc/doc_toc.py", line 110, in build_toc
file.convert()
File "/usr/src/lyx-devel2/lib/lyx2lyx/LyX.py", line 500, in convert
conv(self)
File "/usr/src/lyx-devel2/lib/lyx2lyx/lyx_1_6.py", line 2510, in
convert_display_enum
if check_token(i, "none"):
NameError: global name 'check_token' is not defined
make[4]: *** [cs/TOC.lyx] Fejl 1
make[4]: Forlader katalog '/usr/src/lyx-build3/lib/doc'
make[3]: *** [install-data-am] Fejl 2
make[3]: Forlader katalog '/usr/src/lyx-build3/lib/doc'
make[2]: *** [install-am] Fejl 2
make[2]: Forlader katalog '/usr/src/lyx-build3/lib/doc'
make[1]: *** [install-recursive] Fejl 1
make[1]: Forlader katalog '/usr/src/lyx-build3/lib'
make: *** [install-recursive] Fejl 1
The binary was there, but it failed to open a file made with lyx 1.6
compiled on may 26. The file "could not be converted". I don't know,
perhaps that merely is a consequence of running a binary whose
install failed. Fortunately, the old binary works.
Helge Hafting