Created
January 14, 2015 22:41
-
-
Save icecrime/29e3e3de2c770a6a2a70 to your computer and use it in GitHub Desktop.
Build errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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