1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
gnutls13 2.0.4-2 Failed 92.901047
Reason: UNKNOWN
1-line summary:
/build/user/gnutls13-2.0.4/build-aux/missing: line 54: makeinfo: command not found
multi-line summary:
/build/user/gnutls13-2.0.4/build-aux/missing: line 54: makeinfo: command not found
excerpt for mail:
make[5]: Entering directory `/build/user/gnutls13-2.0.4/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /build/user/gnutls13-2.0.4/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
for f in gnutls.info gnutls.info-[0-9] gnutls.info-[0-9][0-9] gnutls.i[0-9] gnutls.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /build/user/gnutls13-2.0.4/build-aux/missing --run makeinfo -I ../doc -I . \
-o gnutls.info gnutls.texi; \
then \
rc=0; \
cd .; \
else \
rc=$?; \
cd . && \
$restore $backupdir/* `echo "./gnutls.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/build/user/gnutls13-2.0.4/build-aux/missing: line 54: makeinfo: command not found
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[5]: *** [gnutls.info] Error 1
|