Created
July 12, 2015 15:24
-
-
Save tucnak/77c6d21d299f3c73ee7e to your computer and use it in GitHub Desktop.
Unable to build Go1.5beta1 from Git on OSX 10.10.4
This file contains hidden or 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
[tucnak@atlantis:src]$ go version | |
go version go1.4.2 darwin/amd64 | |
[tucnak@atlantis:src]$ go env | |
GOARCH="amd64" | |
GOBIN="" | |
GOCHAR="6" | |
GOEXE="" | |
GOHOSTARCH="amd64" | |
GOHOSTOS="darwin" | |
GOOS="darwin" | |
GOPATH="/Users/tucnak/Development/gopher" | |
GORACE="" | |
GOROOT="/usr/local/Cellar/go/1.4.2/libexec" | |
GOTOOLDIR="/usr/local/Cellar/go/1.4.2/libexec/pkg/tool/darwin_amd64" | |
CC="ccache" | |
GOGCCFLAGS="clang -fPIC -m64 -pthread -fmessage-length=0 -fno-common" | |
CXX="ccache" | |
CGO_ENABLED="1" | |
[tucnak@atlantis:src]$ time ./all.bash | |
##### Building Go bootstrap tool. | |
cmd/dist | |
##### Building Go toolchain using /usr/local/Cellar/go/1.4.2/libexec. | |
bootstrap/internal/obj | |
bootstrap/asm/internal/flags | |
bootstrap/compile/internal/big | |
bootstrap/internal/gcprog | |
bootstrap/internal/obj/arm | |
bootstrap/internal/obj/arm64 | |
bootstrap/internal/obj/ppc64 | |
bootstrap/internal/obj/x86 | |
bootstrap/asm/internal/lex | |
bootstrap/compile/internal/gc | |
bootstrap/internal/asm | |
bootstrap/link/internal/ld | |
bootstrap/old5a | |
bootstrap/asm/internal/arch | |
bootstrap/asm/internal/asm | |
bootstrap/asm | |
bootstrap/old6a | |
bootstrap/old8a | |
bootstrap/old9a | |
bootstrap/link/internal/amd64 | |
bootstrap/link/internal/arm | |
bootstrap/link/internal/arm64 | |
bootstrap/link/internal/ppc64 | |
bootstrap/link/internal/x86 | |
bootstrap/link | |
bootstrap/compile/internal/amd64 | |
bootstrap/compile/internal/arm | |
bootstrap/compile/internal/arm64 | |
bootstrap/compile/internal/ppc64 | |
bootstrap/compile/internal/x86 | |
bootstrap/compile | |
##### Building compilers and go_bootstrap for host, darwin/amd64. | |
runtime | |
errors | |
sync/atomic | |
sync | |
internal/singleflight | |
io | |
unicode | |
unicode/utf8 | |
unicode/utf16 | |
bytes | |
math | |
strings | |
strconv | |
bufio | |
sort | |
container/heap | |
encoding/base64 | |
syscall | |
internal/syscall/windows/registry | |
time | |
internal/syscall/windows | |
os | |
reflect | |
fmt | |
encoding | |
encoding/binary | |
encoding/json | |
flag | |
path/filepath | |
path | |
io/ioutil | |
log | |
regexp/syntax | |
regexp | |
go/token | |
go/scanner | |
go/ast | |
go/parser | |
os/exec | |
os/signal | |
net/url | |
text/template/parse | |
text/template | |
go/doc | |
go/build | |
hash | |
crypto | |
crypto/sha1 | |
debug/dwarf | |
debug/elf | |
cmd/go | |
##### Building packages and commands for darwin/amd64. | |
runtime | |
errors | |
sync/atomic | |
unicode | |
unicode/utf8 | |
math | |
sort | |
sync | |
container/heap | |
io | |
syscall | |
hash | |
hash/crc32 | |
hash/adler32 | |
container/list | |
container/ring | |
crypto/subtle | |
crypto/cipher | |
bytes | |
strings | |
bufio | |
text/tabwriter | |
path | |
compress/bzip2 | |
crypto/hmac | |
time | |
internal/singleflight | |
strconv | |
math/rand | |
encoding | |
unicode/utf16 | |
hash/crc64 | |
hash/fnv | |
html | |
image/color | |
image/color/palette | |
math/cmplx | |
reflect | |
regexp/syntax | |
crypto | |
crypto/aes | |
os | |
crypto/sha512 | |
crypto/md5 | |
crypto/rc4 | |
crypto/sha1 | |
crypto/sha256 | |
regexp | |
encoding/base64 | |
path/filepath | |
encoding/pem | |
encoding/ascii85 | |
io/ioutil | |
os/exec | |
encoding/base32 | |
encoding/binary | |
fmt | |
image | |
os/signal | |
crypto/des | |
index/suffixarray | |
runtime/race | |
cmd/pprof/internal/svg | |
cmd/vet/whitelist | |
image/internal/imageutil | |
image/draw | |
image/jpeg | |
flag | |
log | |
cmd/internal/rsc.io/arm/armasm | |
cmd/internal/rsc.io/x86/x86asm | |
cmd/internal/obj | |
debug/dwarf | |
debug/gosym | |
debug/elf | |
cmd/internal/goobj | |
debug/macho | |
debug/pe | |
debug/plan9obj | |
archive/tar | |
compress/flate | |
compress/lzw | |
math/big | |
cmd/internal/objfile | |
archive/zip | |
compress/gzip | |
compress/zlib | |
encoding/hex | |
go/token | |
cmd/addr2line | |
go/scanner | |
go/ast | |
database/sql/driver | |
database/sql | |
crypto/dsa | |
crypto/elliptic | |
encoding/asn1 | |
crypto/rand | |
go/parser | |
crypto/rsa | |
crypto/ecdsa | |
crypto/x509/pkix | |
go/printer | |
encoding/csv | |
encoding/gob | |
encoding/json | |
encoding/xml | |
cmd/cgo | |
mime | |
mime/quotedprintable | |
net/http/internal | |
net/url | |
text/template/parse | |
go/constant | |
internal/format | |
go/format | |
go/types | |
text/scanner | |
image/gif | |
text/template | |
image/png | |
runtime/pprof | |
go/doc | |
html/template | |
go/build | |
testing | |
internal/trace | |
internal/testenv | |
net/internal/socktest | |
runtime/debug | |
testing/iotest | |
testing/quick | |
cmd/internal/obj/arm | |
cmd/internal/obj/arm64 | |
runtime/cgo | |
# runtime/cgo | |
ccache: invalid option -- E | |
Usage: | |
ccache [options] | |
ccache compiler [compiler options] | |
compiler [compiler options] (via symbolic link) | |
Options: | |
-c, --cleanup delete old files and recalculate size counters | |
(normally not needed as this is done automatically) | |
-C, --clear clear the cache completely (except configuration) | |
-F, --max-files=N set maximum number of files in cache to N (use 0 for | |
no limit) | |
-M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no | |
limit); available suffixes: k, M, G, T (decimal) and | |
Ki, Mi, Gi, Ti (binary); default suffix: G | |
-o, --set-config=K=V set configuration key K to value V | |
-p, --print-config print current configuration options | |
-s, --show-stats show statistics summary | |
-z, --zero-stats zero statistics counters | |
-h, --help print this help text | |
-V, --version print version and copyright information | |
See also <http://ccache.samba.org>. | |
cmd/internal/obj/ppc64 | |
go/internal/gccgoimporter | |
go/internal/gcimporter | |
cmd/api | |
go/importer | |
cmd/internal/obj/x86 | |
cmd/asm/internal/flags | |
cmd/asm/internal/lex | |
cmd/compile/internal/big | |
cmd/internal/gcprog | |
cmd/cover | |
cmd/asm/internal/arch | |
cmd/compile/internal/gc | |
cmd/asm/internal/asm | |
cmd/asm | |
cmd/dist | |
cmd/doc | |
cmd/fix | |
cmd/gofmt | |
cmd/internal/asm | |
cmd/link/internal/ld | |
cmd/newlink | |
cmd/nm | |
cmd/objdump | |
cmd/old5a | |
cmd/link/internal/amd64 | |
cmd/link/internal/arm | |
cmd/link/internal/arm64 | |
cmd/link/internal/ppc64 | |
cmd/link/internal/x86 | |
cmd/old6a | |
cmd/old8a | |
cmd/link | |
cmd/old9a | |
cmd/pack | |
cmd/pprof/internal/profile | |
cmd/pprof/internal/tempfile | |
cmd/pprof/internal/plugin | |
cmd/pprof/internal/symbolz | |
cmd/pprof/internal/report | |
cmd/pprof/internal/symbolizer | |
cmd/vet | |
cmd/yacc | |
cmd/compile/internal/amd64 | |
cmd/compile/internal/arm | |
cmd/compile/internal/arm64 | |
cmd/compile/internal/ppc64 | |
cmd/compile/internal/x86 | |
cmd/pprof/internal/commands | |
cmd/pprof/internal/driver | |
cmd/compile | |
real 0m59.359s | |
user 1m52.354s | |
sys 0m14.497s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment