Update build deps, include "texinfo"

Issue #38 closed
Old3nglish 800 created an issue

###dev_box ###

 OS: Kali Linux 2019.1
 Kernel: x86_64 Linux 4.19.0-kali1-amd64
 Uptime: 2h 5m
 Packages: 2896
 Shell: bash 5.0.2
 Resolution: 1920x1080
 WM: Not Found
 CPU: Intel Xeon E5-2430 0 @ 24x 2.7GHz [44.0°C]
 GPU: mgadrmfb
 RAM: 521MiB / 56291MiB

Followed build instruction provided in readme.

Received this error in building R7000e:

...
...
cd "$am__cwd"; \
if /bin/bash /home/user/freshtomato-arm/release/src-rt-6.x.4708/router/gmp/missing makeinfo   -I . \
 -o gmp.info gmp.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./gmp.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/home/user/freshtomato-arm/release/src-rt-6.x.4708/router/gmp/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <https://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <https://www.gnu.org/software/make/>
make[7]: *** [Makefile:429: gmp.info] Error 127
make[7]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708/router/gmp/doc'
make[6]: *** [Makefile:957: all-recursive] Error 1
make[6]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708/router/gmp'
make[5]: *** [Makefile:776: all] Error 2
make[5]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708/router/gmp'
make[4]: *** [Makefile:958: gmp] Error 2
make[4]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708/router'
make[3]: *** [Makefile:128: all] Error 2
make[3]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708'
make[2]: *** [Makefile:983: bin] Error 2
make[2]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708'
make[1]: *** [Makefile:989: e] Error 2
make[1]: Leaving directory '/home/user/freshtomato-arm/release/src-rt-6.x.4708'
make: *** [Makefile:1016: r7000e] Error 2

Solution:

apt install texinfo

Comments (3)

  1. pedro

    [quote]Followed build instruction provided in readme.[/quote]
    Really?
    Does it say: "Kali Linux 2019.1" ?!?
    @kille72, please close it.

  2. Log in to comment