Advertisement
yacuken

toybox error output

Mar 7th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. (P2) (40128c4...) $ toybox > make menuconfig
  2. cc -o kconfig/mconf kconfig/mconf.c kconfig/zconf.tab.c \
  3. kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \
  4. -DKBUILD_NO_NLS=1 -DPROJECT_NAME=\"ToyBox\"
  5. scripts/genconfig.sh
  6. kconfig/mconf Config.in
  7. .config:73:warning: trying to assign nonexistent symbol TTOP
  8. #
  9. # configuration written to .config
  10. #
  11.  
  12.  
  13. *** End of ToyBox configuration.
  14. *** Execute 'make' to build, or try 'make help'.
  15.  
  16.  
  17. #### make completed successfully (11 seconds) ####
  18.  
  19. (P2) (40128c4...) $ toybox > make clean
  20. rm -f kconfig/zconf.hash.c kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/conf kconfig/mconf
  21. rm -rf toybox toybox_unstripped generated change .singleconfig*
  22.  
  23. #### make completed successfully ####
  24.  
  25. (P2) (40128c4...) $ toybox > make
  26. scripts/genconfig.sh
  27. scripts/make.sh
  28. Generate headers from toys/*/*.c...
  29. generated/newtoys.h Library probe........
  30. Make generated/config.h from .config.
  31. generated/flags.h generated/globals.h scripts/mktags.c: In function 'main':
  32. scripts/mktags.c:18:19: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
  33. while (len && isspace(line[len-1])) line[--len]=0;
  34. ^
  35. scripts/mktags.c:26:12: warning: implicit declaration of function 'isalpha' [-Wimplicit-function-declaration]
  36. if (!isalpha(*line)) {
  37. ^
  38. scripts/mktags.c:47:30: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
  39. if (!isalpha(*s) && !isdigit(*s)) *s = '_';
  40. ^
  41. generated/tags.h generated/help.h
  42. Compile toybox......In file included from ./toys.h:73:0,
  43. from lib/args.c:12:
  44. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  45. compilation terminated.
  46. In file included from ./toys.h:73:0,
  47. from lib/getmountlist.c:6:
  48. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  49. compilation terminated.
  50. In file included from ./toys.h:73:0,
  51. from lib/help.c:3:
  52. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  53. compilation terminated.
  54. .In file included from ./toys.h:73:0,
  55. from lib/dirtree.c:6:
  56. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  57. compilation terminated.
  58. In file included from ./toys.h:73:0,
  59. from lib/lib.c:6:
  60. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  61. compilation terminated.
  62. In file included from ./toys.h:73:0,
  63. from lib/interestingtimes.c:6:
  64. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  65. compilation terminated.
  66. In file included from ./toys.h:73:0,
  67. from lib/linestack.c:1:
  68. ./lib/lsm.h:9:29: fatal error: selinux/selinux.h: No such file or directory
  69. compilation terminated.
  70. Makefile:19: ошибка выполнения рецепта для цели «toybox»
  71. make: *** [toybox] Ошибка 1
  72.  
  73. #### make failed to build some targets (4 seconds) ####
  74.  
  75. (P2) (40128c4...) $ toybox >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement