[LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

Scott Kostyshak skostysh at lyx.org
Wed Mar 24 17:14:00 UTC 2021


On Tue, Mar 23, 2021 at 11:27:35PM +0100, Thibaut Cuvelier wrote:
> On Tue, 23 Mar 2021 at 22:08, Richard Kimberly Heck <rikiheck at lyx.org>
> wrote:
> 
> > On 3/23/21 4:13 PM, Thibaut Cuvelier wrote:
> >
> > On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck <rikiheck at lyx.org>
> > wrote:
> >
> >> On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> >> > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> >> > Author: Thibaut Cuvelier <tcuvelier at lyx.org>
> >> > Date:   Tue Mar 23 00:08:50 2021 +0100
> >> >
> >> >     DocBook: add a parameter to change the namespace prefix for MathML.
> >>
> >> Any time the syntax of semantics of the LyX file itself changes, it's a
> >> format change, so: (1) Bump the document format; (2) Write a lyx2lyx
> >> routine to remove the new parameter; (3) Do what needs doing with
> >> tex2lyx. See lib/doc/Document.lyx, section 2.2.
> >>
> >
> > I had missed that, thanks for the notice. It should be corrected in the
> > new commit: 7a1e048f. There is nothing to add in tex2lyx, as its behaviour
> > should not change with this new parameter.
> >
> > The one last thing to do, then, is to update the tex2lyx tests. Otherwise,
> > Scott will very soon complain that they are all failing.
> >
> With CMake, according to the docs, it should just be running the
> updatetex2lyxtests target. However, it does not do a lot of things: in one
> hour, it only changed one file. Here is the patch:

I think that is the correct target. When I run that target, it takes 45
seconds and produced the diff that I committed at b2b68c3e. I went ahead
and committed the diff so that we can fix the tests while we work
through this issue.

Does it show which commands it is running in the terminal? If not,
perhaps you can look in the process manager? I attach my log for
comparison.

Scott
-------------- next part --------------
scott at tallinn:~/lyxbuilds/master/repo$ cd ../CMakeBuild/
scott at tallinn:~/lyxbuilds/master/CMakeBuild$ time make updatetex2lyxtests

/usr/bin/cmake -S/home/scott/lyxbuilds/master/repo -B/home/scott/lyxbuilds/master/CMakeBuild --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 updatetex2lyxtests
make[1]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
/usr/bin/cmake -S/home/scott/lyxbuilds/master/repo -B/home/scott/lyxbuilds/master/CMakeBuild --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles 54
make -f CMakeFiles/Makefile2 src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/all
make[2]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/support/CMakeFiles/support.dir/build.make src/support/CMakeFiles/support.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/support /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/support /home/scott/lyxbuilds/master/CMakeBuild/src/suppo
rt/CMakeFiles/support.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/support/CMakeFiles/support.dir/build.make src/support/CMakeFiles/support.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/support/CMakeFiles/support.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[  7%] Built target support
make -f CMakeFiles/lyx_version.dir/build.make CMakeFiles/lyx_version.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles/lyx_version.dir/Depend
Info.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f CMakeFiles/lyx_version.dir/build.make CMakeFiles/lyx_version.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
/usr/bin/cmake -DTOP_SRC_DIR=/home/scott/lyxbuilds/master/repo -DTOP_CMAKE_PATH=/home/scott/lyxbuilds/master/repo/development/cmake -DTOP_BINARY_DIR=/home/sco
tt/lyxbuilds/master/CMakeBuild -DLYX_DATE=2021-02-14 -P /home/scott/lyxbuilds/master/repo/development/cmake/scripts/LyXGetVersion.cmake
-- Git-hash = 616274458e
-- Created /home/scott/lyxbuilds/master/CMakeBuild/lyx_date.tmp
-- Created /home/scott/lyxbuilds/master/CMakeBuild/lyx_commit_hash.tmp
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[  7%] Built target lyx_version
make -f src/tex2lyx/CMakeFiles/tex2lyx.dir/build.make src/tex2lyx/CMakeFiles/tex2lyx.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/tex2lyx /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/tex2lyx /home/scott/lyxbuilds/master/CMakeBuild/src/tex2l
yx/CMakeFiles/tex2lyx.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/tex2lyx/CMakeFiles/tex2lyx.dir/build.make src/tex2lyx/CMakeFiles/tex2lyx.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/tex2lyx/CMakeFiles/tex2lyx.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 11%] Built target tex2lyx
make -f 3rdparty/hunspell/CMakeFiles/hunspell.dir/build.make 3rdparty/hunspell/CMakeFiles/hunspell.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/3rdparty/hunspell /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/3rdparty/hunspell /home/scott/lyxbuilds/master/CMakeBui
ld/3rdparty/hunspell/CMakeFiles/hunspell.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f 3rdparty/hunspell/CMakeFiles/hunspell.dir/build.make 3rdparty/hunspell/CMakeFiles/hunspell.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for '3rdparty/hunspell/CMakeFiles/hunspell.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 12%] Built target hunspell
make -f src/frontends/CMakeFiles/frontends.dir/build.make src/frontends/CMakeFiles/frontends.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/frontends /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/frontends /home/scott/lyxbuilds/master/CMakeBuild/src/f
rontends/CMakeFiles/frontends.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/frontends/CMakeFiles/frontends.dir/build.make src/frontends/CMakeFiles/frontends.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/frontends/CMakeFiles/frontends.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 12%] Built target frontends
make -f src/frontends/qt/CMakeFiles/frontend_qt.dir/build.make src/frontends/qt/CMakeFiles/frontend_qt.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/frontends/qt /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/frontends/qt /home/scott/lyxbuilds/master/CMakeBuild
/src/frontends/qt/CMakeFiles/frontend_qt.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/frontends/qt/CMakeFiles/frontend_qt.dir/build.make src/frontends/qt/CMakeFiles/frontend_qt.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/frontends/qt/CMakeFiles/frontend_qt.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 59%] Built target frontend_qt
make -f src/graphics/CMakeFiles/graphics.dir/build.make src/graphics/CMakeFiles/graphics.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/graphics /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/graphics /home/scott/lyxbuilds/master/CMakeBuild/src/gra
phics/CMakeFiles/graphics.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/graphics/CMakeFiles/graphics.dir/build.make src/graphics/CMakeFiles/graphics.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/graphics/CMakeFiles/graphics.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 61%] Built target graphics
make -f src/insets/CMakeFiles/insets.dir/build.make src/insets/CMakeFiles/insets.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/insets /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/insets /home/scott/lyxbuilds/master/CMakeBuild/src/insets/
CMakeFiles/insets.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/insets/CMakeFiles/insets.dir/build.make src/insets/CMakeFiles/insets.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/insets/CMakeFiles/insets.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 70%] Built target insets
make -f src/mathed/CMakeFiles/mathed.dir/build.make src/mathed/CMakeFiles/mathed.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/mathed /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/mathed /home/scott/lyxbuilds/master/CMakeBuild/src/mathed/
CMakeFiles/mathed.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/mathed/CMakeFiles/mathed.dir/build.make src/mathed/CMakeFiles/mathed.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/mathed/CMakeFiles/mathed.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 81%] Built target mathed
make -f src/CMakeFiles/lyx.dir/build.make src/CMakeFiles/lyx.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src /home/scott/lyxbuilds/master/CMakeBuild/src/CMakeFiles/lyx.dir/De
pendInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/CMakeFiles/lyx.dir/build.make src/CMakeFiles/lyx.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/CMakeFiles/lyx.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[ 98%] Built target lyx
make -f src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/build.make src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/tex2lyx/test /home/scott/lyxbuilds/master/CMakeBuild /home/scott/lyxbuilds/master/CMakeBuild/src/tex2lyx/test /home/scott/lyxbuilds/master/CMakeBuild
/src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/DependInfo.cmake --color=
Scanning dependencies of target updatetex2lyxtests
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/build.make src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
[100%] Generating Tex2lyxFilesUpdated
cd /home/scott/lyxbuilds/master/CMakeBuild/src/tex2lyx/test && /usr/bin/cmake -DCOMMAND="/usr/bin/python3.7" -DENVIRON="LYX_USERDIR_24x=/home/scott/lyxbuilds/
master/CMakeBuild/Testing/.lyx" -DPARAMS="/home/scott/lyxbuilds/master/repo/src/tex2lyx/test/runtests.py'/home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx'/
home/scott/lyxbuilds/master/repo/lib/scripts'/home/scott/lyxbuilds/master/repo/src/tex2lyx/test" -DSINGLEPARLIST="'test.ltx'algo2e.tex'beamer.tex'box-color-si
ze-space-align.tex'CJK.tex'CJKutf8.tex'listpreamble.tex'tabular-x-test.tex'test-insets-basic.tex'test-insets.tex'test-memoir.tex'test-minted.tex'test-modules.
tex'test-refstyle-theorems.tex'test-scr.tex'test-structure.tex'verbatim.tex'XeTeX-polyglossia.tex" -P /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/env_c
ustom_command.cmake
-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test.ltx

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/algo2e.tex

