You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu:/var/www/propgcc# make
Makefile:83: OS linux detected.
Makefile:100: PropGCC version is propellergcc-alpha_v1_9_0_propellergcc-alpha_v1_9_1-5-g5fc1abd.
Makefile:104: BugURL is http://code.google.com/p/propgcc/issues.
Building binutils
make[1]: Entering directory '/var/www/build/binutils'
make[2]: Entering directory '/var/www/build/binutils'
make[3]: Entering directory '/var/www/build/binutils/libiberty'
make[4]: Entering directory '/var/www/build/binutils/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/var/www/build/binutils/libiberty/testsuite'
make[3]: Leaving directory '/var/www/build/binutils/libiberty'
make[3]: Entering directory '/var/www/build/binutils/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/var/www/build/binutils/intl'
make[3]: Entering directory '/var/www/build/binutils/bfd'
Making info in doc
make[4]: Entering directory '/var/www/build/binutils/bfd/doc'
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (/var/www/propgcc/binutils/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 /var/www/propgcc/binutils/missing makeinfo --split-size=5000000 --split-size=5000000 -I /var/www/propgcc/binutils/bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo '/var/www/propgcc/binutils/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.
Makefile:421: recipe for target 'bfd.info' failed
make[4]: *** [bfd.info] Error 1
make[4]: Leaving directory '/var/www/build/binutils/bfd/doc'
Making info in po
make[4]: Entering directory '/var/www/build/binutils/bfd/po'
make[4]: Nothing to be done for 'info'.
make[4]: Leaving directory '/var/www/build/binutils/bfd/po'
make[4]: Entering directory '/var/www/build/binutils/bfd'
make[4]: Nothing to be done for 'info-am'.
make[4]: Leaving directory '/var/www/build/binutils/bfd'
Makefile:1617: recipe for target 'info-recursive' failed
make[3]: *** [info-recursive] Error 1
make[3]: Leaving directory '/var/www/build/binutils/bfd'
Makefile:2505: recipe for target 'all-bfd' failed
make[2]: *** [all-bfd] Error 2
make[2]: Leaving directory '/var/www/build/binutils'
Makefile:837: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/var/www/build/binutils'
Makefile:162: recipe for target '/var/www/propgcc/../build/binutils/binutils-built' failed
make: *** [/var/www/propgcc/../build/binutils/binutils-built] Error 2
root@ubuntu:/var/www/propgcc#
The text was updated successfully, but these errors were encountered:
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.
Makefile:421: recipe for target 'bfd.info' failed
Do you have texinfo installed?
Which version?
Building propgcc needed texinfo-4.x for a long time, I don't know whether the propgcc-gods have changed this dependency to a newer version.
If your distribution has a too new texinfo in the standard directories you can build texinfo-4.x first with --prefix=$SameDestinationDirAsPropgcc and then make sure you have $SameDestinationDirAsPropgcc/bin in your PATH while building propgcc.
The text was updated successfully, but these errors were encountered: