[email protected] (Niels Möller) writes: > Justus Winter <[email protected]> writes: > >> just a small bug report, there are some .stamp files that got included >> in the release by accident. I noticed because it caused build problems, >> likely only due to the fact that my build process copied the files once, >> changing the mtimes in the process. > > Some stamp files are included intentionally, to avoid precisely that > type of problems. See the note on stamp-h.in in the autoconf manual for > one well documented example: > https://www.gnu.org/software/autoconf//manual/autoconf-2.64/html_node/Automatic-Remaking.html
I read the reference, and I don't see how it applies here. For the
record, this is the build failure that I'm referring to:
% tar xf nettle-3.5.1.tar.gz
% cp -r nettle-3.5.1 nettle
% cd nettle
% ./configure
[...]
% make
[...]
f="./`basename rotors.h`"; \
./desdata rotors.h > ${f}T; \
test -s ${f}T && mv -f ${f}T $f
/bin/sh: 2: ./desdata: not found
make[1]: *** [Makefile:327: rotors.h] Error 1
make[1]: Leaving directory '/tmp/foo/nettle'
make: *** [Makefile:46: all] Error 2
Cheers,
Justus
signature.asc
Description: PGP signature
_______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