b"Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/algo2e.lyx.lyx\nIgnoring options 'boxed' of package algorithm2e.\n"

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/beamer.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/beamer.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/box-color-size-space-align.
tex

b"Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/box-color-size-space-align.lyx.lyx\nIgnoring options 'normalem' of package ulem
.\n"

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/CJK.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/CJK.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/CJKutf8.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/CJKutf8.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/listpreamble.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/listpreamble.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/tabular-x-test.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/tabular-x-test.lyx.lyx\ndropping extra hline\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-insets-basic.tex

b"Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-insets-basic.lyx.lyx\nOverwriting existing file /home/scott/lyxbuilds/mast
er/repo/src/tex2lyx/test/DummyDocument.lyx.lyx\nWarning: Could not find included file 'Dummy Document.tex'.\nWarning: Could not find included file 'Dummy Docu
ment.tex'.\nOverwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/Dummy~Document.lyx.lyx\nOverwriting existing file /home/scott/lyxbuil
ds/master/repo/src/tex2lyx/test/Dummy~Document.lyx.lyx\n  Ignoring comment: %hu\n  Ignoring comment: % again with a comment\n  Ignoring comment: % again with
a comment\n  Ignoring comment: % with a comment\n  Ignoring comment: % and a second one\nWarning: Included file not found\n-----------------------------------
-----\nThe included file\n'Dummy Document.tex'\nhas not been found. LyX will ignore the inclusion.\nWarning: Included file not found\n------------------------
----------------\nThe included file\n'Dummy Document.tex'\nhas not been found. LyX will ignore the inclusion.\n"

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-insets.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-insets.lyx.lyx\nOverwriting existing file /home/scott/lyxbuilds/master/rep
o/src/tex2lyx/test/DummyDocument.lyx.lyx\nWarning: Could not find included file \'Dummy Document.tex\'.\nWarning: Could not find included file \'Dummy Documen
t.tex\'.\nOverwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/Dummy~Document.lyx.lyx\nOverwriting existing file /home/scott/lyxbuilds
/master/repo/src/tex2lyx/test/Dummy~Document.lyx.lyx\nWarning: Could not find included file \'Dummy"Document.tex\'.\nWarning: Could not find included file \'f
oo\'.\nWarning: Could not find included file \'foo\'.\n  Ignoring comment: %hu\n  Ignoring comment: % again with a comment\n  Ignoring comment: % again with a
 comment\n  Ignoring comment: % with a comment\n  Ignoring comment: % and a second one\nWarning: Error in latexParagraphs\n-----------------------------------
