Skip to content

Instantly share code, notes, and snippets.

@icecrime
Created January 14, 2015 22:41
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 icecrime/29e3e3de2c770a6a2a70 to your computer and use it in GitHub Desktop.
Save icecrime/29e3e3de2c770a6a2a70 to your computer and use it in GitHub Desktop.
Build errors
$ project/make.sh binary
# WARNING! I don't seem to be running in the Docker container.
# The result of this command might be an incorrect build, and will not be
# officially supported.
#
# Try this instead: make all
#
bundles/1.4.1-dev already exists. Removing.
---> Making bundle: binary (in bundles/1.4.1-dev/binary)
# github.com/docker/docker/utils
utils\utils_daemon.go:26: undefined: syscall.Stat_t
# github.com/docker/docker/pkg/chrootarchive
pkg\chrootarchive\archive.go:22: undefined: syscall.Chroot
pkg\chrootarchive\diff.go:32: undefined: syscall.Umask
pkg\chrootarchive\diff.go:33: undefined: syscall.Umask
# github.com/docker/libcontainer/devices
..\libcontainer\devices\devices.go:73: undefined: syscall.Stat_t
# github.com/docker/libcontainer/system
exec: "gcc": executable file not found in %PATH%
# github.com/kr/pty
vendor\src\github.com\kr\pty\ioctl.go:6: undefined: syscall.SYS_IOCTL
vendor\src\github.com\kr\pty\ioctl.go:6: not enough arguments in call to syscall.Syscall
vendor\src\github.com\kr\pty\run.go:21: unknown syscall.SysProcAttr field 'Setctty' in struct literal
vendor\src\github.com\kr\pty\run.go:21: unknown syscall.SysProcAttr field 'Setsid' in struct literal
vendor\src\github.com\kr\pty\util.go:26: undefined: syscall.SYS_IOCTL
vendor\src\github.com\kr\pty\util.go:28: undefined: syscall.TIOCGWINSZ
vendor\src\github.com\kr\pty\util.go:30: not enough arguments in call to syscall.Syscall
go build github.com/docker/docker/daemon/graphdriver/overlay: no buildable Go source files in E:\src\github.com\docker\docker\daemon\graphdriver\overlay
# github.com/docker/docker/daemon/networkdriver/portmapper
daemon\networkdriver\portmapper\proxy.go:85: undefined: syscall.SIGSTOP
daemon\networkdriver\portmapper\proxy.go:109: unknown syscall.SysProcAttr field 'Pdeathsig' in struct literal
# code.google.com/p/gosqlite/sqlite3
exec: "gcc": executable file not found in %PATH%
# github.com/coreos/go-systemd/activation
vendor\src\github.com\coreos\go-systemd\activation\files.go:51: cannot use fd (type int) as type syscall.Handle in argument to syscall.CloseOnExec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment