[tex-live] Can anybody remember what timestamps texinfo needs?

Thomas Esser te at dbs.uni-hannover.de
Mon Feb 17 21:59:43 CET 2003


> So, the ******** texinfo problem is back *again*. Can someone help me 
> and tell me what files to touch in what order to make sure texinfo just 
> configures and compiles?

The problem is that I just upload the changed files. But, I think that
I have found a systematic way to fix this kind of problems:

mkdir -p /build/X
rm -rf /build/X/*
cd /build/X
rm -rf /t/texlive/Build/source.development/TeX/utils/texinfo
p4 sync -f /t/texlive/Build/source.development/TeX/utils/texinfo/...
touch x
/t/texlive/Build/source.development/TeX/utils/texinfo/configure
make # add write permissiond with p4 edit if autoconf cannot write some
     # file and retry
find /t/texlive/Build/source.development/TeX/utils/texinfo -type f -newer x \
  | xargs p4 edit
p4 submit

This assumes that the right auto-tools are in PATH, so only people who
have these tools can try such a fix. I think that I have correctly
adjusted the timestamps now.

Thomas


More information about the tex-live mailing list