Skip to content

Instantly share code, notes, and snippets.

@docteurklein
Created September 11, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save docteurklein/96ec8b7f126f92069e5a399acc5741cb to your computer and use it in GitHub Desktop.
Save docteurklein/96ec8b7f126f92069e5a399acc5741cb to your computer and use it in GitHub Desktop.
root@a77d04db26a6:/go/src/github.com/docker/docker# GOOS=darwin hack/make.sh binary
Removing bundles/
---> Making bundle: binary (in bundles/binary)
Building: bundles/binary-daemon/dockerd-dev
GOOS="darwin" GOARCH="" GOARM=""
# github.com/docker/docker/vendor/github.com/moby/buildkit/snapshot
vendor/github.com/moby/buildkit/snapshot/localmounter_unix.go:17:38: undefined: syscall.MNT_DETACH
# github.com/docker/docker/vendor/github.com/docker/libnetwork/osl
vendor/github.com/docker/libnetwork/osl/sandbox.go:31:60: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:65:75: undefined: NeighOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:96:19: undefined: NeighOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:100:14: undefined: NeighOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:106:15: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:109:31: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:112:22: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:115:26: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:118:35: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:123:17: undefined: IfaceOption
vendor/github.com/docker/libnetwork/osl/sandbox.go:123:17: too many errors
# github.com/docker/docker/daemon/config
daemon/config/config.go:209:2: undefined: BridgeConfig
# github.com/docker/docker/vendor/github.com/docker/libnetwork/iptables
vendor/github.com/docker/libnetwork/iptables/conntrack.go:19:35: undefined: syscall.NETLINK_NETFILTER
vendor/github.com/docker/libnetwork/iptables/conntrack.go:57:8: filter.AddIP undefined (type *netlink.ConntrackFilter has no field or method AddIP)
vendor/github.com/docker/libnetwork/iptables/conntrack.go:57:15: undefined: netlink.ConntrackNatAnyIP
vendor/github.com/docker/libnetwork/iptables/conntrack.go:58:35: undefined: netlink.ConntrackTable
# github.com/docker/docker/vendor/github.com/containerd/containerd/contrib/seccomp
vendor/github.com/containerd/containerd/contrib/seccomp/seccomp_darwin.go:53:21: undefined: DefaultProfile
# github.com/docker/docker/vendor/github.com/opencontainers/runc/libcontainer/configs
vendor/github.com/opencontainers/runc/libcontainer/configs/config.go:128:11: undefined: Cgroup
# github.com/docker/docker/libcontainerd/types
libcontainerd/types/types.go:63:51: undefined: Stats
libcontainerd/types/types.go:65:54: undefined: Summary
libcontainerd/types/types.go:70:70: undefined: Resources
# github.com/docker/docker/libcontainerd/supervisor
libcontainerd/supervisor/remote_daemon.go:84:3: r.setDefaults undefined (type *remote has no field or method setDefaults)
libcontainerd/supervisor/remote_daemon.go:199:20: undefined: containerdSysProcAttr
libcontainerd/supervisor/remote_daemon.go:246:5: r.stopDaemon undefined (type *remote has no field or method stopDaemon)
libcontainerd/supervisor/remote_daemon.go:252:4: r.platformCleanup undefined (type *remote has no field or method platformCleanup)
libcontainerd/supervisor/remote_daemon.go:333:5: r.killDaemon undefined (type *remote has no field or method killDaemon)
# github.com/docker/docker/plugin
plugin/manager.go:47:12: pm.restore undefined (type *Manager has no field or method restore)
plugin/manager.go:160:5: pm.enable undefined (type *Manager has no field or method enable, but does have Enable)
plugin/manager.go:256:17: pm.enable undefined (type *Manager has no field or method enable, but does have Enable)
# github.com/docker/docker/builder/dockerfile
builder/dockerfile/internals.go:193:19: undefined: parseChownFlag
# github.com/docker/docker/daemon/stats
daemon/stats/collector_unix.go:69:13: undefined: unix.CPUSet
daemon/stats/collector_unix.go:70:9: undefined: unix.SchedGetaffinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment