[tex-k] Building svn57874.tar.gz (from github)

Werner LEMBERG wl at gnu.org
Sat Mar 6 08:25:52 CET 2021


>> # Make sure we get expected values from the test texmf.cnf.
>>     val=`./kpsewhich --var-value=maxpr`
>>     ++ ./kpsewhich --var-value=maxpr
>>     + val=100
>>     test x"$val" = x200 || exit 1
>>     + test x100 = x200
>>     + exit 1
> 
> I did some tests, it turned out that the test fails because i did
> tar vxf texlive-xxx-source
> cd texlive-xxx-source
> mkdir build
> cd build
> ../configure

This is kind-of the standard today, given that it's very similar to
what both cmake and meson do – similar to you I guess there a lot of
people who do exactly the same.  I thus wonder...

> It works if i do:
> 
> tar vxf texlive-xxx-source
> mkdir build
> cd build
> ../texlive-xxx-source/configure

... whether it makes sense that both the former and the latter 'mode'
are supported while executing the test suite.


     Werner



More information about the tex-k mailing list.