Created
January 25, 2017 04:58
-
-
Save joshgoebel/f468b380106d74e8c689de2cf329613c to your computer and use it in GitHub Desktop.
crystal-lang on macOS 10.12.2 - Homebrew build logs
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
Homebrew build logs for crystal-lang on macOS 10.12.2 | |
Build date: 2017-01-24 23:55:45 |
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
HOMEBREW_VERSION: 1.1.8-24-g35045b2 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 35045b2934d94eabe302693a05b12fb530827454 | |
Last commit: 17 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 32b9d6937ef4131706b24e9aac4127db746da3e5 | |
Core tap last commit: 10 hours ago | |
HOMEBREW_PREFIX: /Users/jgoebel/.brew | |
HOMEBREW_REPOSITORY: /Users/jgoebel/.brew | |
HOMEBREW_CELLAR: /Users/jgoebel/.brew/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 5666 | |
Clang: 8.0 build 800 | |
Git: 2.10.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /Users/jgoebel/.brew/bin/python => /Users/jgoebel/.brew/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/jgoebel/.rbenv/shims/ruby => /Users/jgoebel/.rbenv/versions/2.2.2/bin/ruby | |
Java: N/A | |
macOS: 10.12.2-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: N/A |
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
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: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/jgoebel/.rbenv/shims/passenger-config | |
/usr/local/CrossPack-AVR/bin/libusb-config | |
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: | |
llvm35-patched | |
mongodb | |
mysql-connector-c | |
v8 | |
Warning: Your Homebrew's prefix is not /usr/local. | |
You can install Homebrew anywhere you want but some bottles (binary packages) | |
can only be used with a /usr/local prefix and some formulae (packages) | |
may not build correctly with a non-/usr/local prefix. |
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
crystal-lang |
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
2017-01-24 23:55:44 -0500 | |
make | |
crystal | |
release=true | |
[33mUsing /Users/jgoebel/.brew/opt/llvm/bin/llvm-config [version=3.9.1][0m | |
clang++ -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc `/Users/jgoebel/.brew/opt/llvm/bin/llvm-config --cxxflags` | |
clang -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c | |
ar -rcs src/ext/libcrystal.a src/ext/sigfault.o | |
./bin/crystal build --release -o .build/crystal src/compiler/crystal.cr -D without_openssl -D without_zlib | |
dyld: Library not loaded: /usr/local/opt/bdw-gc/lib/libgc.1.dylib | |
Referenced from: /private/tmp/crystal-lang-20170124-56700-o39psm/crystal-0.20.5/boot/embedded/bin/crystal | |
Reason: image not found | |
/private/tmp/crystal-lang-20170124-56700-o39psm/crystal-0.20.5/boot/bin/crystal: line 102: 56841 Abort trap: 6 "$INSTALL_DIR/embedded/bin/crystal" "$@" | |
make: *** [.build/crystal] Error 134 | |
HOMEBREW_VERSION: 1.1.8-24-g35045b2 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 35045b2934d94eabe302693a05b12fb530827454 | |
Last commit: 17 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 32b9d6937ef4131706b24e9aac4127db746da3e5 | |
Core tap last commit: 10 hours ago | |
HOMEBREW_PREFIX: /Users/jgoebel/.brew | |
HOMEBREW_REPOSITORY: /Users/jgoebel/.brew | |
HOMEBREW_CELLAR: /Users/jgoebel/.brew/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 5666 | |
Clang: 8.0 build 800 | |
Git: 2.10.1 => /Library/Developer/CommandLineTools/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: N/A | |
macOS: 10.12.2-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: N/A | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /Users/jgoebel/.brew/opt/openssl:/Users/jgoebel/.brew/opt/libffi:/Users/jgoebel/.brew/opt/llvm:/Users/jgoebel/.brew | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
MACOSX_DEPLOYMENT_TARGET: 10.12 | |
PKG_CONFIG_PATH: /Users/jgoebel/.brew/opt/openssl/lib/pkgconfig:/Users/jgoebel/.brew/opt/libevent/lib/pkgconfig:/Users/jgoebel/.brew/opt/bdw-gc/lib/pkgconfig:/Users/jgoebel/.brew/opt/libffi/lib/pkgconfig:/Users/jgoebel/.brew/opt/pcre/lib/pkgconfig:/Users/jgoebel/.brew/opt/libyaml/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/Users/jgoebel/.brew/Library/Homebrew/os/mac/pkgconfig/10.12 | |
ACLOCAL_PATH: /Users/jgoebel/.brew/share/aclocal | |
PATH: /Users/jgoebel/.brew/Library/Homebrew/shims/super:/Users/jgoebel/.brew/opt/pkg-config/bin:/Users/jgoebel/.brew/opt/openssl/bin:/Users/jgoebel/.brew/opt/libevent/bin:/Users/jgoebel/.brew/opt/llvm/bin:/Users/jgoebel/.brew/opt/pcre/bin:/usr/bin:/bin:/usr/sbin:/sbin:boot/bin |
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
clang called with: -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c | |
superenv added: -pipe -w -Os -march=native -isystem/Users/jgoebel/.brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/jgoebel/.brew/opt/openssl/include -I/Users/jgoebel/.brew/opt/llvm/include | |
superenv executed: clang -pipe -w -Os -march=native -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c -isystem/Users/jgoebel/.brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/jgoebel/.brew/opt/openssl/include -I/Users/jgoebel/.brew/opt/llvm/include | |
clang++ called with: -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc -I/Users/jgoebel/.brew/Cellar/llvm/3.9.1/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Werror=date-time -std=c++11 -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS | |
superenv removed: -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Werror=date-time | |
superenv added: -pipe -w -Os -march=native -isystem/Users/jgoebel/.brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/jgoebel/.brew/opt/openssl/include -I/Users/jgoebel/.brew/opt/llvm/include | |
superenv executed: clang++ -pipe -w -Os -march=native -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc -I/Users/jgoebel/.brew/Cellar/llvm/3.9.1/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wno-unused-parameter -Wno-long-long -std=c++11 -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -isystem/Users/jgoebel/.brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/jgoebel/.brew/opt/openssl/include -I/Users/jgoebel/.brew/opt/llvm/include | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment