Guest User

Untitled

a guest
May 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. root@ph-macintosh-linux:~/newlib-build# make
  2. make[1]: Entrando no diretório `/home/ph/newlib-build'
  3. make[2]: Entrando no diretório `/home/ph/newlib-build/etc'
  4. for f in standards.info configure.info; do \
  5. if test -f ../../newlib-1.14.0/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
  6. if make "MAKEINFO=/usr/bin/makeinfo --split-size=5000000 --split-size=5000000" $f; then \
  7. true; \
  8. else \
  9. exit 1; \
  10. fi; \
  11. fi; \
  12. done
  13. make[3]: Entrando no diretório `/home/ph/newlib-build/etc'
  14. /usr/bin/makeinfo --split-size=5000000 --split-size=5000000 --no-split -I../../newlib-1.14.0/etc -o standards.info ../../newlib-1.14.0/etc/standards.texi
  15. make[3]: /usr/bin/makeinfo: Comando não encontrado
  16. make[3]: ** [standards.info] Erro 127
  17. make[3]: Saindo do diretório `/home/ph/newlib-build/etc'
  18. make[2]: ** [info] Erro 1
  19. make[2]: Saindo do diretório `/home/ph/newlib-build/etc'
  20. make[1]: ** [all-etc] Erro 2
  21. make[1]: Saindo do diretório `/home/ph/newlib-build'
  22. make: ** [all] Erro 2
  23. root@ph-macintosh-linux:~/newlib-build# nano Makefile
  24. root@ph-macintosh-linux:~/newlib-build# make
  25. make[1]: Entrando no diretório `/home/ph/newlib-build'
  26. make[2]: Entrando no diretório `/home/ph/newlib-build/etc'
  27. for f in standards.info configure.info; do \
  28. if test -f ../../newlib-1.14.0/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
  29. if make "MAKEINFO=/usr/bin/makeinfo --split-size=5000000 --split-size=5000000" $f; then \
  30. true; \
  31. else \
  32. exit 1; \
  33. fi; \
  34. fi; \
  35. done
  36. make[3]: Entrando no diretório `/home/ph/newlib-build/etc'
  37. /usr/bin/makeinfo --split-size=5000000 --split-size=5000000 --no-split -I../../newlib-1.14.0/etc -o standards.info ../../newlib-1.14.0/etc/standards.texi
  38. make[3]: /usr/bin/makeinfo: Comando não encontrado
  39. make[3]: ** [standards.info] Erro 127
  40. make[3]: Saindo do diretório `/home/ph/newlib-build/etc'
  41. make[2]: ** [info] Erro 1
  42. make[2]: Saindo do diretório `/home/ph/newlib-build/etc'
  43. make[1]: ** [all-etc] Erro 2
  44. make[1]: Saindo do diretório `/home/ph/newlib-build'
  45. make: ** [all] Erro 2
  46. root@ph-macintosh-linux:~/newlib-build#
Add Comment
Please, Sign In to add comment