Advertisement
Guest User

Untitled

a guest
Sep 6th, 2011
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. >>> cd /Users/aram/plan9/src/cmd/dict; mk install
  2. 9l -o o.dict dict.o oed.o ahd.o pcollins.o pcollinsg.o movie.o slang.o robert.o world.o jis208.o gb2312.o thesaurus.o simple.o pgw.o roget.o utils.o
  3. ld: in /Users/aram/plan9/lib/libregexp9.a(!<arch>
  4. #1/20), corrupt archive, member contents extends past end of file for architecture x86_64
  5. collect2: ld returned 1 exit status
  6. mk: 9l -o o.dict ... : exit status=exit(1)
  7. >>> cd /Users/aram/plan9/src/cmd/fontsrv; mk install
  8. 9l -o o.fontsrv main.o osx.o
  9. ld: in /Users/aram/plan9/lib/lib9p.a(!<arch>
  10. #1/20), archive member '!<arch>
  11. #1/20' with length 100644 is not mach-o or llvm bitcode for architecture x86_64
  12. collect2: ld returned 1 exit status
  13. mk: 9l -o o.fontsrv ... : exit status=exit(1)
  14. >>> cd /Users/aram/plan9/src/cmd/htmlfmt; mk install
  15. 9l -o o.htmlfmt main.o html.o util.o
  16. Undefined symbols for architecture x86_64:
  17. "_regcomp9", referenced from:
  18. _baseurl in html.o
  19. "_regexec9", referenced from:
  20. _baseurl in html.o
  21. ld: symbol(s) not found for architecture x86_64
  22. collect2: ld returned 1 exit status
  23. mk: 9l -o o.htmlfmt ... : exit status=exit(1)
  24. >>> cd /Users/aram/plan9/src/cmd/ndb; mk install
  25. 9l -o o.dns convDNS2M.o convM2DNS.o dblookup.o dnarea.o dn.o dnresolve.o dnserver.o dntcpserver.o runproc.o dnnotify.o dnudpserver.o dns.o /Users/aram/plan9/lib/libndb.a
  26. ld: in /Users/aram/plan9/lib/libip.a(!<arch>
  27. #1/20), corrupt archive, member contents extends past end of file for architecture x86_64
  28. collect2: ld returned 1 exit status
  29. mk: 9l -o o.dns ... : exit status=exit(1)
  30. mk: for i in ... : exit status=exit(1)
  31. >>> cd /Users/aram/plan9/src/cmd/postscript/tr2post; mk install
  32. 9l -o o.tr2post tr2post.o chartab.o Bgetfield.o conv.o utils.o devcntl.o draw.o readDESC.o ps_include.o pictures.o common.o ../common/libcom.a
  33. ld: duplicate symbol _error in ../common/libcom.a(misc.o) and common.o for architecture x86_64
  34. collect2: ld returned 1 exit status
  35. mk: 9l -o o.tr2post ... : exit status=exit(1)
  36. >>> cd /Users/aram/plan9/src/cmd/postscript/download; mk install
  37. 9l -o o.psdownload download.o ../common/libcom.a
  38. ld: in ../common/libcom.a(!<arch>
  39. #1/20), corrupt archive, member contents extends past end of file for architecture x86_64
  40. collect2: ld returned 1 exit status
  41. mk: 9l -o o.psdownload ... : exit status=exit(1)
  42. mk: for i in ... : exit status=exit(1)
  43. >>> cd /Users/aram/plan9/src/cmd/vac; mk install
  44. 9l -o o.vac vac.o error.o file.o pack.o glob.o /Users/aram/plan9/lib/libventi.a
  45. Undefined symbols for architecture x86_64:
  46. "_regcomp9", referenced from:
  47. _glob2regexp in glob.o
  48. "_regexec9", referenced from:
  49. _includefile in glob.o
  50. ld: symbol(s) not found for architecture x86_64
  51. collect2: ld returned 1 exit status
  52. mk: 9l -o o.vac ... : exit status=exit(1)
  53. mk: for i in ... : exit status=exit(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement