hello,
I remember that this problem occurs in the mailing list
once, and is
fixed in GDB 6.7.1. However it jumps into my eyes here
again.
My version of makeinfo is:
makeinfo --version
makeinfo (GNU texinfo) 4.5
Copyright (C) 2003 Free Software Foundation, Inc.
There is NO warranty. You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files
named COPYING.
I got the error here as:
make[3]: Entering directory
`/home/robert_bu/src/temp/gdb/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/robert_bu/src/temp/gdb/libiberty/testsuite'
make[2]: Leaving directory
`/home/robert_bu/src/temp/gdb/libiberty'
make[2]: Entering directory
`/home/robert_bu/src/temp/gdb/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/robert_bu/src/temp/gdb/intl'
make[2]: Entering directory
`/home/robert_bu/src/temp/gdb/bfd'
Making info in doc
make[3]: Entering directory
`/home/robert_bu/src/temp/gdb/bfd/doc'
restore=: && backupdir=".am$$" &&
rm -rf $backupdir && mkdir $backupdir &&
if (/home/robert_bu/src/temp/gdb/missing makeinfo
--split-size=5000000
--split-size=5000000 --version) >/dev/null 2>&1;
then
for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9]
bfd.i[0-9]
bfd.i[0-9][0-9]; do
if test -f $f; then mv $f $backupdir; restore=mv; else
:; fi;
done;
else :; fi &&
if /home/robert_bu/src/temp/gdb/missing makeinfo
--split-size=5000000
--split-size=5000000 -I ../.././bfd/doc
-o bfd.info `test -f 'bfd.texinfo' || echo
'../.././bfd/doc/'`bfd.texinfo;
then
rc=0;
else
rc=$?;
$restore $backupdir/* `echo "./bfd.info" | sed
's|[^/]*$||'`;
fi;
rm -rf $backupdir; exit $rc
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[3]: *** [bfd.info] Error 1
make[3]: Leaving directory
`/home/robert_bu/src/temp/gdb/bfd/doc'
Making info in po
make[3]: Entering directory
`/home/robert_bu/src/temp/gdb/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory
`/home/robert_bu/src/temp/gdb/bfd/po'
make[3]: Entering directory
`/home/robert_bu/src/temp/gdb/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory
`/home/robert_bu/src/temp/gdb/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory
`/home/robert_bu/src/temp/gdb/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/home/robert_bu/src/temp/gdb'
make: *** [all] Error 2
|