Skip to content

Instantly share code, notes, and snippets.

@muellermartin
Created July 3, 2014 15:58
Show Gist options
  • Select an option

  • Save muellermartin/2b52e17696ce6b046ef5 to your computer and use it in GitHub Desktop.

Select an option

Save muellermartin/2b52e17696ce6b046ef5 to your computer and use it in GitHub Desktop.
Log of Homebrew running `brew install osxfuse --HEAD --verbose` (with slightly modified Formula for osxfuse to use 'master' branch instead of 'osxfuse-2')
==> Cloning https://github.com/osxfuse/osxfuse.git
git clone --depth 1 https://github.com/osxfuse/osxfuse.git /Library/Caches/Homebrew/osxfuse--git
Cloning into '/Library/Caches/Homebrew/osxfuse--git'...
git submodule update --init
Submodule 'framework' (https://github.com/osxfuse/framework.git) registered for path 'framework'
Submodule 'fuse' (https://github.com/osxfuse/fuse.git) registered for path 'fuse'
Submodule 'kext' (https://github.com/osxfuse/kext.git) registered for path 'kext'
Submodule 'macfuse' (https://github.com/osxfuse/fuse.git) registered for path 'macfuse'
Submodule 'prefpane' (https://github.com/osxfuse/prefpane.git) registered for path 'prefpane'
Cloning into 'framework'...
Submodule path 'framework': checked out '9fdde8ad97c83e02e1a3f052405dbd049df41840'
Cloning into 'fuse'...
Submodule path 'fuse': checked out '98b996096033f0752d3cc185d902824582e98394'
Cloning into 'kext'...
Submodule path 'kext': checked out '122937ca236c644740cc9bd3b7ee5324239dcf1b'
Cloning into 'macfuse'...
Submodule path 'macfuse': checked out 'f340bc472375cf7fc8f2959330b83889ec7e9ad6'
Cloning into 'prefpane'...
Submodule path 'prefpane': checked out '99d92a5896fe43185275c0de992e4f04ee9ba9fe'
git reset --hard origin/HEAD
HEAD is now at 8eb90a2 Add support for Xcode 6.0
git checkout-index -a -f --prefix=/private/tmp/osxfuse-kzgz/
git submodule --quiet foreach --recursive git checkout-index -a -f --prefix=/private/tmp/osxfuse-kzgz/$path/
==> ./build.sh -t homebrew -f /usr/local/Cellar/osxfuse/HEAD
OSXFUSEBuildTool() : supported platforms: 10.8 10.9 10.10
OSXFUSEBuildTool() : building OSXFUSE kernel extension and tools
Build settings from command line:
ARCHS = i386 x86_64
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
MACOSX_DEPLOYMENT_TARGET = 10.9
SDKROOT = /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
=== BUILD TARGET osxfusefs OF PROJECT osxfusefs WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs-generated-files.hmap
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/osxfusefs_info.c
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs-own-target-headers.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs-all-target-headers.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Script-432D7C891556EAE800E82CC8.sh
chmod 0755 /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Script-432D7C891556EAE800E82CC8.sh
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs-project-headers.hmap
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs.LinkFileList
Create product structure
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext/Contents
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext/Contents/MacOS
Preprocess build/osxfusefs.build/Release/osxfusefs.build/Preprocessed-Info.plist Info.plist
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -E -P -x c -Wno-trigraphs /tmp/osxfuse-kzgz/kext/Info.plist -F/tmp/osxfuse-kzgz/kext/build/Release -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9 -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Preprocessed-Info.plist
ProcessInfoPlistFile build/Release/osxfusefs.kext/Contents/Info.plist build/osxfusefs.build/Release/osxfusefs.build/Preprocessed-Info.plist
cd /tmp/osxfuse-kzgz/kext
builtin-infoPlistUtility /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Preprocessed-Info.plist -expandbuildsettings -platform macosx -o /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext/Contents/Info.plist
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_device.o fuse_device.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_device.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_device.dia -c /tmp/osxfuse-kzgz/kext/fuse_device.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_device.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_internal.o fuse_internal.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_internal.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_internal.dia -c /tmp/osxfuse-kzgz/kext/fuse_internal.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_internal.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_file.o fuse_file.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_file.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_file.dia -c /tmp/osxfuse-kzgz/kext/fuse_file.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_file.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_ipc.o fuse_ipc.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_ipc.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_ipc.dia -c /tmp/osxfuse-kzgz/kext/fuse_ipc.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_ipc.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_knote.o fuse_knote.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_knote.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_knote.dia -c /tmp/osxfuse-kzgz/kext/fuse_knote.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_knote.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_kludges.o fuse_kludges.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_kludges.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_kludges.dia -c /tmp/osxfuse-kzgz/kext/fuse_kludges.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_kludges.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_locking.o fuse_locking.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_locking.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_locking.dia -c /tmp/osxfuse-kzgz/kext/fuse_locking.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_locking.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_main.o fuse_main.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_main.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_main.dia -c /tmp/osxfuse-kzgz/kext/fuse_main.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_main.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_node.o fuse_node.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_node.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_node.dia -c /tmp/osxfuse-kzgz/kext/fuse_node.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_node.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_sysctl.o fuse_sysctl.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_sysctl.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_sysctl.dia -c /tmp/osxfuse-kzgz/kext/fuse_sysctl.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_sysctl.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_nodehash.o fuse_nodehash.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_nodehash.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_nodehash.dia -c /tmp/osxfuse-kzgz/kext/fuse_nodehash.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_nodehash.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vfsops.o fuse_vfsops.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vfsops.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vfsops.dia -c /tmp/osxfuse-kzgz/kext/fuse_vfsops.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vfsops.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vnops.o fuse_vnops.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vnops.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vnops.dia -c /tmp/osxfuse-kzgz/kext/fuse_vnops.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_vnops.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_biglock_vnops.o fuse_biglock_vnops.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_biglock_vnops.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_biglock_vnops.dia -c /tmp/osxfuse-kzgz/kext/fuse_biglock_vnops.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/fuse_biglock_vnops.o
CompileC build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_info.o build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/osxfusefs_info.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -nostdinc -fno-builtin -Wno-trigraphs -msoft-float -Os -fno-common -mkernel -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE -DAPPLE -DNeXT -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_info.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_info.dia -c /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources/osxfusefs_info.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_info.o
Ld build/Release/osxfusefs.kext/Contents/MacOS/osxfusefs normal x86_64
cd /tmp/osxfuse-kzgz/kext
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/tmp/osxfuse-kzgz/kext/build/Release -F/tmp/osxfuse-kzgz/kext/build/Release -filelist /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs.LinkFileList -exported_symbols_list osxfusefs.exports -mmacosx-version-min=10.9 -Xlinker -kext -nostdlib -lkmodc++ /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_info.o -lkmod -lcc_kext -Xlinker -dependency_info -Xlinker /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_dependency_info.dat -o /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext/Contents/MacOS/osxfusefs
GenerateDSYMFile build/Release/Debug/osxfusefs.kext.dSYM build/Release/osxfusefs.kext/Contents/MacOS/osxfusefs
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext/Contents/MacOS/osxfusefs -o /tmp/osxfuse-kzgz/kext/build/Release/Debug/osxfusefs.kext.dSYM
PhaseScriptExecution Run\ Script build/osxfusefs.build/Release/osxfusefs.build/Script-432D7C891556EAE800E82CC8.sh
cd /tmp/osxfuse-kzgz/kext
export ACTION=build
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=martin
export ALWAYS_SEARCH_USER_PATHS=YES
export ALWAYS_USE_SEPARATE_HEADERMAPS=YES
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD=x86_64
export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
export AVAILABLE_PLATFORMS="iphonesimulator macosx iphoneos"
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/tmp/osxfuse-kzgz/kext/build
export BUILD_ROOT=/tmp/osxfuse-kzgz/kext/build
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/tmp/osxfuse-kzgz/kext/build/Release
export CACHE_ROOT=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode
export CCHROOT=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLASS_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext
export CODE_SIGNING_ALLOWED=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPOSITE_SDK_DIRS=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode/CompositeSDKs
export CONFIGURATION=Release
export CONFIGURATION_BUILD_DIR=/tmp/osxfuse-kzgz/kext/build/Release
export CONFIGURATION_TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release
export CONTENTS_FOLDER_PATH=osxfusefs.kext/Contents
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_PHASE_STRIP=YES
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=NO
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=YES
export DERIVED_FILES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources
export DERIVED_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources
export DERIVED_SOURCES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode6-Beta.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=osxfusefs.kext/Contents/Resources/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/osxfusefs.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=osxfusefs.kext.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/tmp/osxfuse-kzgz/kext/build/Release/Debug
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
export ENABLE_APPLE_KEXT_CODE_GENERATION=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=osxfusefs.kext/Contents/Executables
export EXECUTABLE_FOLDER_PATH=osxfusefs.kext/Contents/MacOS
export EXECUTABLE_NAME=osxfusefs
export EXECUTABLE_PATH=osxfusefs.kext/Contents/MacOS/osxfusefs
export EXPANDED_CODE_SIGN_IDENTITY=
export EXPANDED_CODE_SIGN_IDENTITY_NAME=
export EXPANDED_PROVISIONING_PROFILE=
export EXPORTED_SYMBOLS_FILE=osxfusefs.exports
export FILE_LIST=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects/LinkFileList
export FIXED_FILES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/FixedFiles
export FRAMEWORKS_FOLDER_PATH=osxfusefs.kext/Contents/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/tmp/osxfuse-kzgz/kext/build/Release "
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=osxfusefs.kext
export GCC3_VERSION=3.3
export GCC_CHECK_RETURN_VALUE_OF_OPERATOR_NEW=YES
export GCC_DISABLE_STATIC_FUNCTION_INLINING=YES
export GCC_ENABLE_BUILTIN_FUNCTIONS=NO
export GCC_ENABLE_CPP_EXCEPTIONS=NO
export GCC_ENABLE_CPP_RTTI=NO
export GCC_ENABLE_FLOATING_POINT_LIBRARY_CALLS=YES
export GCC_ENABLE_FUNCTION_INLINING=YES
export GCC_ENABLE_KERNEL_DEVELOPMENT=YES
export GCC_ENABLE_PASCAL_STRINGS=NO
export GCC_FORCE_CPU_SUBTYPE_ALL=YES
export GCC_INLINES_ARE_PRIVATE_EXTERN=NO
export GCC_NO_COMMON_BLOCKS=YES
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PRODUCT_TYPE_PREPROCESSOR_DEFINITIONS=" KERNEL KERNEL_PRIVATE DRIVER_PRIVATE APPLE NeXT"
export GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS=YES
export GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=YES
export GCC_USE_STANDARD_INCLUDE_SEARCHING=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_MISSING_NEWLINE=YES
export GCC_WARN_ABOUT_MISSING_PROTOTYPES=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES
export GCC_WARN_CHECK_SWITCH_STATEMENTS=YES
export GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS=YES
export GCC_WARN_FOUR_CHARACTER_CONSTANTS=NO
export GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS=YES
export GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED=YES
export GCC_WARN_MISSING_PARENTHESES=YES
export GCC_WARN_NON_VIRTUAL_DESTRUCTOR=YES
export GCC_WARN_PEDANTIC=NO
export GCC_WARN_PROTOTYPE_CONVERSION=NO
export GCC_WARN_SHADOW=YES
export GCC_WARN_SIGN_COMPARE=YES
export GCC_WARN_TYPECHECK_CALLS_TO_PRINTF=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES
export GCC_WARN_UNKNOWN_PRAGMAS=YES
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_LABEL=YES
export GCC_WARN_UNUSED_PARAMETER=YES
export GCC_WARN_UNUSED_VALUE=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=NO
export GENERATE_PROFILING_CODE=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/tmp/osxfuse-kzgz/kext/build/Release/include /Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Info.plist
export INFOPLIST_OTHER_PREPROCESSOR_FLAGS="-isysroot \"/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk\" -mmacosx-version-min=10.9"
export INFOPLIST_OUTPUT_FORMAT=same-as-input
export INFOPLIST_PATH=osxfusefs.kext/Contents/Info.plist
export INFOPLIST_PREPROCESS=YES
export INFOSTRINGS_PATH=osxfusefs.kext/Contents/Resources/English.lproj/InfoPlist.strings
export INSTALL_DIR=/tmp/osxfusefs.dst/Library/Extensions
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=martin
export INSTALL_PATH=/Library/Extensions
export INSTALL_ROOT=/tmp/osxfusefs.dst
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=osxfusefs.kext/Contents/Resources/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export KERNEL_EXTENSION_HEADER_SEARCH_PATHS="/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers"
export KERNEL_FRAMEWORK=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework
export KERNEL_FRAMEWORK_HEADERS=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers
export KEXT_FAMILY_NAME=family
export KEXT_FRAMEWORK=/System/Library/Frameworks/Kernel.framework
export KEXT_FRAMEWORK_NAME=Kernel
export LD_DEPENDENCY_INFO_FILE=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/osxfusefs-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LEGACY_DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/tmp/osxfuse-kzgz/kext/build/Release "
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal/x86_64/osxfusefs.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZED_RESOURCES_FOLDER_PATH=osxfusefs.kext/Contents/Resources/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export MACH_O_TYPE=mh_execute
export MACOSX_DEPLOYMENT_TARGET=10.9
export MAC_OS_X_PRODUCT_BUILD_VERSION=13E28
export MAC_OS_X_VERSION_ACTUAL=1094
export MAC_OS_X_VERSION_MAJOR=1090
export MAC_OS_X_VERSION_MINOR=0904
export MODULE_NAME=com.github.osxfuse.filesystems.osxfusefs
export MODULE_START=fusefs_start
export MODULE_STOP=fusefs_stop
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects
export OBJECT_FILE_DIR_normal=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Objects-normal
export OBJROOT=/tmp/osxfuse-kzgz/kext/build
export ONLY_ACTIVE_ARCH=NO
export OPTIMIZATION_LEVEL=0
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_CFLAGS=-DOSXFUSE_ENABLE_MACFUSE_MODE=1
export OTHER_CPLUSPLUSFLAGS=-DOSXFUSE_ENABLE_MACFUSE_MODE=1
export PACKAGE_TYPE=com.apple.package-type.wrapper.kernel-extension
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/usr/local/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Tools:/usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/gettext/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode6-Beta.app/Contents/Developer/Headers /Applications/Xcode6-Beta.app/Contents/Developer/SDKs /Applications/Xcode6-Beta.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=osxfusefs.kext/Contents/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=c
export PKGINFO_FILE_PATH=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/PkgInfo
export PKGINFO_PATH=osxfusefs.kext/Contents/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr
export PLATFORM_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform
export PLATFORM_NAME=macosx
export PLATFORM_PREFERRED_ARCH=x86_64
export PLATFORM_PRODUCT_BUILD_VERSION=6A215l
export PLIST_FILE_OUTPUT_FORMAT=same-as-input
export PLUGINS_FOLDER_PATH=osxfusefs.kext/Contents/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=/System/Library/Frameworks/Kernel.framework/Contents/PrivateHeaders/family
export PRODUCT_MODULE_NAME=osxfusefs
export PRODUCT_NAME=osxfusefs
export PRODUCT_SETTINGS_PATH=/tmp/osxfuse-kzgz/kext/Info.plist
export PRODUCT_TYPE=com.apple.product-type.kernel-extension
export PRODUCT_TYPE_HEADER_SEARCH_PATHS=" /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/PrivateHeaders /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Headers"
export PROFILING_CODE=NO
export PROJECT=osxfusefs
export PROJECT_DERIVED_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/DerivedSources
export PROJECT_DIR=/tmp/osxfuse-kzgz/kext
export PROJECT_FILE_PATH=/tmp/osxfuse-kzgz/kext/osxfusefs.xcodeproj
export PROJECT_NAME=osxfusefs
export PROJECT_TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build
export PROJECT_TEMP_ROOT=/tmp/osxfuse-kzgz/kext/build
export PUBLIC_HEADERS_FOLDER_PATH=/System/Library/Frameworks/Kernel.framework/Contents/Headers/family
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/tmp/osxfuse-kzgz/kext/build/Release "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=osxfusefs.kext/Contents/Resources/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SDKROOT=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
export SDK_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
export SDK_NAME=macosx10.9
export SDK_PRODUCT_BUILD_VERSION=13C64
export SED=/usr/bin/sed
export SEPARATE_STRIP=YES
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=NO
export SHARED_DERIVED_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/Release/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=osxfusefs.kext/Contents/SharedFrameworks
export SHARED_PRECOMPS_DIR=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode/SharedPrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=osxfusefs.kext/Contents/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/tmp/osxfuse-kzgz/kext
export SRCROOT=/tmp/osxfuse-kzgz/kext
export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=non-global
export SUPPORTED_PLATFORMS=macosx
export SYMROOT=/tmp/osxfuse-kzgz/kext/build
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode6-Beta.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TARGETNAME=osxfusefs
export TARGET_BUILD_DIR=/tmp/osxfuse-kzgz/kext/build/Release
export TARGET_NAME=osxfusefs
export TARGET_TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build
export TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build
export TEMP_FILES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build
export TEMP_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build
export TEMP_ROOT=/tmp/osxfuse-kzgz/kext/build
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=osxfusefs.kext/Contents/Resources
export UNSTRIPPED_PRODUCT=NO
export USER=martin
export USER_APPS_DIR=/Users/martin/Applications
export USER_LIBRARY_DIR=/Users/martin/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS=x86_64
export VERBOSE_PBXCP=NO
export VERSIONPLIST_PATH=osxfusefs.kext/Contents/version.plist
export VERSION_INFO_BUILDER=martin
export VERSION_INFO_FILE=osxfusefs_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:osxfusefs PROJECT:osxfusefs-\""
export WRAPPER_EXTENSION=kext
export WRAPPER_NAME=osxfusefs.kext
export WRAPPER_SUFFIX=.kext
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=6A215l
export XCODE_VERSION_ACTUAL=0600
export XCODE_VERSION_MAJOR=0600
export XCODE_VERSION_MINOR=0600
export XPCSERVICES_FOLDER_PATH=osxfusefs.kext/Contents/XPCServices
export YACC=yacc
export arch=x86_64
export variant=normal
/bin/sh -c /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.build/Script-432D7C891556EAE800E82CC8.sh
Touch build/Release/osxfusefs.kext
cd /tmp/osxfuse-kzgz/kext
/usr/bin/touch -c /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext
Strip build/Release/osxfusefs.kext/Contents/MacOS/osxfusefs
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -x /tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.kext/Contents/MacOS/osxfusefs
Touch build/Release/Debug/osxfusefs.kext.dSYM
cd /tmp/osxfuse-kzgz/kext
/usr/bin/touch -c /tmp/osxfuse-kzgz/kext/build/Release/Debug/osxfusefs.kext.dSYM
=== BUILD TARGET load_osxfusefs OF PROJECT osxfusefs WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs.LinkFileList
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs-project-headers.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs-own-target-headers.hmap
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs.LinkFileList
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs-all-target-headers.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs-generated-files.hmap
CompileC build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs.o load/load_osxfusefs.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -pedantic -Wshadow -Wfour-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -fvisibility=hidden -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/DerivedSources/i386 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs.dia -c /tmp/osxfuse-kzgz/kext/load/load_osxfusefs.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs.o
CompileC build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs.o load/load_osxfusefs.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -pedantic -Wshadow -Wfour-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -fvisibility=hidden -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/load_osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs.dia -c /tmp/osxfuse-kzgz/kext/load/load_osxfusefs.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs.o
Ld build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs normal i386
cd /tmp/osxfuse-kzgz/kext
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/tmp/osxfuse-kzgz/kext/build/Release -F/tmp/osxfuse-kzgz/kext/build/Release -filelist /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs.LinkFileList -mmacosx-version-min=10.9 -Xlinker -dependency_info -Xlinker /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs_dependency_info.dat -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs
Ld build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs normal x86_64
cd /tmp/osxfuse-kzgz/kext
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/tmp/osxfuse-kzgz/kext/build/Release -F/tmp/osxfuse-kzgz/kext/build/Release -filelist /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs.LinkFileList -mmacosx-version-min=10.9 -Xlinker -dependency_info -Xlinker /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs_dependency_info.dat -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs
CreateUniversalBinary build/Release/load_osxfusefs normal i386\ x86_64
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/i386/load_osxfusefs /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/load_osxfusefs.build/Objects-normal/x86_64/load_osxfusefs -output /tmp/osxfuse-kzgz/kext/build/Release/load_osxfusefs
Strip build/Release/load_osxfusefs
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip /tmp/osxfuse-kzgz/kext/build/Release/load_osxfusefs
=== BUILD TARGET mount_osxfusefs OF PROJECT osxfusefs WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs-own-target-headers.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs-generated-files.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs-all-target-headers.hmap
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs.hmap
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs.LinkFileList
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs-project-headers.hmap
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs.LinkFileList
CompileC build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/getmntopts.o mount/getmntopts.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -Wno-trigraphs -fpascal-strings -Os -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -pedantic -Wshadow -Wfour-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -fvisibility=hidden -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources/i386 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/getmntopts.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/getmntopts.dia -c /tmp/osxfuse-kzgz/kext/mount/getmntopts.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/getmntopts.o
CompileC build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs.o mount/mount_osxfusefs.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -Wno-trigraphs -fpascal-strings -Os -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -pedantic -Wshadow -Wfour-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -fvisibility=hidden -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources/i386 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs.dia -c /tmp/osxfuse-kzgz/kext/mount/mount_osxfusefs.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs.o
CompileC build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs.o mount/mount_osxfusefs.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -Wno-trigraphs -fpascal-strings -Os -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -pedantic -Wshadow -Wfour-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -fvisibility=hidden -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs.dia -c /tmp/osxfuse-kzgz/kext/mount/mount_osxfusefs.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs.o
CompileC build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/getmntopts.o mount/getmntopts.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /tmp/osxfuse-kzgz/kext
export LANG=en_US.US-ASCII
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -Wno-trigraphs -fpascal-strings -Os -Werror -Werror-implicit-function-declaration -Wno-missing-field-initializers -Wmissing-prototypes -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wuninitialized -Wunknown-pragmas -pedantic -Wshadow -Wfour-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -fvisibility=hidden -Wno-sign-conversion -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/mount_osxfusefs.hmap -I/tmp/osxfuse-kzgz/kext/build/Release/include -I/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources/x86_64 -I/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/DerivedSources -F/tmp/osxfuse-kzgz/kext/build/Release -DOSXFUSE_ENABLE_MACFUSE_MODE=1 -MMD -MT dependencies -MF /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/getmntopts.d --serialize-diagnostics /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/getmntopts.dia -c /tmp/osxfuse-kzgz/kext/mount/getmntopts.c -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/getmntopts.o
Ld build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs normal x86_64
cd /tmp/osxfuse-kzgz/kext
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/tmp/osxfuse-kzgz/kext/build/Release -F/tmp/osxfuse-kzgz/kext/build/Release -filelist /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs.LinkFileList -mmacosx-version-min=10.9 -framework CoreFoundation -framework DiskArbitration -Xlinker -dependency_info -Xlinker /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs_dependency_info.dat -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs
Ld build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs normal i386
cd /tmp/osxfuse-kzgz/kext
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/tmp/osxfuse-kzgz/kext/build/Release -F/tmp/osxfuse-kzgz/kext/build/Release -filelist /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs.LinkFileList -mmacosx-version-min=10.9 -framework CoreFoundation -framework DiskArbitration -Xlinker -dependency_info -Xlinker /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs_dependency_info.dat -o /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs
CreateUniversalBinary build/Release/mount_osxfusefs normal i386\ x86_64
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/i386/mount_osxfusefs /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/mount_osxfusefs.build/Objects-normal/x86_64/mount_osxfusefs -output /tmp/osxfuse-kzgz/kext/build/Release/mount_osxfusefs
Strip build/Release/mount_osxfusefs
cd /tmp/osxfuse-kzgz/kext
/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip /tmp/osxfuse-kzgz/kext/build/Release/mount_osxfusefs
=== BUILD AGGREGATE TARGET osxfusefs.fs OF PROJECT osxfusefs WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
/bin/mkdir -p /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build
write-file /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Script-54C6DE890B5F7315002D9FD9.sh
chmod 0755 /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Script-54C6DE890B5F7315002D9FD9.sh
PBXCp osxfusefs.fs build/Release/osxfusefs.fs
cd /tmp/osxfuse-kzgz/kext
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /tmp/osxfuse-kzgz/kext/osxfusefs.fs /tmp/osxfuse-kzgz/kext/build/Release
PhaseScriptExecution Run\ Script build/osxfusefs.build/Release/osxfusefs.fs.build/Script-54C6DE890B5F7315002D9FD9.sh
cd /tmp/osxfuse-kzgz/kext
export ACTION=build
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=martin
export ALWAYS_SEARCH_USER_PATHS=YES
export ALWAYS_USE_SEPARATE_HEADERMAPS=YES
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS="i386 x86_64"
export ARCHS_STANDARD=x86_64
export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
export AVAILABLE_PLATFORMS="iphonesimulator macosx iphoneos"
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/tmp/osxfuse-kzgz/kext/build
export BUILD_ROOT=/tmp/osxfuse-kzgz/kext/build
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/tmp/osxfuse-kzgz/kext/build/Release
export CACHE_ROOT=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode
export CCHROOT=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLASS_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/tmp/osxfuse-kzgz/kext/build/Release/
export CODE_SIGNING_ALLOWED=NO
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPOSITE_SDK_DIRS=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode/CompositeSDKs
export CONFIGURATION=Release
export CONFIGURATION_BUILD_DIR=/tmp/osxfuse-kzgz/kext/build/Release
export CONFIGURATION_TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_PHASE_STRIP=YES
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=NO
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=YES
export DERIVED_FILES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/DerivedSources
export DERIVED_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/DerivedSources
export DERIVED_SOURCES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode6-Beta.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/osxfusefs.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/tmp/osxfuse-kzgz/kext/build/Release
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
export ENABLE_HEADER_DEPENDENCIES=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
export EXPANDED_CODE_SIGN_IDENTITY=
export EXPANDED_CODE_SIGN_IDENTITY_NAME=
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Objects/LinkFileList
export FIXED_FILES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/FixedFiles
export FRAMEWORK_VERSION=A
export GCC3_VERSION=3.3
export GCC_ENABLE_FIX_AND_CONTINUE=NO
export GCC_GENERATE_DEBUGGING_SYMBOLS=NO
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_TREAT_WARNINGS_AS_ERRORS=YES
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_ABOUT_RETURN_TYPE=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=NO
export GENERATE_PROFILING_CODE=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS=" /Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_OUTPUT_FORMAT=same-as-input
export INFOPLIST_PREPROCESS=YES
export INSTALL_DIR=/tmp/osxfusefs.dst
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=martin
export INSTALL_ROOT=/tmp/osxfusefs.dst
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Objects-normal/x86_64/osxfusefs.fs_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/osxfusefs.fs-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LEGACY_DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_i386=
export LINK_FILE_LIST_normal_x86_64=
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export MACOSX_DEPLOYMENT_TARGET=10.9
export MAC_OS_X_PRODUCT_BUILD_VERSION=13E28
export MAC_OS_X_VERSION_ACTUAL=1094
export MAC_OS_X_VERSION_MAJOR=1090
export MAC_OS_X_VERSION_MINOR=0904
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Objects
export OBJECT_FILE_DIR_normal=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Objects-normal
export OBJROOT=/tmp/osxfuse-kzgz/kext/build
export ONLY_ACTIVE_ARCH=NO
export OPTIMIZATION_LEVEL=0
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_CFLAGS=-DOSXFUSE_ENABLE_MACFUSE_MODE=1
export OTHER_CPLUSPLUSFLAGS=-DOSXFUSE_ENABLE_MACFUSE_MODE=1
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin:/Applications/Xcode6-Beta.app/Contents/Developer/usr/local/bin:/Applications/Xcode6-Beta.app/Contents/Developer/Tools:/usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/gettext/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode6-Beta.app/Contents/Developer/Headers /Applications/Xcode6-Beta.app/Contents/Developer/SDKs /Applications/Xcode6-Beta.app/Contents/Developer/Platforms"
export PKGINFO_FILE_PATH=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr
export PLATFORM_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform
export PLATFORM_NAME=macosx
export PLATFORM_PREFERRED_ARCH=x86_64
export PLATFORM_PRODUCT_BUILD_VERSION=6A215l
export PLIST_FILE_OUTPUT_FORMAT=same-as-input
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRODUCT_MODULE_NAME=osxfusefs_fs
export PRODUCT_NAME=osxfusefs.fs
export PRODUCT_SETTINGS_PATH=
export PROFILING_CODE=NO
export PROJECT=osxfusefs
export PROJECT_DERIVED_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/DerivedSources
export PROJECT_DIR=/tmp/osxfuse-kzgz/kext
export PROJECT_FILE_PATH=/tmp/osxfuse-kzgz/kext/osxfusefs.xcodeproj
export PROJECT_NAME=osxfusefs
export PROJECT_TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build
export PROJECT_TEMP_ROOT=/tmp/osxfuse-kzgz/kext/build
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/ResourceManagerResources/Objects
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SDKROOT=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
export SDK_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
export SDK_NAME=macosx10.9
export SDK_PRODUCT_BUILD_VERSION=13C64
export SED=/usr/bin/sed
export SEPARATE_STRIP=YES
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=NO
export SHARED_DERIVED_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/Release/DerivedSources
export SHARED_PRECOMPS_DIR=/var/folders/vk/6tht95xd0tv43_5k061g5ghh0000gn/C/com.apple.DeveloperTools/6.0-6A215l/Xcode/SharedPrecompiledHeaders
export SKIP_INSTALL=YES
export SOURCE_ROOT=/tmp/osxfuse-kzgz/kext
export SRCROOT=/tmp/osxfuse-kzgz/kext
export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export SUPPORTED_PLATFORMS=macosx
export SYMROOT=/tmp/osxfuse-kzgz/kext/build
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode6-Beta.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode6-Beta.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode6-Beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TARGETNAME=osxfusefs.fs
export TARGET_BUILD_DIR=/tmp/osxfuse-kzgz/kext/build/Release
export TARGET_NAME=osxfusefs.fs
export TARGET_TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build
export TEMP_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build
export TEMP_FILES_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build
export TEMP_FILE_DIR=/tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build
export TEMP_ROOT=/tmp/osxfuse-kzgz/kext/build
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export UID=501
export UNSTRIPPED_PRODUCT=NO
export USER=martin
export USER_APPS_DIR=/Users/martin/Applications
export USER_LIBRARY_DIR=/Users/martin/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERSION_INFO_BUILDER=martin
export VERSION_INFO_FILE=osxfusefs.fs_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:osxfusefs.fs PROJECT:osxfusefs-\""
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=6A215l
export XCODE_VERSION_ACTUAL=0600
export XCODE_VERSION_MAJOR=0600
export XCODE_VERSION_MINOR=0600
export XPCSERVICES_FOLDER_PATH=/XPCServices
export YACC=yacc
export arch=x86_64
export variant=normal
/bin/sh -c /tmp/osxfuse-kzgz/kext/build/osxfusefs.build/Release/osxfusefs.fs.build/Script-54C6DE890B5F7315002D9FD9.sh
/tmp/osxfuse-kzgz/kext/build/Release/osxfusefs.fs/Contents/Info.plist:19:12: warning: trigraph ignored [-Wtrigraphs]
<string>????</string>
^
1 warning generated.
=== BUILD AGGREGATE TARGET All OF PROJECT osxfusefs WITH CONFIGURATION Release ===
Check dependencies
** BUILD SUCCEEDED **
OSXFUSEBuildTool() : building user-space OSXFUSE library
xcodebuild: error: SDK "/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" cannot be located.
xcrun: error: unable to find utility "make", not a developer tool or in PATH
xcodebuild: error: SDK "/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" cannot be located.
xcrun: error: unable to find utility "cpp", not a developer tool or in PATH
xcodebuild: error: SDK "/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" cannot be located.
xcrun: error: unable to find utility "clang", not a developer tool or in PATH
xcodebuild: error: SDK "/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" cannot be located.
xcrun: error: unable to find utility "ld", not a developer tool or in PATH
Running libtoolize...
Running autoreconf...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:6: installing './compile'
configure.in:2: installing './config.guess'
configure.in:2: installing './config.sub'
configure.in:3: installing './install-sh'
configure.in:3: installing './missing'
Makefile.am: installing './INSTALL'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
example/Makefile.am: installing './depcomp'
lib/Makefile.am:38: warning: source file 'modules/subdir.c' is in a subdirectory,
lib/Makefile.am:38: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
lib/Makefile.am:33: warning: source file 'modules/iconv.c' is in a subdirectory,
lib/Makefile.am:33: but option 'subdir-objects' is disabled
lib/Makefile.am:29: warning: source file 'modules/threadid.c' is in a subdirectory,
lib/Makefile.am:29: but option 'subdir-objects' is disabled
lib/Makefile.am:29: warning: source file 'modules/volicon.c' is in a subdirectory,
lib/Makefile.am:29: but option 'subdir-objects' is disabled
Linking kernel header file...
To compile run './configure', and then 'make'.
checking build system type... x86_64-apple-darwin13.3.0
checking host system type... x86_64-apple-darwin13.3.0
checking target system type... x86_64-apple-darwin13.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether sets $(MAKE)... no
checking whether supports nested variables... no
checking how to print strings... printf
checking for style of include used by ... none
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/tmp/osxfuse-homebrew-10.9-2.7.0/build/fuse':
configure: error: C compiler cannot create executables
See `config.log' for more details
OSXFUSEBuildTool() failed: cannot configure OSXFUSE library source for compilation.
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 4dd056a83ee1579d8ca54bb9e2baf0c783accb9a
CPU: 8-core 64-bit haswell
OS X: 10.9.4-x86_64
Xcode: 5.1.1
CLT: 5.1.0.0.1.1396320587
Error: osxfuse HEAD did not build
X11: 2.7.6 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/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.9
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/gettext/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
Logs:
/Users/martin/Library/Logs/Homebrew/osxfuse/01.build.sh
/Users/martin/Library/Logs/Homebrew/osxfuse/01.build.sh.cc
These open issues may also help:
ntfs-3g: support externally installed OSXFUSE. (https://github.com/Homebrew/homebrew/pull/29745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment