Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. ➜ docker git:(dockerd-darwin) ✗ gnumake -f Makefile.darwin
  2. if [ ! -d "/Users/aniketh/go/src/github.com/containerd/containerd" ]; then \
  3. git clone https://github.com/ukontainer/containerd.git "/Users/aniketh/go/src/github.com/containerd/containerd" && \
  4. cd "/Users/aniketh/go/src/github.com/containerd/containerd" && \
  5. git checkout runu-darwin-master-190607; \
  6. fi;
  7. cd "/Users/aniketh/go/src/github.com/containerd/containerd" && \
  8. /Library/Developer/CommandLineTools/usr/bin/gnumake && \
  9. cp bin/containerd /Users/aniketh/go/src/github.com/docker/docker/bundles/bin/docker-containerd && \
  10. cp bin/containerd-shim /Users/aniketh/go/src/github.com/docker/docker/bundles/bin/docker-containerd-shim && \
  11. cp bin/containerd-shim-v1-darwin /Users/aniketh/go/src/github.com/docker/docker/bundles/bin/docker-containerd-shim-v1-darwin && \
  12. cp bin/ctr /Users/aniketh/go/src/github.com/docker/docker/bundles/bin/docker-containerd-ctr
  13. 🇩 bin/ctr
  14. 🇩 bin/containerd
  15. 🇩 bin/containerd-stress
  16. 🇩 bin/containerd-shim
  17. 🇩 bin/containerd-shim-v1-darwin
  18. 🇩 binaries
  19. ./hack/make.sh binary
  20. # WARNING! I don't seem to be running in a Docker container.
  21. # The result of this command might be an incorrect build, and will not be
  22. # officially supported.
  23. #
  24. # Try this instead: make all
  25. #
  26.  
  27. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. # GITCOMMIT = 4f0c240fc0-unsupported
  29. # The version you are building is listed as unsupported because
  30. # there are some files in the git repository that are in an uncommitted state.
  31. # Commit these changes, or add to .gitignore to remove the -unsupported from the version.
  32. # Here is the current list:
  33. M Makefile.darwin
  34. M hack/make.sh
  35. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36. ./hack/make.sh: line 132: pkg-config: command not found
  37. Removing bundles/
  38.  
  39. ---> Making bundle: binary (in bundles/binary)
  40. Building: bundles/binary-daemon/dockerd-dev
  41. GOOS="darwin" GOARCH="amd64" GOARM=""
  42. # github.com/docker/docker/cmd/dockerd
  43. /usr/local/Cellar/go/1.12.1/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1
  44. ld: library not found for -lcrt0.o
  45. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  46.  
  47. gnumake: *** [binary] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement