[tlbuild] dvi test?
Bruno Voisin
bvoisin at icloud.com
Mon Jan 31 09:19:43 CET 2022
> On 31 Jan 2022, at 02:54, Richard Koch <koch at uoregon.edu> wrote:
>
> I don't know how to rebuild just xdvi-xaw, so I rebuilt the entire 2022 tree.
Hi Dick,
I used the procedure described by Karl at
https://tug.org/texlive/doc/tlbuild.html#Build-one-package
Namely
- Create a new directory, cd to it.
- Then
rsync -a --delete --exclude=.svn --exclude=Work tug.org::tldevsrc/Build/source/ .
mkdir Work && cd Work
../configure --disable-all-pkgs --enable-xdvik -C CFLAGS=-g CXXFLAGS=-g
make
cd texk/xdvik
make check
- To change the clang options when building (so as to run Nelson Beebe's suggested tests about sanitization etc.), I used CFLAGS and CXXFLAGS above.
- To finally test using the installed texlive environment:
env TEXMFROOT=/usr/local/texlive/2021 \
TEXMFCNF=/usr/local/texlive/2021/texmf-dist/web2c \
./xdvi-bin path/to/t2a.dvi
Bruno
More information about the tlbuild
mailing list.