Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created February 9, 2018 12:14
Show Gist options
  • Save ELLIOTTCABLE/8d41c27f6df3d585d2282a1e9e6a95ca to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/8d41c27f6df3d585d2282a1e9e6a95ca to your computer and use it in GitHub Desktop.
nodenv on macOS 10.13.3 - Homebrew build logs
Homebrew build logs for nodenv on macOS 10.13.3
Build date: 2017-10-08 15:38:08
HOMEBREW_VERSION: 1.5.3-4-g72aa8f5
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 72aa8f5d457a7e9e20c2cde424cdcbeab4507b7f
Last commit: 13 minutes ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 4219b20e5b14c653deafe6b75395d92138adb3a6
Core tap last commit: 5 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_VISUAL: vimr
CPU: octa-core 64-bit skylake
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 9.0 build 900
Git: 2.16.1 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Perl: /usr/bin/perl
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.14_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/opt/rbenv/shims/ruby => /usr/local/Cellar/rbenv/1.1.1/versions/2.4.2/bin/ruby
Java: 1.8.0_92
macOS: 10.13.3-x86_64
Xcode: 9.2
CLT: 9.2.0.0.1.1510905681
X11: 2.7.7 => /opt/X11
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 or file an issue; just ignore this. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libSoapySDR.0.6.0.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/mirsdrapi-rsp.h
/usr/local/include/python2.7/greenlet/greenlet.h
/usr/local/include/python3.6m/greenlet/greenlet.h
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:
opam
ghostscript
clingo
openjpeg
soapysdr
gifsicle
zsh
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: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
Warning: Your XQuartz (2.7.7) is outdated.
Please install XQuartz 2.7.11 (or delete the current version).
XQuartz can be updated using Homebrew-Cask by running
brew cask reinstall xquartz
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install nodenv
Run `brew missing` for more details.
2017-10-08 15:38:07 -0500
src/configure
2017-10-08 15:38:07 -0500
make
-C
src
clang -fno-common -c -o realpath.o realpath.c
clang -dynamiclib -dynamic -undefined dynamic_lookup -o ../libexec/nodenv-realpath.dylib realpath.o
clang called with: -fno-common -c -o realpath.o realpath.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -c -o realpath.o realpath.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -dynamiclib -dynamic -undefined dynamic_lookup -o ../libexec/nodenv-realpath.dylib realpath.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -dynamic -undefined dynamic_lookup -o ../libexec/nodenv-realpath.dylib realpath.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/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