Created
August 17, 2017 06:05
-
-
Save BenjaminHCCarr/247c5201b20a09317250b4813e5c8ba5 to your computer and use it in GitHub Desktop.
procfs (procfs) on macOS 10.11.6 - 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 procfs on macOS 10.11.6 | |
Build date: 2017-08-17 02:02:06 |
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: 1.3.1-49-gdaa0ea4 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: daa0ea4b8a53b3d2965b84ff673c58310a6937ed | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: e93f1fe96d04f8c96645a80c195c81846ac72c27 | |
Core tap last commit: 25 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
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: 8.0 build 800 | |
Git: 2.14.1 => /usr/local/bin/git | |
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.26.0/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.4.1_1/bin/ruby | |
Java: 1.8.0_102 | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.11 => /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: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
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: | |
docker-compose | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install mysql | |
Run `brew missing` for more details. |
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
procfs |
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
Formula: procfs | |
Tap: | |
Path: /Users/benc/Code/git/Mine/homebrew-tap/Formula/procfs.rb |
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
2017-08-17 02:02:06 -0400 | |
make | |
clang++ -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -I/usr/local/Cellar/pcre/8.41/include -o procfs.o procfs.cc | |
clang++ -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_displays.o procfs_displays.cc | |
clang++ -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_proc_info.o procfs_proc_info.cc | |
clang++ -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_tpm.o procfs_tpm.cc | |
clang++ -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_windows.o procfs_windows.cc | |
procfs.cc:4559:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'? | |
PROCFS_OPEN_RELEASE_COMMON() | |
^ | |
procfs.cc:4459:5: note: expanded from macro 'PROCFS_OPEN_RELEASE_COMMON' | |
string arg1, arg2, arg3; \ | |
^ | |
/usr/local/Cellar/pcre/8.41/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here | |
using std::string; | |
^ | |
procfs.cc:4567:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'? | |
PROCFS_OPEN_RELEASE_COMMON() | |
^ | |
procfs.cc:4459:5: note: expanded from macro 'PROCFS_OPEN_RELEASE_COMMON' | |
string arg1, arg2, arg3; \ | |
^ | |
/usr/local/Cellar/pcre/8.41/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here | |
using std::string; | |
^ | |
procfs.cc:4589:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'? | |
string arg1, arg2, arg3; | |
^~~~~~ | |
pcrecpp::string | |
/usr/local/Cellar/pcre/8.41/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here | |
using std::string; | |
^ | |
procfs.cc:4739:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'? | |
string arg1, arg2, arg3; | |
^~~~~~ | |
pcrecpp::string | |
/usr/local/Cellar/pcre/8.41/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here | |
using std::string; | |
^ | |
procfs.cc:4809:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'? | |
string arg1, arg2, arg3; | |
^~~~~~ | |
pcrecpp::string | |
/usr/local/Cellar/pcre/8.41/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here | |
using std::string; | |
^ | |
procfs.cc:4858:5: error: unknown type name 'string'; did you mean 'pcrecpp::string'? | |
string arg1, arg2, arg3; | |
^~~~~~ | |
pcrecpp::string | |
/usr/local/Cellar/pcre/8.41/include/pcre_stringpiece.h:59:12: note: 'pcrecpp::string' declared here | |
using std::string; | |
^ | |
6 errors generated. | |
make: *** [procfs.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
HOMEBREW_VERSION: 1.3.1-49-gdaa0ea4 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: daa0ea4b8a53b3d2965b84ff673c58310a6937ed | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: e93f1fe96d04f8c96645a80c195c81846ac72c27 | |
Core tap last commit: 23 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
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: 8.0 build 800 | |
Git: 2.10.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_102 | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CFLAGS: -I/usr/local/include -L/usr/local/lib | |
CXXFLAGS: -I/usr/local/include -L/usr/local/lib | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
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.11 | |
PKG_CONFIG_PATH: /usr/local/opt/pcre/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/fuse | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/automake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/pcre/bin:/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
clang++ called with: -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_displays.o procfs_displays.cc | |
superenv removed: -O -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -c -D_FILE_OFFSET_BITS=64 -I/usr/local/include/osxfuse -o procfs_displays.o procfs_displays.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_proc_info.o procfs_proc_info.cc | |
superenv removed: -O -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -c -D_FILE_OFFSET_BITS=64 -I/usr/local/include/osxfuse -o procfs_proc_info.o procfs_proc_info.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -I/usr/local/Cellar/pcre/8.41/include -o procfs.o procfs.cc | |
superenv removed: -O -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -c -D_FILE_OFFSET_BITS=64 -I/usr/local/include/osxfuse -I/usr/local/Cellar/pcre/8.41/include -o procfs.o procfs.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_tpm.o procfs_tpm.cc | |
superenv removed: -O -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -c -D_FILE_OFFSET_BITS=64 -I/usr/local/include/osxfuse -o procfs_tpm.o procfs_tpm.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -D_FILE_OFFSET_BITS=64 -O -I/usr/local/include/osxfuse -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib -o procfs_windows.o procfs_windows.cc | |
superenv removed: -O -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -Wall -I/usr/local/include -L/usr/local/lib | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -c -D_FILE_OFFSET_BITS=64 -I/usr/local/include/osxfuse -o procfs_windows.o procfs_windows.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment