Package: newlib
Version: 1.14.0-1
Severity: serious
From my pbuilder build log:
...
make[3]: Entering directory `/tmp/buildd/newlib-1.14.0/_build/etc'
for f in standards.info configure.info; do \
if test -f ../../etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
if /usr/bin/make "MAKEINFO=/tmp/buildd/newlib-1.14.0/missing
makeinfo --split-size=5000000 --split-size=5000000" $f; then \
true; \
else \
exit 1; \
fi; \
fi; \
done
make[4]: Entering directory `/tmp/buildd/newlib-1.14.0/_build/etc'
/tmp/buildd/newlib-1.14.0/missing makeinfo --split-size=5000000
--split-size=5000000 --no-split -I../../etc -o standards.info
../../etc/standards.texi
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[4]: *** [standards.info] Error 1
make[4]: Leaving directory `/tmp/buildd/newlib-1.14.0/_build/etc'
make[3]: *** [info] Error 1
make[3]: Leaving directory `/tmp/buildd/newlib-1.14.0/_build/etc'
make[2]: *** [all-etc] Error 2
make[2]: Leaving directory `/tmp/buildd/newlib-1.14.0/_build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/newlib-1.14.0/_build'
make: *** [build-stamp] Error 2
--
Daniel Schepler