-----\nYou are using at least one layout (Date) intended for the title, after using non-title layouts. This could lead to missing or incorrect output.\nWarnin
g: Included file not found\n----------------------------------------\nThe included file\n\'Dummy Document.tex\'\nhas not been found. LyX will ignore the inclu
sion.\nWarning: Included file not found\n----------------------------------------\nThe included file\n\'Dummy Document.tex\'\nhas not been found. LyX will ign
ore the inclusion.\nWarning: Included file not found\n----------------------------------------\nThe included file\n\'Dummy"Document.tex\'\nhas not been found.
 LyX will ignore the inclusion.\nWarning: Included file not found\n----------------------------------------\nThe included file\n\'foo\'\nhas not been found. L
yX will ignore the inclusion.\nWarning: Included file not found\n----------------------------------------\nThe included file\n\'foo\'\nhas not been found. LyX
 will ignore the inclusion.\nOverwrite file?\n----------------------------------------\nThe file ~/lyxbuilds/master/repo/src/tex2lyx/test/xfigtest.pdftex_t al
ready exists.\n\nDo you want to overwrite that file?\nAssuming answer is &Keep file\nOverwrite file?\n----------------------------------------\nThe file ~/lyx
builds/master/repo/src/tex2lyx/test/xfigtest.pdf already exists.\n\nDo you want to overwrite that file?\nAssuming answer is &Keep file\nOverwrite file?\n-----
-----------------------------------\nThe file ~/lyxbuilds/master/repo/src/tex2lyx/test/foo.pdf already exists.\n\nDo you want to overwrite that file?\nAssumin
g answer is &Keep file\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-memoir.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-memoir.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-minted.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-minted.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-modules.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-modules.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-refstyle-theorems.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-refstyle-theorems.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-scr.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-scr.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-structure.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/test-structure.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/verbatim.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/verbatim.lyx.lyx\n'

-- Executing: /home/scott/lyxbuilds/master/CMakeBuild/bin/tex2lyx -roundtrip -f /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/XeTeX-polyglossia.tex

b'Overwriting existing file /home/scott/lyxbuilds/master/repo/src/tex2lyx/test/XeTeX-polyglossia.lyx.lyx\n'

cd /home/scott/lyxbuilds/master/CMakeBuild/src/tex2lyx/test && /usr/bin/cmake -E touch Tex2lyxFilesUpdated
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[100%] Built target updatetex2lyxtests
make[2]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
/usr/bin/cmake -E cmake_progress_start /home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles 0
make[1]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'

real    0m45.250s
user    0m43.609s
sys     0m1.565s
scott at tallinn:~/lyxbuilds/master/CMakeBuild$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20210324/fbc5d69a/attachment-0001.asc>


More information about the lyx-devel mailing list