Created
July 30, 2016 10:27
-
-
Save ELLIOTTCABLE/3eac951332b76cfeb97e39c11a4b189d to your computer and use it in GitHub Desktop.
reattach-to-user-namespace on Mac OS X 10.12 - 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 reattach-to-user-namespace on Mac OS X 10.12 | |
Build date: 2016-07-30 05:27:08 |
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: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 19a77c816ebb66301b7a74fea513245043ba5aae | |
Last commit: 4 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: ab747b2a97a6646a0224e0b5c21586ffbccd76c6 | |
Core tap last commit: 4 hours 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 haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 7.3 build 703 | |
Git: 2.8.3 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby | |
Java: 1.8.0_92 | |
OS X: 10.12-x86_64 | |
Xcode: 7.3.1 | |
CLT: N/A | |
X11: 2.7.7 => /opt/X11 |
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: Your XQuartz (2.7.7) 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: | |
python3 | |
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: 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 Xcode (7.3.1) is outdated | |
Please update to Xcode 8.0. | |
Xcode can be updated from | |
https://developer.apple.com/xcode/downloads/ | |
Warning: Calling Formula.sha1 is deprecated! | |
Use Formula.sha256 instead. | |
/usr/local/Library/Taps/nwoolls/homebrew-xgminer/cgminer.rb:7:in `<class:Cgminer>' | |
Warning: Calling SoftwareSpec#sha1 is deprecated! | |
Use SoftwareSpec#sha256 instead. | |
/usr/local/Library/Homebrew/compat/sha1.rb:4:in `sha1' | |
Warning: Calling Resource#sha1 is deprecated! | |
Use Resource#sha256 instead. | |
/usr/local/Library/Homebrew/compat/sha1.rb:11:in `sha1' | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install gx gx-go texinfo | |
Run `brew missing` for more details. |
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
2016-07-30 05:27:07 -0500 | |
make | |
clang -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o test.o test.c | |
clang -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o msg.o msg.c | |
clang -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o move_to_user_namespace.o move_to_user_namespace.c | |
clang -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o reattach-to-user-namespace.o reattach-to-user-namespace.c | |
reattach-to-user-namespace.c:test.c:32msg.c:10:32:32:10: : fatal error: fatal error10: 'unistd.h' file not found | |
'string.h' file not found | |
: fatal error: 'string.h' file not found | |
#include <unistd.h> | |
^ | |
#include <string.h> /* strlen, strcpy, strerror */ | |
^ | |
#include <string.h> /* strlen, strcpy, strcmp, strrchr */ | |
^ | |
move_to_user_namespace.c:2:10: fatal error: 'stdlib.h' file not found | |
#include <stdlib.h> | |
^ | |
1 error generated. | |
1 error generated. | |
1 error generated. | |
1 error generated. | |
make: *** [reattach-to-user-namespace.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
make: *** [test.o] Error 1 | |
make: *** [msg.o] Error 1 | |
make: *** [move_to_user_namespace.o] Error 1 | |
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 19a77c816ebb66301b7a74fea513245043ba5aae | |
Last commit: 4 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: ab747b2a97a6646a0224e0b5c21586ffbccd76c6 | |
Core tap last commit: 4 hours 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 haswell | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 0 | |
Clang: 7.3 build 703 | |
Git: 2.8.3 => /usr/local/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_92 | |
OS X: 10.12-x86_64 | |
Xcode: 7.3.1 | |
CLT: N/A | |
X11: 2.7.7 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /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: | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/Homebrew/shims/super:/usr/bin:/bin:/usr/sbin:/sbin |
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: -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o move_to_user_namespace.o move_to_user_namespace.c | |
superenv removed: -Wall -Wextra -pedantic -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot --sysroot= -isystem/usr/local/include | |
superenv executed: clang -pipe -w -Os -march=native -ansi -std=c99 -mmacosx-version-min=10.5 -c -o move_to_user_namespace.o move_to_user_namespace.c -isysroot --sysroot= -isystem/usr/local/include | |
clang called with: -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o test.o test.c | |
superenv removed: -Wall -Wextra -pedantic -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot --sysroot= -isystem/usr/local/include | |
superenv executed: clang -pipe -w -Os -march=native -ansi -std=c99 -mmacosx-version-min=10.5 -c -o test.o test.c -isysroot --sysroot= -isystem/usr/local/include | |
clang called with: -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o msg.o msg.c | |
superenv removed: -Wall -Wextra -pedantic -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot --sysroot= -isystem/usr/local/include | |
superenv executed: clang -pipe -w -Os -march=native -ansi -std=c99 -mmacosx-version-min=10.5 -c -o msg.o msg.c -isysroot --sysroot= -isystem/usr/local/include | |
clang called with: -Wall -Wextra -ansi -pedantic -std=c99 -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -c -o reattach-to-user-namespace.o reattach-to-user-namespace.c | |
superenv removed: -Wall -Wextra -pedantic -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot --sysroot= -isystem/usr/local/include | |
superenv executed: clang -pipe -w -Os -march=native -ansi -std=c99 -mmacosx-version-min=10.5 -c -o reattach-to-user-namespace.o reattach-to-user-namespace.c -isysroot --sysroot= -isystem/usr/local/include | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment