Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. root@null:~/Mirai-Source-Code-master# cd mirai/
  2. root@null:~/Mirai-Source-Code-master/mirai# ./build.sh debug telnet
  3. ./build.sh: line 52: mips-gcc: command not found
  4. ./build.sh: line 53: armv4l-gcc: command not found
  5. ./build.sh: line 54: armv6l-gcc: command not found
  6. ./build.sh: line 55: sh4-gcc: command not found
  7. cnc/database.go:8:5: import "github.com/go-sql-driver/mysql": cannot find package
  8. cnc/attack.go:10:5: import "github.com/mattn/go-shellwords": cannot find package
  9. root@null:~/Mirai-Source-Code-master/mirai# ./build.sh release telnet
  10. rm: cannot remove `release/mirai.*': No such file or directory
  11. rm: cannot remove `release/miraint.*': No such file or directory
  12. cnc/database.go:8:5: import "github.com/go-sql-driver/mysql": cannot find package
  13. cnc/attack.go:10:5: import "github.com/mattn/go-shellwords": cannot find package
  14. ./build.sh: line 6: i586-gcc: command not found
  15. ./build.sh: line 7: i586-strip: command not found
  16. ./build.sh: line 6: mips-gcc: command not found
  17. ./build.sh: line 7: mips-strip: command not found
  18. ./build.sh: line 6: mipsel-gcc: command not found
  19. ./build.sh: line 7: mipsel-strip: command not found
  20. ./build.sh: line 6: armv4l-gcc: command not found
  21. ./build.sh: line 7: armv4l-strip: command not found
  22. ./build.sh: line 6: armv5l-gcc: command not found
  23. ./build.sh: line 7: armv5l-strip: command not found
  24. ./build.sh: line 6: armv6l-gcc: command not found
  25. ./build.sh: line 7: armv6l-strip: command not found
  26. ./build.sh: line 6: powerpc-gcc: command not found
  27. ./build.sh: line 7: powerpc-strip: command not found
  28. ./build.sh: line 6: sparc-gcc: command not found
  29. ./build.sh: line 7: sparc-strip: command not found
  30. ./build.sh: line 6: m68k-gcc: command not found
  31. ./build.sh: line 7: m68k-strip: command not found
  32. ./build.sh: line 6: sh4-gcc: command not found
  33. ./build.sh: line 7: sh4-strip: command not found
  34. ./build.sh: line 6: i586-gcc: command not found
  35. ./build.sh: line 7: i586-strip: command not found
  36. ./build.sh: line 6: mips-gcc: command not found
  37. ./build.sh: line 7: mips-strip: command not found
  38. ./build.sh: line 6: mipsel-gcc: command not found
  39. ./build.sh: line 7: mipsel-strip: command not found
  40. ./build.sh: line 6: armv4l-gcc: command not found
  41. ./build.sh: line 7: armv4l-strip: command not found
  42. ./build.sh: line 6: armv5l-gcc: command not found
  43. ./build.sh: line 7: armv5l-strip: command not found
  44. ./build.sh: line 6: armv6l-gcc: command not found
  45. ./build.sh: line 7: armv6l-strip: command not found
  46. ./build.sh: line 6: powerpc-gcc: command not found
  47. ./build.sh: line 7: powerpc-strip: command not found
  48. ./build.sh: line 6: sparc-gcc: command not found
  49. ./build.sh: line 7: sparc-strip: command not found
  50. ./build.sh: line 6: m68k-gcc: command not found
  51. ./build.sh: line 7: m68k-strip: command not found
  52. ./build.sh: line 6: sh4-gcc: command not found
  53. ./build.sh: line 7: sh4-strip: command not found
  54. # command-line-arguments
  55. cannot create release/scanListen
  56. root@null:~/Mirai-Source-Code-master/mirai#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement