Created
August 3, 2015 05:39
-
-
Save dunn/3c4c44b9a933c5384941 to your computer and use it in GitHub Desktop.
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
2015-08-02 22:37:22 -0700 | |
tar | |
xf | |
lsof_4.89_src.tar | |
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
2015-08-02 22:37:22 -0700 | |
./Configure | |
-n | |
darwin | |
Unknown Darwin release: 14.4.0 | |
Assuming Darwin 12.0 | |
Configuring libproc-based Darwin lsof | |
rm -f ddev.c dfile.c dlsof.h dmnt.c dnode*.c dproc.c dproto.h dsock.c dstore.c dzfs.h kernelbase.h machine.h machine.h.old new_machine.h __lseek.s Makefile Makefile.zfs ./tests/config.cflags | |
rm -f ./tests/config.cc ./tests/config.xobj ./tests/config.ldflags | |
Testing C library for localtime() and strftime(), using cc ... present | |
ln -s dialects/darwin/libproc/dlsof.h dlsof.h | |
ln -s dialects/darwin/libproc/ddev.c ddev.c | |
ln -s dialects/darwin/libproc/dfile.c dfile.c | |
ln -s dialects/darwin/libproc/dmnt.c dmnt.c | |
ln -s dialects/darwin/libproc/dproc.c dproc.c | |
ln -s dialects/darwin/libproc/dproto.h dproto.h | |
ln -s dialects/darwin/libproc/dsock.c dsock.c | |
ln -s dialects/darwin/libproc/dstore.c dstore.c | |
ln -s dialects/darwin/libproc/machine.h machine.h | |
Makefile and lib/Makefile created. | |
./tests/config.cc created | |
./tests/config.cflags created | |
./tests/config.ldflags created | |
./tests/config.xobj created |
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
cc called with: -v | |
superenv executed: clang -v | |
cc called with: ./lsof_Configure_tmp_23334.c -o ./lsof_Configure_tmp_23334.x | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang ./lsof_Configure_tmp_23334.c -o ./lsof_Configure_tmp_23334.x -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
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
2015-08-02 22:37:22 -0700 | |
make | |
(cd lib; /Applications/Xcode.app/Contents/Developer/usr/bin/make DEBUG="-O" CFGF="-DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=\"14.4.0\"") | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=\"14.4.0\" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o ddev.o ddev.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=\"14.4.0\" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o dfile.o dfile.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=\"14.4.0\" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o dmnt.o dmnt.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o ckkv.o ckkv.c | |
dfile.c:289:14: error: expected expression | |
putchar(`,'); | |
^ | |
dfile.c:289:16: error: expected expression | |
putchar(`,'); | |
^ | |
dfile.c:335:6: error: void function 'print_nm' should not return a value [-Wreturn-type] | |
return(1); | |
^ ~~~ | |
dfile.c:337:2: error: void function 'print_nm' should not return a value [-Wreturn-type] | |
return(0); | |
^ ~~~ | |
dfile.c:346:15: error: a parameter list without types is only allowed in a function definition | |
process_atalk(pid, fd) | |
^ | |
dfile.c:346:23: error: expected ';' at end of declaration | |
process_atalk(pid, fd) | |
^ | |
; | |
dfile.c:360:18: error: a parameter list without types is only allowed in a function definition | |
process_fsevents(pid, fd) | |
^ | |
dfile.c:360:26: error: expected ';' at end of declaration | |
process_fsevents(pid, fd) | |
^ | |
; | |
dfile.c:361:6: error: redefinition of 'pid' | |
int pid; /* PID */ | |
^ | |
dfile.c:347:6: note: previous definition is here | |
int pid; /* PID */ | |
^ | |
dfile.c:362:10: error: redefinition of 'fd' | |
int32_t fd; /* FD */ | |
^ | |
dfile.c:348:10: note: previous definition is here | |
int32_t fd; /* FD */ | |
^ | |
dfile.c:373:16: error: a parameter list without types is only allowed in a function definition | |
process_kqueue(pid, fd) | |
^ | |
dfile.c:373:24: error: expected ';' at end of declaration | |
process_kqueue(pid, fd) | |
^ | |
; | |
dfile.c:374:6: error: redefinition of 'pid' | |
int pid; /* PID */ | |
^ | |
dfile.c:347:6: note: previous definition is here | |
int pid; /* PID */ | |
^ | |
dfile.c:375:10: error: redefinition of 'fd' | |
int32_t fd; /* FD */ | |
^ | |
dfile.c:348:10: note: previous definition is here | |
int32_t fd; /* FD */ | |
^ | |
dfile.c:416:21: error: a parameter list without types is only allowed in a function definition | |
process_pipe_common(pi) | |
^ | |
dfile.c:415:1: error: function declared in block scope cannot have 'static' storage class | |
static void | |
^ | |
dfile.c:416:24: error: expected ';' at end of declaration | |
process_pipe_common(pi) | |
^ | |
; | |
dfile.c:459:14: error: a parameter list without types is only allowed in a function definition | |
process_pipe(pid, fd) | |
^ | |
dfile.c:459:22: error: expected ';' at end of declaration | |
process_pipe(pid, fd) | |
^ | |
; | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make: *** [dfile.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o cvfs.o cvfs.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o dvch.o dvch.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o fino.o fino.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o isfn.o isfn.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o lkud.o lkud.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o pdvn.o pdvn.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o prfp.o prfp.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o ptti.o ptti.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rdev.o rdev.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o regex.o regex.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rmnt.o rmnt.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rnam.o rnam.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rnch.o rnch.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rnmh.o rnmh.c | |
cc -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o snpf.o snpf.c | |
ar cr liblsof.a ckkv.o cvfs.o dvch.o fino.o isfn.o lkud.o pdvn.o prfp.o ptti.o rdev.o regex.o rmnt.o rnam.o rnch.o rnmh.o snpf.o | |
ranlib liblsof.a | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 967355c741d4f8a69bea56bb871cba31b375c6a8 | |
Last commit: 9 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
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 | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/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
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o dfile.o dfile.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o dfile.o dfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o dmnt.o dmnt.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o dmnt.o dmnt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o ddev.o ddev.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR="14.4.0" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o ddev.o ddev.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o ckkv.o ckkv.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o ckkv.o ckkv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o cvfs.o cvfs.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o cvfs.o cvfs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o dvch.o dvch.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o dvch.o dvch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o fino.o fino.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o fino.o fino.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o isfn.o isfn.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o isfn.o isfn.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o lkud.o lkud.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o lkud.o lkud.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o pdvn.o pdvn.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o pdvn.o pdvn.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o prfp.o prfp.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o prfp.o prfp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o ptti.o ptti.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o ptti.o ptti.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rdev.o rdev.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o rdev.o rdev.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o regex.o regex.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o regex.o regex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rmnt.o rmnt.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o rmnt.o rmnt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rnam.o rnam.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o rnam.o rnam.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rnch.o rnch.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o rnch.o rnch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o rnmh.o rnmh.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o rnmh.o rnmh.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -O -c -o snpf.o snpf.c | |
superenv removed: -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 | |
superenv executed: clang -pipe -w -Os -march=native -DHASIPv6 -mdynamic-no-pic -DHASUTMPX -DDARWINV=1200 -DHAS_STRFTIME -DLSOF_VSTR=14.4.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include -c -o snpf.o snpf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 967355c741d4f8a69bea56bb871cba31b375c6a8 | |
Last commit: 10 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby | |
Java: 1.8.0_20 |
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
Your system is ready to brew. |
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: lsof | |
Tap: homebrew/homebrew-dupes | |
Path: /usr/local/Library/Taps/homebrew/homebrew-dupes/lsof.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment