Created
September 22, 2016 13:13
-
-
Save dan-lind/b07db0453d8e7522031dd87c617d1ce1 to your computer and use it in GitHub Desktop.
go on Mac OS X 10.12 - Homebrew build logs
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
Homebrew build logs for go on Mac OS X 10.12 | |
Build date: 2016-09-22 15:12:35 |
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
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 356018501b83364ac4f41aad26ca795c3b2fb8cb | |
Last commit: 10 weeks ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: e3b4bb03f7d9c4915687a12478e73d21b2389bf7 | |
Core tap last commit: 10 weeks ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit ivybridge | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 5666 | |
Clang: 8.0 build 800 | |
Git: 1.8.4.2 => /usr/local/git/bin/git | |
Perl: /Users/danlin/perl5/perlbrew/perls/perl-5.20.2/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_25, 1.7.0_71, 1.7.0_45 | |
OS X: 10.12-x86_64 | |
Xcode: 8.0 | |
CLT: N/A | |
X11: 2.7.5 => /opt/X11 |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Setting DYLD_* vars can break dynamic linking. | |
Set variables: | |
DYLD_LIBRARY_PATH: /Users/danlin/Oracle/instantclient_11_2 | |
Warning: /usr/local is not writable. | |
You should change the ownership and permissions of /usr/local | |
back to your user account. | |
sudo chown -R $(whoami) /usr/local | |
Warning: /usr/local is not writable. | |
Even if this directory was writable when you installed Homebrew, other | |
software may change permissions on this directory. For example, upgrading | |
to OS X El Capitan has been known to do this. Some versions of the | |
"InstantOn" component of Airfoil or running Cocktail cleanup/optimizations | |
are known to do this as well. | |
You should change the ownership and permissions of /usr/local back to | |
your user account. | |
sudo chown -R $(whoami) /usr/local | |
Warning: You have external commands with conflicting names. | |
Found command `brew-cask` in following places: | |
/usr/local/bin/brew-cask | |
/usr/local/Library/Taps/caskroom/homebrew-cask/cmd/brew-cask.rb | |
Warning: Your XQuartz (2.7.5) is outdated | |
Please install XQuartz 2.7.9: | |
https://xquartz.macosforge.org | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
nmap | |
Warning: You are using OS X 10.12. | |
We do not provide support for this pre-release version. | |
You may encounter build failures or other breakages. | |
Please create pull-requests instead of filing issues. | |
Warning: You have a curlrc file | |
If you have trouble downloading packages with Homebrew, then maybe this | |
is the problem? If the following command doesn't work, then try removing | |
your curlrc: | |
curl https://github.com | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install fltk hicolor-icon-theme metis | |
Run `brew missing` for more details. | |
Warning: Your Homebrew is outdated. | |
You haven't updated for at least 24 hours. This is a long time in brewland! | |
To update Homebrew, run `brew update`. |
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
2016-09-22 15:12:34 +0200 | |
./make.bash | |
--no-clean | |
# Building C bootstrap tool. | |
cmd/dist | |
# Building compilers and Go bootstrap tool for host, darwin/amd64. | |
lib9 | |
libbio | |
liblink | |
cmd/cc | |
cmd/gc | |
cmd/6l | |
cmd/6a | |
cmd/6c | |
cmd/6g | |
runtime | |
errors | |
sync/atomic | |
sync | |
io | |
unicode | |
unicode/utf8 | |
unicode/utf16 | |
bytes | |
math | |
strings | |
strconv | |
bufio | |
sort | |
container/heap | |
encoding/base64 | |
syscall | |
time | |
os | |
reflect | |
fmt | |
encoding | |
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 | |
cmd/go | |
failed MSpanList_Insert 0x4617f8 0x1aca307a786 0x0 | |
fatal error: MSpanList_Insert | |
runtime stack: | |
runtime.MSpanList_Insert(0x40b038, 0x4617f8) | |
/usr/local/go/src/runtime/mheap.c:692 +0x8f | |
runtime.MHeap_Alloc(0x40af60, 0x1, 0x1000000002b, 0x77549) | |
/usr/local/go/src/runtime/mheap.c:240 +0x66 | |
runtime.MCentral_CacheSpan(0x4148f8, 0x24f0e0) | |
/usr/local/go/src/runtime/mcentral.c:85 +0x167 | |
runtime.MCache_Refill(0x45c000, 0x2b, 0xc208012000) | |
/usr/local/go/src/runtime/mcache.c:90 +0xa0 | |
goroutine 1 [running]: | |
runtime.switchtoM() | |
/usr/local/go/src/runtime/asm_amd64.s:198 fp=0xc20802c6c8 sp=0xc20802c6c0 | |
runtime.mallocgc(0x1000, 0x1fc2a0, 0x1, 0xc2080bac30) | |
/usr/local/go/src/runtime/malloc.go:178 +0x849 fp=0xc20802c778 sp=0xc20802c6c8 | |
runtime.newarray(0x1fc2a0, 0x1000, 0x45c000) | |
/usr/local/go/src/runtime/malloc.go:365 +0xc1 fp=0xc20802c7b0 sp=0xc20802c778 | |
runtime.makeslice(0x1f2780, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/go/src/runtime/slice.go:32 +0x15c fp=0xc20802c7f8 sp=0xc20802c7b0 | |
bufio.NewReaderSize(0x46e2c8, 0xc208036240, 0x1000, 0x293f30) | |
/usr/local/go/src/bufio/bufio.go:56 +0xcf fp=0xc20802c8c0 sp=0xc20802c7f8 | |
bufio.NewReader(0x46e2c8, 0xc208036240, 0x4d) | |
/usr/local/go/src/bufio/bufio.go:62 +0x3b fp=0xc20802c8e8 sp=0xc20802c8c0 | |
go/build.readImports(0x46e2c8, 0xc208036240, 0xc208036200, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/go/src/go/build/read.go:205 +0x68 fp=0xc20802c940 sp=0xc20802c8e8 | |
go/build.(*Context).matchFile(0x3fd340, 0xc2080bba90, 0x3f, 0xc2080350d0, 0xd, 0xc2080c5201, 0xc2080c4450, 0x0, 0x0, 0x0, ...) | |
/usr/local/go/src/go/build/build.go:958 +0x5be fp=0xc20802ca88 sp=0xc20802c940 | |
go/build.(*Context).Import(0x3fd340, 0x2a6890, 0x1, 0xc2080b63c0, 0x3f, 0x0, 0x3fd760, 0x0, 0x0) | |
/usr/local/go/src/go/build/build.go:624 +0x1d10 fp=0xc20802d378 sp=0xc20802ca88 | |
go/build.(*Context).ImportDir(0x3fd340, 0xc2080b63c0, 0x3f, 0x0, 0x32e3e0, 0x0, 0x0) | |
/usr/local/go/src/go/build/build.go:406 +0x6e fp=0xc20802d3c8 sp=0xc20802d378 | |
main.func·024(0xc2080b63c0, 0x3f, 0x46dc00, 0xc2080bb9f0, 0x0, 0x0, 0x0, 0x0) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/main.go:528 +0x357 fp=0xc20802d4d8 sp=0xc20802d3c8 | |
path/filepath.walk(0xc2080b63c0, 0x3f, 0x46dc00, 0xc2080bb9f0, 0xc20802d8c0, 0x0, 0x0) | |
/usr/local/go/src/path/filepath/path.go:347 +0x91 fp=0xc20802d610 sp=0xc20802d4d8 | |
path/filepath.walk(0xc208081b00, 0x3c, 0x46dc00, 0xc208035040, 0xc20802d8c0, 0x0, 0x0) | |
/usr/local/go/src/path/filepath/path.go:372 +0x51d fp=0xc20802d748 sp=0xc20802d610 | |
path/filepath.Walk(0xc208081b00, 0x3c, 0xc20802d8c0, 0x0, 0x0) | |
/usr/local/go/src/path/filepath/path.go:394 +0xf2 fp=0xc20802d7b0 sp=0xc20802d748 | |
main.matchPackages(0x7fff5fbfea28, 0x3, 0x0, 0x0, 0x0) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/main.go:537 +0x30d fp=0xc20802d930 sp=0xc20802d7b0 | |
main.allPackages(0x7fff5fbfea28, 0x3, 0x0, 0x0, 0x0) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/main.go:481 +0x64 fp=0xc20802da00 sp=0xc20802d930 | |
main.importPathsNoDotExpansion(0xc20800a030, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/main.go:312 +0x302 fp=0xc20802db08 sp=0xc20802da00 | |
main.importPaths(0xc20800a030, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/main.go:322 +0x71 fp=0xc20802dc00 sp=0xc20802db08 | |
main.packagesAndErrors(0xc20800a030, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/pkg.go:899 +0x1fd fp=0xc20802dd18 sp=0xc20802dc00 | |
main.runClean(0x3f9ae0, 0xc20800a030, 0x1, 0x1) | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/clean.go:78 +0x45 fp=0xc20802dd98 sp=0xc20802dd18 | |
main.main() | |
/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap/src/cmd/go/main.go:163 +0x608 fp=0xc20802df98 sp=0xc20802dd98 | |
runtime.main() | |
/usr/local/go/src/runtime/proc.go:63 +0xf3 fp=0xc20802dfe0 sp=0xc20802df98 | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1 fp=0xc20802dfe8 sp=0xc20802dfe0 | |
goroutine 5 [syscall]: | |
os/signal.loop() | |
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f | |
created by os/signal.init·1 | |
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35 | |
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 356018501b83364ac4f41aad26ca795c3b2fb8cb | |
Last commit: 10 weeks ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: e3b4bb03f7d9c4915687a12478e73d21b2389bf7 | |
Core tap last commit: 10 weeks ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit ivybridge | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 5666 | |
Clang: 8.0 build 800 | |
Git: 2.8.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_25, 1.7.0_71, 1.7.0_45 | |
OS X: 10.12-x86_64 | |
Xcode: 8.0 | |
CLT: N/A | |
X11: 2.7.5 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.12 | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.12 | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/Homebrew/shims/super:/usr/bin:/bin:/usr/sbin:/sbin |
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
ld called with: --version | |
superenv added: -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
superenv executed: ld -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names --version -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
clang called with: -mmacosx-version-min=10.6 -O2 -Wall -Werror -o cmd/dist/dist -Icmd/dist -DGOROOT_FINAL="/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap" cmd/dist/arm.c cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c cmd/dist/buildgo.c cmd/dist/buildruntime.c cmd/dist/main.c cmd/dist/plan9.c cmd/dist/unix.c cmd/dist/windows.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -mmacosx-version-min=10.6 -O2 -Wall -Werror -o cmd/dist/dist -Icmd/dist -DGOROOT_FINAL="/private/tmp/go-20160922-2274-f2xivw/go/gobootstrap" cmd/dist/arm.c cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c cmd/dist/buildgo.c cmd/dist/buildruntime.c cmd/dist/main.c cmd/dist/plan9.c cmd/dist/unix.c cmd/dist/windows.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment