Advertisement
Guest User

Make1075

a guest
Dec 15th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.85 KB | None | 0 0
  1. Eric-Daigles-Mac-mini:xnu-1699.22.73 Eric$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS="RELEASE" SHELL=/bin/zsh
  2. make[4]: *** /Users/Eric/Legacy/xnu-1699.22.73/libkern/kmod//: Is a directory.  Stop.
  3. make[3]: *** [build_all] Error 2
  4. make[2]: *** [build_all_kmod] Error 2
  5. make[2]: *** Waiting for unfinished jobs....
  6. make[7]: *** /Users/Eric/Legacy/xnu-1699.22.73/osfmk/device//: Is a directory.  Stop.
  7. make[6]: *** [build_all] Error 2
  8. make[5]: *** [build_all_device] Error 2
  9. make[5]: *** Waiting for unfinished jobs....
  10. make[6]: *** /Users/Eric/Legacy/xnu-1699.22.73/libsa//: Is a directory.  Stop.
  11. make[5]: *** [build_all] Error 2
  12. make[4]: *** [do_all] Error 2
  13. make[3]: *** [build_all] Error 2
  14. make[2]: *** [build_all_conf] Error 2
  15. make[1]: *** [build_all_libsa] Error 2
  16. make[1]: *** Waiting for unfinished jobs....
  17. make[7]: *** /Users/Eric/Legacy/xnu-1699.22.73/osfmk/default_pager//: Is a directory.  Stop.
  18. make[6]: *** [build_all] Error 2
  19. make[5]: *** [build_all_default_pager] Error 2
  20. make[4]: *** [do_all] Error 2
  21. make[3]: *** [build_all] Error 2
  22. make[2]: *** [build_all_conf] Error 2
  23. make[1]: *** [build_all_osfmk] Error 2
  24. make[6]: *** /Users/Eric/Legacy/xnu-1699.22.73/pexpert//: Is a directory.  Stop.
  25. make[5]: *** [build_all] Error 2
  26. make[4]: *** [do_all] Error 2
  27. make[3]: *** [build_all] Error 2
  28. make[2]: *** [build_all_conf] Error 2
  29. make[1]: *** [build_all_pexpert] Error 2
  30. make[6]: *** /Users/Eric/Legacy/xnu-1699.22.73/libkern//: Is a directory.  Stop.
  31. make[5]: *** [build_all] Error 2
  32. make[4]: *** [do_all] Error 2
  33. make[3]: *** [build_all] Error 2
  34. make[6]: *** /Users/Eric/Legacy/xnu-1699.22.73/security//: Is a directory.  Stop.
  35. make[5]: *** [build_all] Error 2
  36. make[2]: *** [build_all_conf] Error 2
  37. make[4]: *** [do_all] Error 2
  38. make[1]: *** [build_all_libkern] Error 2
  39. make[3]: *** [build_all] Error 2
  40. make[2]: *** [build_all_conf] Error 2
  41. make[1]: *** [build_all_security] Error 2
  42. CC tcp_newreno.o
  43. make[6]: *** /Users/Eric/Legacy/xnu-1699.22.73/iokit//: Is a directory.  Stop.
  44. make[5]: *** [build_all] Error 2
  45. make[4]: *** [do_all] Error 2
  46. make[3]: *** [build_all] Error 2
  47. make[2]: *** [build_all_conf] Error 2
  48. make[1]: *** [build_all_iokit] Error 2
  49. cc1: warnings being treated as errors
  50. /Users/Eric/Legacy/xnu-1699.22.73/bsd/netinet/ip_dummynet.c: In function ‘transmit_event’:
  51. /Users/Eric/Legacy/xnu-1699.22.73/bsd/netinet/ip_dummynet.c:720: warning: ‘pkt’ may be used uninitialized in this function
  52. make[6]: *** [ip_dummynet.o] Error 1
  53. make[6]: *** Waiting for unfinished jobs....
  54. CC tcp_ledbat.o
  55. CC ip_ecn.o
  56. CC tcp_timer.o
  57. CC in_gif.o
  58. CC tcp_usrreq.o
  59. CC udp_usrreq.o
  60. CC tcp_subr.o
  61. make[5]: *** [build_all] Error 2
  62. make[4]: *** [do_all] Error 2
  63. make[3]: *** [build_all] Error 2
  64. make[2]: *** [build_all_conf] Error 2
  65. make[1]: *** [build_all_bsd] Error 2
  66. make: *** [all] Error 2
  67. Eric-Daigles-Mac-mini:xnu-1699.22.73 Eric$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement