dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.91k stars 4.63k forks source link

macosx 10.13.4 corefx build errors #26017

Closed CliffordOzewell closed 4 years ago

CliffordOzewell commented 6 years ago

Building in CLI Here are my details for the environment: dotnet: 2.2.100-preview1-008633 openssl: 1.0.2o_1 mono: JIT compiler version 5.8.1.0 cmake: version 3.11.1 xcode : 9.2

Output of the build : Cliffs-iMac:corefx cliffozewell$ ./build.sh 
Tools are already initialized
Running: /Users/cliffozewell/Desktop/Repos/corefx/src/Native/build-native.sh   x64  Debug  OSX  --numproc 4  -portable  toolSetDir=c:\tools\clr 
Setting up directories for build
WARNING: Can not determine runtime id for current distro.
Checking pre-requisites...
Commencing build of corefx native components for OSX.x64.Debug
Invoking cmake with arguments: "/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix" DEBUG  -DFEATURE_DISTRO_AGNOSTIC_SSL=0 -DCMAKE_STATIC_LIB_LINK=0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/cliffozewell/Desktop/Repos/corefx/bin/obj/OSX.x64.Debug/native
Executing make install -j 4 
Scanning dependencies of target System.Native-Static
Scanning dependencies of target System.IO.Compression.Native-Static
Scanning dependencies of target System.IO.Compression.Native
Scanning dependencies of target System.Native
[  0%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_console.cpp.o
[  1%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_console.cpp.o
[  1%] Building CXX object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/pal_zlib.cpp.o
[  1%] Building CXX object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/pal_zlib.cpp.o
[  1%] Building C object System.Native/CMakeFiles/System.Native-Static.dir/pal_errno.c.o
[  2%] Building C object System.Native/CMakeFiles/System.Native.dir/pal_errno.c.o
[  3%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/common/dictionary.c.o
[  4%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/common/dictionary.c.o
[  4%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_interfaceaddresses.cpp.o
[  5%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_interfaceaddresses.cpp.o
[  5%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/bit_reader.c.o
[  5%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/bit_reader.c.o
[  5%] Building C object System.Native/CMakeFiles/System.Native-Static.dir/pal_io.c.o
[  6%] Building C object System.Native/CMakeFiles/System.Native.dir/pal_io.c.o
[  8%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/decode.c.o
[  8%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/decode.c.o
[  9%] Building C object System.Native/CMakeFiles/System.Native.dir/pal_maphardwaretype.c.o
[ 10%] Building C object System.Native/CMakeFiles/System.Native-Static.dir/pal_maphardwaretype.c.o
[ 10%] Building C object System.Native/CMakeFiles/System.Native.dir/pal_memory.c.o
[ 11%] Building C object System.Native/CMakeFiles/System.Native-Static.dir/pal_memory.c.o
[ 12%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_mount.cpp.o
[ 12%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_mount.cpp.o
[ 12%] Building C object System.Native/CMakeFiles/System.Native.dir/pal_networking.c.o
[ 13%] Building C object System.Native/CMakeFiles/System.Native-Static.dir/pal_networking.c.o
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/System.Native/pal_networking.c:1026:5: error: declaration shadows a typedef in
      the global scope [-Werror,-Wshadow]
    c_static_assert(sizeof_member(struct xsocket, so_linger) == 2);
    ^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/Common/pal_compiler.h:19:41: note: expanded from macro 'c_static_assert'
#define c_static_assert(e) typedef char __c_static_assert__[(e)?1:-1]
                                        ^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/System.Native/pal_networking.c:142:1: note: previous declaration is here
c_static_assert(offsetof(struct IOVector, Count) == offsetof(struct iovec, iov_len));
^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/Common/pal_compiler.h:19:41: note: expanded from macro 'c_static_assert'
#define c_static_assert(e) typedef char __c_static_assert__[(e)?1:-1]
                                        ^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/System.Native/pal_networking.c:1026:5: error: declaration shadows a typedef in
      the global scope [-Werror,-Wshadow]
    c_static_assert(sizeof_member(struct xsocket, so_linger) == 2);
    ^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/Common/pal_compiler.h:19:41: note: expanded from macro 'c_static_assert'
#define c_static_assert(e) typedef char __c_static_assert__[(e)?1:-1]
                                        ^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/System.Native/pal_networking.c:142:1: note: previous declaration is here
c_static_assert(offsetof(struct IOVector, Count) == offsetof(struct iovec, iov_len));
^
/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/Common/pal_compiler.h:19:41: note: expanded from macro 'c_static_assert'
#define c_static_assert(e) typedef char __c_static_assert__[(e)?1:-1]
                                        ^
1 error generated.
1 error generated.
make[2]: *** [System.Native/CMakeFiles/System.Native.dir/pal_networking.c.o] Error 1
make[1]: *** [System.Native/CMakeFiles/System.Native.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 13%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/huffman.c.o
make[2]: *** [System.Native/CMakeFiles/System.Native-Static.dir/pal_networking.c.o] Error 1
make[1]: *** [System.Native/CMakeFiles/System.Native-Static.dir/all] Error 2
[ 13%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/huffman.c.o
[ 14%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/state.c.o
[ 15%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/dec/state.c.o
[ 15%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/backward_references.c.o
[ 16%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/backward_references.c.o
[ 17%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/backward_references_hq.c.o
[ 17%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/backward_references_hq.c.o
[ 19%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/bit_cost.c.o
[ 19%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/bit_cost.c.o
[ 19%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/block_splitter.c.o
[ 19%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/block_splitter.c.o
[ 20%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/brotli_bit_stream.c.o
[ 20%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/cluster.c.o
[ 21%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/brotli_bit_stream.c.o
[ 21%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/cluster.c.o
[ 22%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/compress_fragment.c.o
[ 23%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/compress_fragment.c.o
[ 23%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/compress_fragment_two_pass.c.o
[ 24%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/compress_fragment_two_pass.c.o
[ 24%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c.o
[ 25%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c.o
[ 26%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/encode.c.o
[ 27%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/encode.c.o
[ 27%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/entropy_encode.c.o
[ 27%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/entropy_encode.c.o
[ 28%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/histogram.c.o
[ 28%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/literal_cost.c.o
[ 29%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/histogram.c.o
[ 29%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/literal_cost.c.o
[ 30%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/memory.c.o
[ 31%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/memory.c.o
[ 31%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/metablock.c.o
[ 31%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/metablock.c.o
[ 32%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/static_dict.c.o
[ 33%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/static_dict.c.o
[ 34%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/utf8_util.c.o
[ 34%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/src/Native/AnyOS/brotli/enc/utf8_util.c.o
[ 35%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native-Static.dir/Users/cliffozewell/Desktop/Repos/corefx/bin/obj/version.c.o
[ 35%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx/bin/obj/version.c.o
[ 37%] Linking CXX shared library System.IO.Compression.Native.dylib
[ 37%] Linking CXX static library System.IO.Compression.Native.a
[ 37%] Built target System.IO.Compression.Native
[ 37%] Built target System.IO.Compression.Native-Static
make: *** [all] Error 2
Failed to build corefx native components.
Command execution failed with exit code 1.

Any help would be greatly appreciated.

[EDIT] Fix log formatting by @karelz

karelz commented 6 years ago

Looks like new MacOS release has new compiler which is more sensitive. Are you interested in putting up PR with fixes?

karelz commented 6 years ago

Looks like the main error is in:

/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix/System.Native/pal_networking.c:1026:5:
error: declaration shadows a typedef in the global scope [-Werror,-Wshadow]
    c_static_assert(sizeof_member(struct xsocket, so_linger) == 2);
CliffordOzewell commented 6 years ago

hey karelz how can i submit a pull request ?

CliffordOzewell commented 6 years ago

I will put up the PR with fixes

CliffordOzewell commented 6 years ago

hey karelz is there a workaround ????? alsao here is the link for my repo https://github.com/CliffordOzewell/corefx.git

karelz commented 6 years ago

@CliffordOzewell I think we need to either downgrade the compiler, or fix the problem:

Offensive line: https://github.com/CliffordOzewell/corefx/blob/aefcc33b5d62c846bfddcb6b5f96416003355f7e/src/Native/Unix/System.Native/pal_networking.c#L1026

    c_static_assert(sizeof_member(struct xsocket, so_linger) == 2);

It seems that the definition of c_static_assert falls back to the last option: https://github.com/dotnet/corefx/blob/e17b9a30803c8c25779b914c7148120073dc589c/src/Native/Unix/Common/pal_compiler.h#L16-L22

It causes duplicate type definitions. I wonder if it is side-effect of migrating C++ to C for Mono ... @luhenry @jkotas @janvorli any idea?

luhenry commented 6 years ago

I can see 2 solutions here:

The problem lies with C compilers that don't support static assert (it's only C11), and there is no good way to fix it. Whatever approach you take is fine by Mono.

CliffordOzewell commented 6 years ago

@luhenry @karelz should I not downgrade then and just run -wno-shadow and define as no-op?

janvorli commented 6 years ago

This is strange, I've recently fixed exactly the same error by adding the #elif defined(__has_extension) && __has_extension(c_static_assert) (line 18 in the comment above) for xcode 9.3 in dotnet/corefx#28768. The xcode 9.2 was working fine with the previous state. So I wonder why the xcode 9.2 on @CliffordOzewell's Mac is having this trouble. @CliffordOzewell, can you please run clang --version from the command line and copy the result here?

CliffordOzewell commented 6 years ago

@janvorli

Cliffs-iMac:corefx cliffozewell$ clang --version Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Cliffs-iMac:corefx cliffozewell$

janvorli commented 6 years ago

@CliffordOzewell ah, I can see your problem. I have taken a look at your repo and it doesn't have the fix I have made in dotnet/corefx#28768. That's why you are hitting that issue. You'll need to update your master from the upstream master.

luhenry commented 6 years ago

@janvorli @karelz @jkotas I'll upsteam https://github.com/mono/corefx/pull/46 as well soon, since it turns out has_extension is not available on all C compilers and for some reasons #if defined(has_extension) && has_extension(...) doesn't work either.

janvorli commented 6 years ago

for some reasons #if defined(has_extension) && has_extension(...) doesn't work either

@luhenry I am not sure what do you mean by that. It is supposed to work on clang only. Are you saying that it doesn't work on clang?

CliffordOzewell commented 6 years ago

Guys , So i pulled @janvorli's Repo and tried to build and this was my outcome now :

Cliffs-iMac:corefx cliffozewell$ ./build.sh Installing dotnet cli... Restoring BuildTools version 2.0.0-prerelease-01812-02... Initializing BuildTools... Making all .sh files executable under Tools. Restoring packages for /Users/cliffozewell/Desktop/Repos/corefx/Tools/crossgen/crossgen.csproj... Installing Microsoft.NETCore.DotNetAppHost 2.0.0-preview1-002111-00. Installing Microsoft.Packaging.Tools 1.0.0-preview1-25301-01. Installing Microsoft.NETCore.DotNetHostResolver 2.0.0-preview1-002111-00. Installing Microsoft.NETCore.App 2.0.0-preview1-002111-00. Installing NETStandard.Library 2.0.0-preview1-25301-01. Installing Microsoft.NETCore.DotNetHostPolicy 2.0.0-preview1-002111-00. Installing Microsoft.NETCore.Platforms 2.0.0-preview1-25305-02. Installing runtime.osx-x64.Microsoft.NETCore.DotNetAppHost 2.0.0-preview1-002111-00. Installing runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver 2.0.0-preview1-002111-00. Installing runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy 2.0.0-preview1-002111-00. Installing runtime.osx-x64.Microsoft.NETCore.App 2.0.0-preview1-002111-00. Generating MSBuild file /Users/cliffozewell/Desktop/Repos/corefx/Tools/crossgen/obj/crossgen.csproj.nuget.g.props. Generating MSBuild file /Users/cliffozewell/Desktop/Repos/corefx/Tools/crossgen/obj/crossgen.csproj.nuget.g.targets. Writing lock file to disk. Path: /Users/cliffozewell/Desktop/Repos/corefx/Tools/crossgen/obj/project.assets.json Restore completed in 6.27 sec for /Users/cliffozewell/Desktop/Repos/corefx/Tools/crossgen/crossgen.csproj.

NuGet Config files used: /Users/cliffozewell/Desktop/Repos/corefx/NuGet.Config /Users/cliffozewell/.nuget/NuGet/NuGet.Config

Feeds used: https://dotnet.myget.org/F/dotnet-core/api/v3/index.json

Installed: 11 package(s) to /Users/cliffozewell/Desktop/Repos/corefx/Tools/crossgen/crossgen.csproj Running crossgen on all assemblies in /Users/cliffozewell/Desktop/Repos/corefx/Tools. /Users/cliffozewell/Desktop/Repos/corefx/Tools/Desktop.Analyzers.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Desktop.Analyzers.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/GenFacades.Core.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/GenFacades.Core.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.PlatformAbstractions.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.PlatformAbstractions.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.AttributedModel.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.AttributedModel.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.Runtime.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.Runtime.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/project.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/project.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Security.Cryptography.Hashing.Algorithms.Analyzers.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Security.Cryptography.Hashing.Algorithms.Analyzers.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.Tasks.CodeAnalysis.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.Tasks.CodeAnalysis.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/vbc.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/vbc.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/GenFacades.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/GenFacades.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.LibraryModel.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.LibraryModel.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Versioning.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Versioning.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/GenAPI.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/GenAPI.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.DependencyResolver.Core.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.DependencyResolver.Core.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Packaging.Core.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Packaging.Core.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/csc.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/csc.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.Hosting.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.Hosting.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.Convention.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.Convention.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/run.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/run.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.TypedParts.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Composition.TypedParts.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Common.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Common.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/ApiCompat.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/ApiCompat.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Configuration.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Configuration.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.Build.CloudTestTasks.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.Build.CloudTestTasks.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.VersionTools.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.VersionTools.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Frameworks.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Frameworks.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Xml.XPath.XmlDocument.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/System.Xml.XPath.XmlDocument.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.ProjectModel.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.ProjectModel.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/BclRewriter.exe -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/BclRewriter.ni.exe /Users/cliffozewell/Desktop/Repos/corefx/Tools/MSBuild.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/MSBuild.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Cci.Extensions.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Cci.Extensions.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.Build.Tasks.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.Build.Tasks.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.Build.Tasks.Packaging.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.DotNet.Build.Tasks.Packaging.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.Utilities.Core.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.Utilities.Core.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Packaging.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Packaging.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Commands.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Commands.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.Tasks.Core.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.Tasks.Core.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Protocol.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/NuGet.Protocol.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Newtonsoft.Json.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Newtonsoft.Json.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Build.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Cci.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.Cci.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.CodeAnalysis.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.CodeAnalysis.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.CodeAnalysis.CSharp.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.CodeAnalysis.CSharp.ni.dll /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.CodeAnalysis.VisualBasic.dll -> /Users/cliffozewell/Desktop/Repos/corefx/Tools/Microsoft.CodeAnalysis.VisualBasic.ni.dll Crossgen finished. Done initializing tools. Running: /Users/cliffozewell/Desktop/Repos/corefx/src/Native/build-native.sh x64 Debug OSX --numproc 4 -portable toolSetDir=c:\tools\clr Setting up directories for build Checking pre-requisites... Commencing build of corefx native components for OSX.x64.Debug Invoking cmake with arguments: "/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix" DEBUG -DFEATURE_DISTRO_AGNOSTIC_SSL=0 -DCMAKE_STATIC_LIB_LINK=0 -- The C compiler identification is AppleClang 9.1.0.9020039 -- The CXX compiler identification is AppleClang 9.1.0.9020039 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for include file linux/in.h -- Looking for include file linux/in.h - not found -- Performing Test HAVE_IN_PKTINFO -- Performing Test HAVE_IN_PKTINFO - Success -- Performing Test HAVE_IP_MREQN -- Performing Test HAVE_IP_MREQN - Success -- Performing Test HAVE_FLOCK64 -- Performing Test HAVE_FLOCK64 - Failed -- Looking for lseek64 -- Looking for lseek64 - not found -- Looking for mmap64 -- Looking for mmap64 - not found -- Looking for ftruncate64 -- Looking for ftruncate64 - not found -- Looking for posix_fadvise64 -- Looking for posix_fadvise64 - not found -- Looking for stat64 -- Looking for stat64 - found -- Looking for pipe2 -- Looking for pipe2 - not found -- Looking for getmntinfo -- Looking for getmntinfo - found -- Looking for strcpy_s -- Looking for strcpy_s - not found -- Looking for strlcpy -- Looking for strlcpy - found -- Looking for posix_fadvise -- Looking for posix_fadvise - not found -- Looking for ioctl -- Looking for ioctl - found -- Looking for sched_getaffinity -- Looking for sched_getaffinity - not found -- Looking for sched_setaffinity -- Looking for sched_setaffinity - not found -- Looking for TIOCGWINSZ -- Looking for TIOCGWINSZ - found -- Looking for tcgetattr -- Looking for tcgetattr - found -- Looking for tcsetattr -- Looking for tcsetattr - found -- Looking for ECHO -- Looking for ECHO - found -- Looking for ICANON -- Looking for ICANON - found -- Looking for TCSANOW -- Looking for TCSANOW - found -- Performing Test HAVE_STAT_BIRTHTIME -- Performing Test HAVE_STAT_BIRTHTIME - Success -- Performing Test HAVE_DIRENT_NAME_LEN -- Performing Test HAVE_DIRENT_NAME_LEN - Success -- Performing Test HAVE_STATFS_FSTYPENAME -- Performing Test HAVE_STATFS_FSTYPENAME - Success -- Performing Test HAVE_STATVFS_FSTYPENAME -- Performing Test HAVE_STATVFS_FSTYPENAME - Failed -- Check size of struct statfs -- Check size of struct statfs - done -- Performing Test HAVE_GNU_STRERROR_R -- Performing Test HAVE_GNU_STRERROR_R - Failed -- Performing Test HAVE_READDIR_R -- Performing Test HAVE_READDIR_R - Success -- Performing Test KEVENT_HAS_VOID_UDATA -- Performing Test KEVENT_HAS_VOID_UDATA - Success -- Performing Test HAVE_FDS_BITS -- Performing Test HAVE_FDS_BITS - Success -- Performing Test HAVE_PRIVATE_FDS_BITS -- Performing Test HAVE_PRIVATE_FDS_BITS - Failed -- Performing Test HAVE_SENDFILE_4 -- Performing Test HAVE_SENDFILE_4 - Failed -- Performing Test HAVE_SENDFILE_6 -- Performing Test HAVE_SENDFILE_6 - Success -- Looking for fcopyfile -- Looking for fcopyfile - found -- Looking for epoll_create1 -- Looking for epoll_create1 - not found -- Looking for accept4 -- Looking for accept4 - not found -- Looking for kqueue -- Looking for kqueue - found -- Performing Test HAVE_GETHOSTBYADDR_R -- Performing Test HAVE_GETHOSTBYADDR_R - Failed -- Performing Test HAVE_GETHOSTBYNAME_R -- Performing Test HAVE_GETHOSTBYNAME_R - Failed -- Performing Test HAVE_GETNAMEINFO_SIGNED_FLAGS -- Performing Test HAVE_GETNAMEINFO_SIGNED_FLAGS - Success -- Performing Test HAVE_CLOCK_MONOTONIC -- Performing Test HAVE_CLOCK_MONOTONIC - Success -- Performing Test HAVE_CLOCK_REALTIME -- Performing Test HAVE_CLOCK_REALTIME - Success -- Looking for mach_absolute_time -- Looking for mach_absolute_time - found -- Looking for mach_timebase_info -- Looking for mach_timebase_info - found -- Looking for futimes -- Looking for futimes - found -- Looking for futimens -- Looking for futimens - found -- Performing Test BIND_ADDRLEN_UNSIGNED -- Performing Test BIND_ADDRLEN_UNSIGNED - Success -- Performing Test IPV6MR_INTERFACE_UNSIGNED -- Performing Test IPV6MR_INTERFACE_UNSIGNED - Success -- Performing Test INOTIFY_RM_WATCH_WD_UNSIGNED -- Performing Test INOTIFY_RM_WATCH_WD_UNSIGNED - Failed -- Performing Test HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP -- Performing Test HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP - Failed -- Checking prototype getpriority for PRIORITY_REQUIRES_INT_WHO - False -- Checking prototype kevent for KEVENT_REQUIRES_INT_PARAMS - True -- Performing Test HAVE_MKSTEMPS -- Performing Test HAVE_MKSTEMPS - Success -- Performing Test HAVE_MKSTEMP -- Performing Test HAVE_MKSTEMP - Success -- Performing Test HAVE_TCP_VAR_H -- Performing Test HAVE_TCP_VAR_H - Success -- Looking for include file sys/cdefs.h -- Looking for include file sys/cdefs.h - found -- Performing Test HAVE_TCP_H_TCPSTATE_ENUM -- Performing Test HAVE_TCP_H_TCPSTATE_ENUM - Failed -- Looking for TCPS_ESTABLISHED -- Looking for TCPS_ESTABLISHED - found -- Performing Test HAVE_RT_MSGHDR -- Performing Test HAVE_RT_MSGHDR - Success -- Looking for include file sys/sysctl.h -- Looking for include file sys/sysctl.h - found -- Looking for include file linux/rtnetlink.h -- Looking for include file linux/rtnetlink.h - not found -- Looking for getpeereid -- Looking for getpeereid - found -- Looking for getdomainname -- Looking for getdomainname - found -- Looking for uname -- Looking for uname - found -- Performing Test HAVE_GETDOMAINNAME_SIZET -- Performing Test HAVE_GETDOMAINNAME_SIZET - Failed -- Looking for inotify_init -- Looking for inotify_init - not found -- Looking for inotify_add_watch -- Looking for inotify_add_watch - not found -- Looking for inotify_rm_watch -- Looking for inotify_rm_watch - not found -- Performing Test HAVE_CURLM_ADDED_ALREADY -- Performing Test HAVE_CURLM_ADDED_ALREADY - Success -- Performing Test HAVE_CURL_HTTP_VERSION_2_0 -- Performing Test HAVE_CURL_HTTP_VERSION_2_0 - Success -- Performing Test HAVE_CURLPIPE_MULTIPLEX -- Performing Test HAVE_CURLPIPE_MULTIPLEX - Success -- Performing Test HAVE_CURL_SSLVERSION_TLSv1_012 -- Performing Test HAVE_CURL_SSLVERSION_TLSv1_012 - Success -- Looking for include file GSS/GSS.h -- Looking for include file GSS/GSS.h - found -- Looking for GSS_SPNEGO_MECHANISM -- Looking for GSS_SPNEGO_MECHANISM - found -- Looking for GSS_KRB5_CRED_NO_CI_FLAGS_X -- Looking for GSS_KRB5_CRED_NO_CI_FLAGS_X - found -- Looking for include file crt_externs.h -- Looking for include file crt_externs.h - found -- Performing Test HAVE_NSGETENVIRON -- Performing Test HAVE_NSGETENVIRON - Success -- Performing Test HAVE_IN_EXCL_UNLINK -- Performing Test HAVE_IN_EXCL_UNLINK - Failed -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") -- Found CURL: /usr/lib/libcurl.dylib (found version "7.54.0") CMake Error at /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) Call Stack (most recent call first): /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindOpenSSL.cmake:390 (find_package_handle_standard_args) System.Security.Cryptography.Native/CMakeLists.txt:15 (find_package)

-- Configuring incomplete, errors occurred! See also "/Users/cliffozewell/Desktop/Repos/corefx/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeOutput.log". See also "/Users/cliffozewell/Desktop/Repos/corefx/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeError.log". Failed to generate native component build project! Command execution failed with exit code 1. Cliffs-iMac:corefx cliffozewell$

Is this because openssl wont link unless i add the PATH the my complier ?

janvorli commented 6 years ago

@luhenry btw, one more option to make the typedef work is to create a unique name of the type. The GNU C has __COUNTER__ macro that can be used for that. So we can make another typedef version e.g. as follows that would fix the issue:

#define CONCAT2(x, y, z) x##y##z
#define CONCAT(x, y, z)  CONCAT2(x, y, z)
#define c_static_assert(e) typedef char CONCAT(__c_static_assert_, __COUNTER__, __[(e)?1:-1])
janvorli commented 6 years ago

@CliffordOzewell you can just set the OPENSSL_ROOT_DIR as the error message suggests to the root of your openssl installation. On my Mac, it is /usr/local/Cellar/openssl/1.0.2n.

CliffordOzewell commented 6 years ago

here is the output after i added the path suggested :

Cliffs-iMac:corefx cliffozewell$ ./build.sh Tools are already initialized Running: /Users/cliffozewell/Desktop/Repos/corefx/src/Native/build-native.sh x64 Debug OSX --numproc 4 -portable toolSetDir=c:\tools\clr Setting up directories for build Checking pre-requisites... Commencing build of corefx native components for OSX.x64.Debug Invoking cmake with arguments: "/Users/cliffozewell/Desktop/Repos/corefx/src/Native/Unix" DEBUG -DFEATURE_DISTRO_AGNOSTIC_SSL=0 -DCMAKE_STATIC_LIB_LINK=0 CMake Error at /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) Call Stack (most recent call first): /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindOpenSSL.cmake:390 (find_package_handle_standard_args) System.Security.Cryptography.Native/CMakeLists.txt:15 (find_package)

-- Configuring incomplete, errors occurred! See also "/Users/cliffozewell/Desktop/Repos/corefx/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeOutput.log". See also "/Users/cliffozewell/Desktop/Repos/corefx/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeError.log". Failed to generate native component build project! Command execution failed with exit code 1. Cliffs-iMac:corefx cliffozewell$

CliffordOzewell commented 6 years ago

also looks like clang is old : Cliffs-iMac:corefx cliffozewell$ which clang /usr/bin/clang Cliffs-iMac:corefx cliffozewell$ clang --version Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Cliffs-iMac:corefx cliffozewell$ brew update clang Error: This command updates brew itself, and does not take formula names. Use 'brew upgrade clang' instead. Cliffs-iMac:corefx cliffozewell$ brew upgrade clang Updating Homebrew... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae youtube-dl

Error: No available formula with the name "clang" Cliffs-iMac:corefx cliffozewell$ clang --version Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Cliffs-iMac:corefx cliffozewell$

luhenry commented 6 years ago

for some reasons #if defined(has_extension) && has_extension(...) doesn't work either

@luhenry I am not sure what do you mean by that. It is supposed to work on clang only. Are you saying that it doesn't work on clang?

For some reasons, some compilers will complain about the second has_extension (something with unknown binary operator), all because it seems like the pre-processor is not smart enough to recognize the first defined(has_extension).

@luhenry btw, one more option to make the typedef work is to create a unique name of the type. The GNU C has COUNTER macro that can be used for that

It seems like a good option, but we need to guard against the existence of __COUNTER__ since Mono is required to be compilable against older/weirder C compilers, and we don't get to be latest clang only.

janvorli commented 6 years ago

@CliffordOzewell the clang is not old, I have the same version on my Mac installed by the xcode 9.3. The clang version number has clearly nothing to do with the xcode version number, although it is part of xcode. As for the openssl detection still not working, I assume you have checked that the openssl library is really in the directory you have set the env variable to, right? And btw, how have you set the env variable? Have you done it using the "export" or have you set it as a prefix of the command? One more thing that I would do is to delete the "bin" folder to make sure CMake starts from scratch without any cached intermediate results.

janvorli commented 6 years ago

@luhenry sure, we would need to check if __COUNTER__ is defined first. And I have meant to use it for GCC, not clang which already supports the _Static_assert. The __COUNTER__ macro is supported by GCC starting from version 4.3 which was released in March 2008. And my guess would be that the older GCC would just accept the typedef as we had it without the counter. I've tried it with GCC 4.1.2 and it worked. In fact, it works even with the GCC 7.3, so maybe we don't need the __COUNTER__ stuff at all and it is fine the way we have it now for all compilers.

CliffordOzewell commented 6 years ago

@janvorli i have set the env var by using adding the export path command i wlll send the modded ~/.bash profile shortly to confirm its done correctly as well as start from scratch on the bin folder so cmake not cached

CliffordOzewell commented 6 years ago

@janvorli here is the output of my bash


# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH=/Users/cliffozewell/Library/Python/3.6/lib/python/site-packages:$PATH

# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
#PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"

#./configure LDFLAGS='-L/usr/local/opt/openssl/lib' CPPFLAGS='-I/usr/local/opt/openssl/#include' PKG_CONFIG_PATH='/usr/local/opt/openss$
export PATH="$PATH:/usr/local/Cellar/openssl/1.0.2n/bin/openssl"
janvorli commented 6 years ago

@CliffordOzewell I don't see the OPENSSL_ROOT_DIR being set there. The line below should fix the build:

export OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2n

or you can just prefix the build.sh with the variable setting like this instead:

OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2n build.sh
CliffordOzewell commented 6 years ago

@janvorli ok let me correct that.

CliffordOzewell commented 6 years ago

@janvorli now this is what the compiler is complaining about :

Cliffs-iMac:corefx-new cliffozewell$ ./build.sh Tools are already initialized Running: /Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/build-native.sh x64 Debug OSX --numproc 4 -portable toolSetDir=c:\tools\clr Setting up directories for build Checking pre-requisites... Commencing build of corefx native components for OSX.x64.Debug Invoking cmake with arguments: "/Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/Unix" DEBUG -DFEATURE_DISTRO_AGNOSTIC_SSL=0 -DCMAKE_STATIC_LIB_LINK=0 CMake Error at /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) Call Stack (most recent call first): /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/FindOpenSSL.cmake:390 (find_package_handle_standard_args) System.Security.Cryptography.Native/CMakeLists.txt:15 (find_package)

-- Configuring incomplete, errors occurred! See also "/Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeOutput.log". See also "/Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeError.log". Failed to generate native component build project! Command execution failed with exit code 1. Cliffs-iMac:corefx-new cliffozewell$ brew install cmake Warning: cmake 3.11.1 is already installed and up-to-date To reinstall 3.11.1, run brew reinstall cmake Cliffs-iMac:corefx-new cliffozewell$ brew reinstall cmake ==> Reinstalling cmake ==> Downloading https://homebrew.bintray.com/bottles/cmake-3.11.1.high_sierra.bottle.tar.gz Already downloaded: /Users/cliffozewell/Library/Caches/Homebrew/cmake-3.11.1.high_sierra.bottle.tar.gz ==> Pouring cmake-3.11.1.high_sierra.bottle.tar.gz ==> Caveats Emacs Lisp files have been installed to: /usr/local/share/emacs/site-lisp/cmake ==> Summary 🍺 /usr/local/Cellar/cmake/3.11.1: 2,363 files, 32.7MB

this is even after i set the correct path as you mentioned

janvorli commented 6 years ago

I assume you have opened a new console after modifying the .bash file, because without that, the env vars would not be set. You can also verify that the variable is set by

echo $OPENSSL_ROOT_DIR

If it prints the right value and the build still fails with the same issue, my guess would would be that either the openssl installation is broken or some of its dependencies are missing. We can actually get more details from the /Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeOutput.log and /Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeError.log files. Could you please share them via gist?

CliffordOzewell commented 6 years ago

Yes I will post them right now

Sent from my iPhone

On May 2, 2018, at 12:01 PM, Jan Vorlicek notifications@github.com<mailto:notifications@github.com> wrote:

I assume you have opened a new console after modifying the .bash file, because without that, the env vars would not be set. You can also verify that the variable is set by

echo $OPENSSL_ROOT_DIR

If it prints the right value and the build still fails with the same issue, my guess would would be that either the openssl installation is broken or some of its dependencies are missing. We can actually get more details from the /Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeOutput.log and /Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeError.log files. Could you please share them via gist?

- You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/dotnet/corefx/issues/29380#issuecomment-386085421, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjplEGm3gQvz-U4E7L0BnQSBvdv9sopVks5tugKkgaJpZM4TrBXM.

CliffordOzewell commented 6 years ago

@janvorli here is the output of the CMakeOutput.log :

Cliffs-iMac:CMakeFiles cliffozewell$ cat CMakeOutput.log The system is: Darwin - 17.5.0 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /Library/Developer/CommandLineTools/usr/bin/clang Build flags: Id flags:

The output was: 0

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is AppleClang, found in "/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/3.11.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ Build flags: Id flags:

The output was: 0

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is AppleClang, found in "/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/3.11.1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_79508/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_79508.dir/build.make CMakeFiles/cmTC_79508.dir/build Building C object CMakeFiles/cmTC_79508.dir/testCCompiler.c.o /Library/Developer/CommandLineTools/usr/bin/clang -o CMakeFiles/cmTC_79508.dir/testCCompiler.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTC_79508 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79508.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79508.dir/testCCompiler.c.o -o cmTC_79508

Detecting C compiler ABI info compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_076ae/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_076ae.dir/build.make CMakeFiles/cmTC_076ae.dir/build Building C object CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o /Library/Developer/CommandLineTools/usr/bin/clang -o CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCCompilerABI.c Linking C executable cmTC_076ae /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_076ae.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -o cmTC_076ae Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_076ae -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-351.8 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /System/Library/Frameworks/

Parsed C implicit link information from above output: link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/]*( |$)] ignore line: [Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/bin/make" "cmTC_076ae/fast"] ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_076ae.dir/build.make CMakeFiles/cmTC_076ae.dir/build] ignore line: [Building C object CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang -o CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Linking C executable cmTC_076ae] ignore line: [/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_076ae.dir/link.txt --verbose=1] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -o cmTC_076ae ] ignore line: [Apple LLVM version 9.1.0 (clang-902.0.39.1)] ignore line: [Target: x86_64-apple-darwin17.5.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_076ae -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.13.0] ==> ignore arg [-o] ==> ignore arg [cmTC_076ae] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lSystem] ==> lib [System] arg [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] Library search paths: [;/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] remove lib [System] remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] collapse library dir [/usr/lib] ==> [/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] implicit libs: [] implicit dirs: [/usr/lib;/usr/local/lib] implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]

Detecting C [-std=c11] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a3160/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a3160.dir/build.make CMakeFiles/cmTC_a3160.dir/build Building C object CMakeFiles/cmTC_a3160.dir/feature_tests.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -o CMakeFiles/cmTC_a3160.dir/feature_tests.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.c Linking C executable cmTC_a3160 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3160.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3160.dir/feature_tests.c.o -o cmTC_a3160

Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c99] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_054e9/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_054e9.dir/build.make CMakeFiles/cmTC_054e9.dir/build Building C object CMakeFiles/cmTC_054e9.dir/feature_tests.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c99 -o CMakeFiles/cmTC_054e9.dir/feature_tests.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.c Linking C executable cmTC_054e9 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_054e9.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_054e9.dir/feature_tests.c.o -o cmTC_054e9

Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c90] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a2a52/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a2a52.dir/build.make CMakeFiles/cmTC_a2a52.dir/build Building C object CMakeFiles/cmTC_a2a52.dir/feature_tests.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c90 -o CMakeFiles/cmTC_a2a52.dir/feature_tests.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.c Linking C executable cmTC_a2a52 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2a52.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2a52.dir/feature_tests.c.o -o cmTC_a2a52

Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros

Determining if the CXX compiler works passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d93ed/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d93ed.dir/build.make CMakeFiles/cmTC_d93ed.dir/build Building CXX object CMakeFiles/cmTC_d93ed.dir/testCXXCompiler.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -o CMakeFiles/cmTC_d93ed.dir/testCXXCompiler.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTC_d93ed /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d93ed.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d93ed.dir/testCXXCompiler.cxx.o -o cmTC_d93ed

Detecting CXX compiler ABI info compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_84735/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_84735.dir/build.make CMakeFiles/cmTC_84735.dir/build Building CXX object CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o /Library/Developer/CommandLineTools/usr/bin/clang++ -o CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp Linking CXX executable cmTC_84735 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84735.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_84735 Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_84735 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-351.8 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /System/Library/Frameworks/

Parsed CXX implicit link information from above output: link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/]*( |$)] ignore line: [Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/bin/make" "cmTC_84735/fast"] ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_84735.dir/build.make CMakeFiles/cmTC_84735.dir/build] ignore line: [Building CXX object CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang++ -o CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Linking CXX executable cmTC_84735] ignore line: [/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84735.dir/link.txt --verbose=1] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_84735 ] ignore line: [Apple LLVM version 9.1.0 (clang-902.0.39.1)] ignore line: [Target: x86_64-apple-darwin17.5.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_84735 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.13.0] ==> ignore arg [-o] ==> ignore arg [cmTC_84735] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lc++] ==> lib [c++] arg [-lSystem] ==> lib [System] arg [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] Library search paths: [;/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] remove lib [System] remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] collapse library dir [/usr/lib] ==> [/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] implicit libs: [c++] implicit dirs: [/usr/lib;/usr/local/lib] implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]

Detecting CXX [-std=c++1z] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f703b/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f703b.dir/build.make CMakeFiles/cmTC_f703b.dir/build Building CXX object CMakeFiles/cmTC_f703b.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++1z -o CMakeFiles/cmTC_f703b.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_f703b /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f703b.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f703b.dir/feature_tests.cxx.o -o cmTC_f703b

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++14] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5b14d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5b14d.dir/build.make CMakeFiles/cmTC_5b14d.dir/build Building CXX object CMakeFiles/cmTC_5b14d.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_5b14d.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_5b14d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b14d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b14d.dir/feature_tests.cxx.o -o cmTC_5b14d

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++11] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_21ca8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_21ca8.dir/build.make CMakeFiles/cmTC_21ca8.dir/build Building CXX object CMakeFiles/cmTC_21ca8.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_21ca8.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_21ca8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21ca8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21ca8.dir/feature_tests.cxx.o -o cmTC_21ca8

Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++98] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_143d5/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_143d5.dir/build.make CMakeFiles/cmTC_143d5.dir/build Building CXX object CMakeFiles/cmTC_143d5.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_143d5.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_143d5 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_143d5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_143d5.dir/feature_tests.cxx.o -o cmTC_143d5

Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates

Performing C SOURCE FILE Test HAVE_IN_PKTINFO succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_cc6f0/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_cc6f0.dir/build.make CMakeFiles/cmTC_cc6f0.dir/build Building C object CMakeFiles/cmTC_cc6f0.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IN_PKTINFO -Werror -o CMakeFiles/cmTC_cc6f0.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_cc6f0 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc6f0.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IN_PKTINFO -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cc6f0.dir/src.c.o -o cmTC_cc6f0

Source file was:

#include <netinet/in.h>
int main()
{
    struct in_pktinfo;
    return 0;
}

Performing C SOURCE FILE Test HAVE_IP_MREQN succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_80313/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_80313.dir/build.make CMakeFiles/cmTC_80313.dir/build Building C object CMakeFiles/cmTC_80313.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IP_MREQN -Werror -o CMakeFiles/cmTC_80313.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_80313 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80313.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IP_MREQN -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_80313.dir/src.c.o -o cmTC_80313

Source file was:

#include <netinet/in.h>
int main()
{
    struct ip_mreqn;
    return 0;
}

Determining if the function stat64 exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_afd4d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_afd4d.dir/build.make CMakeFiles/cmTC_afd4d.dir/build Building C object CMakeFiles/cmTC_afd4d.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=stat64 -Werror -o CMakeFiles/cmTC_afd4d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_afd4d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_afd4d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=stat64 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afd4d.dir/CheckFunctionExists.c.o -o cmTC_afd4d

Determining if the function getmntinfo exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_29b92/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_29b92.dir/build.make CMakeFiles/cmTC_29b92.dir/build Building C object CMakeFiles/cmTC_29b92.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getmntinfo -Werror -o CMakeFiles/cmTC_29b92.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_29b92 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29b92.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getmntinfo -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29b92.dir/CheckFunctionExists.c.o -o cmTC_29b92

Determining if the function strlcpy exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d31a7/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d31a7.dir/build.make CMakeFiles/cmTC_d31a7.dir/build Building C object CMakeFiles/cmTC_d31a7.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=strlcpy -Werror -o CMakeFiles/cmTC_d31a7.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_d31a7 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d31a7.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=strlcpy -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d31a7.dir/CheckFunctionExists.c.o -o cmTC_d31a7

Determining if the function ioctl exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_12c02/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_12c02.dir/build.make CMakeFiles/cmTC_12c02.dir/build Building C object CMakeFiles/cmTC_12c02.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=ioctl -Werror -o CMakeFiles/cmTC_12c02.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_12c02 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12c02.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=ioctl -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_12c02.dir/CheckFunctionExists.c.o -o cmTC_12c02

Determining if the TIOCGWINSZ exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a5b7e/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a5b7e.dir/build.make CMakeFiles/cmTC_a5b7e.dir/build Building C object CMakeFiles/cmTC_a5b7e.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_a5b7e.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_a5b7e /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5b7e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a5b7e.dir/CheckSymbolExists.c.o -o cmTC_a5b7e

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <sys/ioctl.h>

int main(int argc, char** argv) { (void)argv;

ifndef TIOCGWINSZ

return ((int*)(&TIOCGWINSZ))[argc];

else

(void)argc; return 0;

endif

}

Determining if the function tcgetattr exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dd1d5/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_dd1d5.dir/build.make CMakeFiles/cmTC_dd1d5.dir/build Building C object CMakeFiles/cmTC_dd1d5.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcgetattr -Werror -o CMakeFiles/cmTC_dd1d5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_dd1d5 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd1d5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcgetattr -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dd1d5.dir/CheckFunctionExists.c.o -o cmTC_dd1d5

Determining if the function tcsetattr exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3d3dd/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3d3dd.dir/build.make CMakeFiles/cmTC_3d3dd.dir/build Building C object CMakeFiles/cmTC_3d3dd.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcsetattr -Werror -o CMakeFiles/cmTC_3d3dd.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_3d3dd /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d3dd.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcsetattr -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d3dd.dir/CheckFunctionExists.c.o -o cmTC_3d3dd

Determining if the ECHO exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_62055/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_62055.dir/build.make CMakeFiles/cmTC_62055.dir/build Building C object CMakeFiles/cmTC_62055.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_62055.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_62055 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62055.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62055.dir/CheckSymbolExists.c.o -o cmTC_62055

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef ECHO

return ((int*)(&ECHO))[argc];

else

(void)argc; return 0;

endif

}

Determining if the ICANON exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_57b92/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_57b92.dir/build.make CMakeFiles/cmTC_57b92.dir/build Building C object CMakeFiles/cmTC_57b92.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_57b92.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_57b92 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57b92.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57b92.dir/CheckSymbolExists.c.o -o cmTC_57b92

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef ICANON

return ((int*)(&ICANON))[argc];

else

(void)argc; return 0;

endif

}

Determining if the TCSANOW exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_21ed8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_21ed8.dir/build.make CMakeFiles/cmTC_21ed8.dir/build Building C object CMakeFiles/cmTC_21ed8.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_21ed8.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_21ed8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21ed8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21ed8.dir/CheckSymbolExists.c.o -o cmTC_21ed8

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef TCSANOW

return ((int*)(&TCSANOW))[argc];

else

(void)argc; return 0;

endif

}

Performing C SOURCE FILE Test HAVE_STAT_BIRTHTIME succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a24ec/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a24ec.dir/build.make CMakeFiles/cmTC_a24ec.dir/build Building C object CMakeFiles/cmTC_a24ec.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STAT_BIRTHTIME -Werror -o CMakeFiles/cmTC_a24ec.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_a24ec /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a24ec.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STAT_BIRTHTIME -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a24ec.dir/src.c.o -o cmTC_a24ec

Source file was:

include <sys/types.h>

include <sys/stat.h>

int main() { (void)sizeof(((struct stat *)0)->st_birthtime); return 0; }

Performing C SOURCE FILE Test HAVE_DIRENT_NAME_LEN succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ec65d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ec65d.dir/build.make CMakeFiles/cmTC_ec65d.dir/build Building C object CMakeFiles/cmTC_ec65d.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_DIRENT_NAME_LEN -Werror -o CMakeFiles/cmTC_ec65d.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_ec65d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec65d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_DIRENT_NAME_LEN -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ec65d.dir/src.c.o -o cmTC_ec65d

Source file was:

include

int main() { (void)sizeof(((struct dirent *)0)->d_namlen); return 0; }

Performing C SOURCE FILE Test HAVE_STATFS_FSTYPENAME succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f3636/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f3636.dir/build.make CMakeFiles/cmTC_f3636.dir/build Building C object CMakeFiles/cmTC_f3636.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STATFS_FSTYPENAME -Werror -o CMakeFiles/cmTC_f3636.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_f3636 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3636.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STATFS_FSTYPENAME -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3636.dir/src.c.o -o cmTC_f3636

Source file was:

include <sys/mount.h>

int main() { (void)sizeof(((struct statfs *)0)->f_fstypename); return 0; }

Determining size of struct statfs passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_88f0d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_88f0d.dir/build.make CMakeFiles/cmTC_88f0d.dir/build Building C object CMakeFiles/cmTC_88f0d.dir/HAVE_STATFS.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_88f0d.dir/HAVE_STATFS.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckTypeSize/HAVE_STATFS.c Linking C executable cmTC_88f0d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88f0d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_88f0d.dir/HAVE_STATFS.c.o -o cmTC_88f0d

Performing C++ SOURCE FILE Test HAVE_READDIR_R succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b0182/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0182.dir/build.make CMakeFiles/cmTC_b0182.dir/build Building CXX object CMakeFiles/cmTC_b0182.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_READDIR_R -Werror -o CMakeFiles/cmTC_b0182.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_b0182 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0182.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_READDIR_R -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0182.dir/src.cxx.o -o cmTC_b0182

Source file was:

#include <dirent.h>
int main(void)
{
    DIR* dir;
    struct dirent* entry;
    struct dirent* result;
    readdir_r(dir, entry, &result);
    return 0;
}

Performing C++ SOURCE FILE Test KEVENT_HAS_VOID_UDATA succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_eb3e8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_eb3e8.dir/build.make CMakeFiles/cmTC_eb3e8.dir/build Building CXX object CMakeFiles/cmTC_eb3e8.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DKEVENT_HAS_VOID_UDATA -Werror -o CMakeFiles/cmTC_eb3e8.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_eb3e8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb3e8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DKEVENT_HAS_VOID_UDATA -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eb3e8.dir/src.cxx.o -o cmTC_eb3e8

Source file was:

#include <sys/types.h>
#include <sys/event.h>
int main(void)
{
    struct kevent event;
    void* data;
    EV_SET(&event, 0, EVFILT_READ, 0, 0, 0, data);
    return 0;
}

Performing C SOURCE FILE Test HAVE_FDS_BITS succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8c795/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_8c795.dir/build.make CMakeFiles/cmTC_8c795.dir/build Building C object CMakeFiles/cmTC_8c795.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_FDS_BITS -Werror -o CMakeFiles/cmTC_8c795.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8c795 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c795.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_FDS_BITS -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8c795.dir/src.c.o -o cmTC_8c795

Source file was:

include <sys/select.h>

int main() { (void)sizeof(((struct fd_set *)0)->fds_bits); return 0; }

Performing C++ SOURCE FILE Test HAVE_SENDFILE_6 succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6a8c1/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6a8c1.dir/build.make CMakeFiles/cmTC_6a8c1.dir/build Building CXX object CMakeFiles/cmTC_6a8c1.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_SENDFILE_6 -Werror -o CMakeFiles/cmTC_6a8c1.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_6a8c1 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a8c1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_SENDFILE_6 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a8c1.dir/src.cxx.o -o cmTC_6a8c1

Source file was:

#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
int main() { int i = sendfile(0, 0, 0, NULL, NULL, 0); return 0; }

Determining if the function fcopyfile exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_81e31/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_81e31.dir/build.make CMakeFiles/cmTC_81e31.dir/build Building C object CMakeFiles/cmTC_81e31.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=fcopyfile -Werror -o CMakeFiles/cmTC_81e31.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_81e31 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81e31.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=fcopyfile -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_81e31.dir/CheckFunctionExists.c.o -o cmTC_81e31

Determining if the function kqueue exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_79b95/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_79b95.dir/build.make CMakeFiles/cmTC_79b95.dir/build Building C object CMakeFiles/cmTC_79b95.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=kqueue -Werror -o CMakeFiles/cmTC_79b95.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_79b95 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79b95.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=kqueue -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79b95.dir/CheckFunctionExists.c.o -o cmTC_79b95

Performing C++ SOURCE FILE Test HAVE_GETNAMEINFO_SIGNED_FLAGS succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_58ea4/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_58ea4.dir/build.make CMakeFiles/cmTC_58ea4.dir/build Building CXX object CMakeFiles/cmTC_58ea4.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_GETNAMEINFO_SIGNED_FLAGS -Werror -Wsign-conversion -o CMakeFiles/cmTC_58ea4.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_58ea4 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58ea4.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_GETNAMEINFO_SIGNED_FLAGS -Werror -Wsign-conversion -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58ea4.dir/src.cxx.o -o cmTC_58ea4

Source file was:

 #include <sys/types.h>
 #include <netdb.h>

 int main()
 {
    const struct sockaddr *addr;
    socklen_t addrlen;
    char *host;
    socklen_t hostlen;
    char *serv;
    socklen_t servlen;
    int flags;
    int result = getnameinfo(addr, addrlen, host, hostlen, serv, servlen, flags);
    return 0;
 }

Performing C++ SOURCE FILE Test HAVE_CLOCK_MONOTONIC succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_238cd/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_238cd.dir/build.make CMakeFiles/cmTC_238cd.dir/build Building CXX object CMakeFiles/cmTC_238cd.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_MONOTONIC -Werror -o CMakeFiles/cmTC_238cd.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_238cd /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_238cd.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_MONOTONIC -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_238cd.dir/src.cxx.o -o cmTC_238cd

Return value: 1 Source file was:

#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
int main()
{
    int ret;
    struct timespec ts;
    ret = clock_gettime(CLOCK_MONOTONIC, &ts);
    exit(ret);
}

Performing C++ SOURCE FILE Test HAVE_CLOCK_REALTIME succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dae30/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_dae30.dir/build.make CMakeFiles/cmTC_dae30.dir/build Building CXX object CMakeFiles/cmTC_dae30.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_REALTIME -Werror -o CMakeFiles/cmTC_dae30.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_dae30 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dae30.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_REALTIME -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dae30.dir/src.cxx.o -o cmTC_dae30

Return value: 1 Source file was:

#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
int main()
{
    int ret;
    struct timespec ts;
    ret = clock_gettime(CLOCK_REALTIME, &ts);
    exit(ret);
}

Determining if the function mach_absolute_time exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1998a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1998a.dir/build.make CMakeFiles/cmTC_1998a.dir/build Building C object CMakeFiles/cmTC_1998a.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_absolute_time -Werror -o CMakeFiles/cmTC_1998a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_1998a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1998a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_absolute_time -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1998a.dir/CheckFunctionExists.c.o -o cmTC_1998a

Determining if the function mach_timebase_info exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f9564/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f9564.dir/build.make CMakeFiles/cmTC_f9564.dir/build Building C object CMakeFiles/cmTC_f9564.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_timebase_info -Werror -o CMakeFiles/cmTC_f9564.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f9564 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9564.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_timebase_info -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f9564.dir/CheckFunctionExists.c.o -o cmTC_f9564

Determining if the function futimes exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f70ab/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f70ab.dir/build.make CMakeFiles/cmTC_f70ab.dir/build Building C object CMakeFiles/cmTC_f70ab.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimes -Werror -o CMakeFiles/cmTC_f70ab.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f70ab /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f70ab.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimes -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f70ab.dir/CheckFunctionExists.c.o -o cmTC_f70ab

Determining if the function futimens exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_19e72/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_19e72.dir/build.make CMakeFiles/cmTC_19e72.dir/build Building C object CMakeFiles/cmTC_19e72.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimens -Werror -o CMakeFiles/cmTC_19e72.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_19e72 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19e72.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimens -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_19e72.dir/CheckFunctionExists.c.o -o cmTC_19e72

Performing C++ SOURCE FILE Test BIND_ADDRLEN_UNSIGNED succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ee899/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ee899.dir/build.make CMakeFiles/cmTC_ee899.dir/build Building CXX object CMakeFiles/cmTC_ee899.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DBIND_ADDRLEN_UNSIGNED -Werror -Wsign-conversion -o CMakeFiles/cmTC_ee899.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_ee899 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee899.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DBIND_ADDRLEN_UNSIGNED -Werror -Wsign-conversion -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee899.dir/src.cxx.o -o cmTC_ee899

Source file was:

#include <sys/socket.h>

int main()
{
    int fd;
    sockaddr* addr;
    socklen_t addrLen;

    int err = bind(fd, addr, addrLen);
    return 0;
}

Performing C++ SOURCE FILE Test IPV6MR_INTERFACE_UNSIGNED succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_898b8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_898b8.dir/build.make CMakeFiles/cmTC_898b8.dir/build Building CXX object CMakeFiles/cmTC_898b8.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DIPV6MR_INTERFACE_UNSIGNED -Werror -Wsign-conversion -o CMakeFiles/cmTC_898b8.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_898b8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_898b8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DIPV6MR_INTERFACE_UNSIGNED -Werror -Wsign-conversion -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_898b8.dir/src.cxx.o -o cmTC_898b8

Source file was:

#include <netinet/in.h>
#include <netinet/tcp.h>

int main()
{
    ipv6_mreq opt;
    unsigned int index = 0;
    opt.ipv6mr_interface = index;
    return 0;
}

Determining if the prototype kevent exists for KEVENT_REQUIRES_INT_PARAMS passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d6699/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d6699.dir/build.make CMakeFiles/cmTC_d6699.dir/build Building C object CMakeFiles/cmTC_d6699.dir/CheckPrototypeDefinition.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_d6699.dir/CheckPrototypeDefinition.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c Linking C executable cmTC_d6699 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6699.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6699.dir/CheckPrototypeDefinition.c.o -o cmTC_d6699

Performing C++ SOURCE FILE Test HAVE_MKSTEMPS succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a5972/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a5972.dir/build.make CMakeFiles/cmTC_a5972.dir/build Building CXX object CMakeFiles/cmTC_a5972.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMPS -Werror -o CMakeFiles/cmTC_a5972.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_a5972 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5972.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMPS -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a5972.dir/src.cxx.o -o cmTC_a5972

Source file was:

#include <stdlib.h>
#include <unistd.h>
#include <string.h>

int main()
{
    char* path = strdup("abc");
    return mkstemps(path, 3);
}

Performing C++ SOURCE FILE Test HAVE_MKSTEMP succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e623c/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e623c.dir/build.make CMakeFiles/cmTC_e623c.dir/build Building CXX object CMakeFiles/cmTC_e623c.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMP -Werror -o CMakeFiles/cmTC_e623c.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_e623c /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e623c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMP -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e623c.dir/src.cxx.o -o cmTC_e623c

Source file was:

#include <stdlib.h>
#include <unistd.h>
#include <string.h>

int main()
{
    char* path = strdup("abc");
    return mkstemp(path);
}

Performing C++ SOURCE FILE Test HAVE_TCP_VAR_H succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_38552/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_38552.dir/build.make CMakeFiles/cmTC_38552.dir/build Building CXX object CMakeFiles/cmTC_38552.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_TCP_VAR_H -Werror -o CMakeFiles/cmTC_38552.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_38552 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38552.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_TCP_VAR_H -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_38552.dir/src.cxx.o -o cmTC_38552

Source file was:

#include <sys/types.h>
#include <sys/socketvar.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <netinet/tcp_var.h>
int main() { return 0; }

Determining if files sys/cdefs.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c3c58/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c3c58.dir/build.make CMakeFiles/cmTC_c3c58.dir/build Building C object CMakeFiles/cmTC_c3c58.dir/HAVE_SYS_CDEFS_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_c3c58.dir/HAVE_SYS_CDEFS_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_SYS_CDEFS_H.c Linking C executable cmTC_c3c58 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3c58.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3c58.dir/HAVE_SYS_CDEFS_H.c.o -o cmTC_c3c58

Determining if the TCPS_ESTABLISHED exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5ebf4/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5ebf4.dir/build.make CMakeFiles/cmTC_5ebf4.dir/build Building C object CMakeFiles/cmTC_5ebf4.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_5ebf4.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_5ebf4 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ebf4.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5ebf4.dir/CheckSymbolExists.c.o -o cmTC_5ebf4

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <netinet/tcp_fsm.h>

int main(int argc, char** argv) { (void)argv;

ifndef TCPS_ESTABLISHED

return ((int*)(&TCPS_ESTABLISHED))[argc];

else

(void)argc; return 0;

endif

}

Performing C++ SOURCE FILE Test HAVE_RT_MSGHDR succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b0f23/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0f23.dir/build.make CMakeFiles/cmTC_b0f23.dir/build Building CXX object CMakeFiles/cmTC_b0f23.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_RT_MSGHDR -Werror -o CMakeFiles/cmTC_b0f23.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_b0f23 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0f23.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_RT_MSGHDR -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0f23.dir/src.cxx.o -o cmTC_b0f23

Source file was:

#include <sys/types.h>
#include <net/route.h>
int main() { rt_msghdr* hdr; return 0; }

Determining if files sys/sysctl.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_00c23/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_00c23.dir/build.make CMakeFiles/cmTC_00c23.dir/build Building C object CMakeFiles/cmTC_00c23.dir/HAVE_SYS_SYSCTL_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_00c23.dir/HAVE_SYS_SYSCTL_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SYSCTL_H.c Linking C executable cmTC_00c23 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00c23.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00c23.dir/HAVE_SYS_SYSCTL_H.c.o -o cmTC_00c23

Determining if the function getpeereid exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_72b90/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_72b90.dir/build.make CMakeFiles/cmTC_72b90.dir/build Building C object CMakeFiles/cmTC_72b90.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getpeereid -Werror -o CMakeFiles/cmTC_72b90.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_72b90 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72b90.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getpeereid -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72b90.dir/CheckFunctionExists.c.o -o cmTC_72b90

Determining if the function getdomainname exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_30975/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_30975.dir/build.make CMakeFiles/cmTC_30975.dir/build Building C object CMakeFiles/cmTC_30975.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getdomainname -Werror -o CMakeFiles/cmTC_30975.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_30975 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30975.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getdomainname -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_30975.dir/CheckFunctionExists.c.o -o cmTC_30975

Determining if the function uname exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b3f75/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b3f75.dir/build.make CMakeFiles/cmTC_b3f75.dir/build Building C object CMakeFiles/cmTC_b3f75.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=uname -Werror -o CMakeFiles/cmTC_b3f75.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_b3f75 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3f75.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=uname -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b3f75.dir/CheckFunctionExists.c.o -o cmTC_b3f75

Performing C++ SOURCE FILE Test HAVE_CURLM_ADDED_ALREADY succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6984b/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6984b.dir/build.make CMakeFiles/cmTC_6984b.dir/build Building CXX object CMakeFiles/cmTC_6984b.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLM_ADDED_ALREADY -Werror -o CMakeFiles/cmTC_6984b.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_6984b /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6984b.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLM_ADDED_ALREADY -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6984b.dir/src.cxx.o -o cmTC_6984b

Source file was:

#include <curl/multi.h>
int main() { int i = CURLM_ADDED_ALREADY; return 0; }

Performing C++ SOURCE FILE Test HAVE_CURL_HTTP_VERSION_2_0 succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4622a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4622a.dir/build.make CMakeFiles/cmTC_4622a.dir/build Building CXX object CMakeFiles/cmTC_4622a.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_HTTP_VERSION_2_0 -Werror -o CMakeFiles/cmTC_4622a.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_4622a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4622a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_HTTP_VERSION_2_0 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4622a.dir/src.cxx.o -o cmTC_4622a

Source file was:

#include <curl/multi.h>
int main() { int i = CURL_HTTP_VERSION_2_0; return 0; }

Performing C++ SOURCE FILE Test HAVE_CURLPIPE_MULTIPLEX succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a290c/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a290c.dir/build.make CMakeFiles/cmTC_a290c.dir/build Building CXX object CMakeFiles/cmTC_a290c.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLPIPE_MULTIPLEX -Werror -o CMakeFiles/cmTC_a290c.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_a290c /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a290c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLPIPE_MULTIPLEX -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a290c.dir/src.cxx.o -o cmTC_a290c

Source file was:

#include <curl/multi.h>
int main() { int i = CURLPIPE_MULTIPLEX; return 0; }

Performing C++ SOURCE FILE Test HAVE_CURL_SSLVERSION_TLSv1_012 succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_13baf/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_13baf.dir/build.make CMakeFiles/cmTC_13baf.dir/build Building CXX object CMakeFiles/cmTC_13baf.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_SSLVERSION_TLSv1_012 -Werror -o CMakeFiles/cmTC_13baf.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_13baf /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13baf.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_SSLVERSION_TLSv1_012 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13baf.dir/src.cxx.o -o cmTC_13baf

Source file was:

#include <curl/curl.h>
int main()
{
    int i = CURL_SSLVERSION_TLSv1_0;
    i = CURL_SSLVERSION_TLSv1_1;
    i = CURL_SSLVERSION_TLSv1_2;
    return 0;
}

Determining if files GSS/GSS.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4d7b5/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4d7b5.dir/build.make CMakeFiles/cmTC_4d7b5.dir/build Building C object CMakeFiles/cmTC_4d7b5.dir/HAVE_GSSFW_HEADERS.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_4d7b5.dir/HAVE_GSSFW_HEADERS.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_GSSFW_HEADERS.c Linking C executable cmTC_4d7b5 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d7b5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d7b5.dir/HAVE_GSSFW_HEADERS.c.o -o cmTC_4d7b5

Determining if the GSS_SPNEGO_MECHANISM exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7538e/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_7538e.dir/build.make CMakeFiles/cmTC_7538e.dir/build Building C object CMakeFiles/cmTC_7538e.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_7538e.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_7538e /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7538e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7538e.dir/CheckSymbolExists.c.o -o cmTC_7538e

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <GSS/GSS.h>

int main(int argc, char** argv) { (void)argv;

ifndef GSS_SPNEGO_MECHANISM

return ((int*)(&GSS_SPNEGO_MECHANISM))[argc];

else

(void)argc; return 0;

endif

}

Determining if the GSS_KRB5_CRED_NO_CI_FLAGS_X exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1df8d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1df8d.dir/build.make CMakeFiles/cmTC_1df8d.dir/build Building C object CMakeFiles/cmTC_1df8d.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_1df8d.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_1df8d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1df8d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1df8d.dir/CheckSymbolExists.c.o -o cmTC_1df8d

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <GSS/GSS.h>

int main(int argc, char** argv) { (void)argv;

ifndef GSS_KRB5_CRED_NO_CI_FLAGS_X

return ((int*)(&GSS_KRB5_CRED_NO_CI_FLAGS_X))[argc];

else

(void)argc; return 0;

endif

}

Determining if files crt_externs.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_28f0a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_28f0a.dir/build.make CMakeFiles/cmTC_28f0a.dir/build Building C object CMakeFiles/cmTC_28f0a.dir/HAVE_CRT_EXTERNS_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_28f0a.dir/HAVE_CRT_EXTERNS_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_CRT_EXTERNS_H.c Linking C executable cmTC_28f0a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28f0a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_28f0a.dir/HAVE_CRT_EXTERNS_H.c.o -o cmTC_28f0a

Performing C++ SOURCE FILE Test HAVE_NSGETENVIRON succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_25334/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_25334.dir/build.make CMakeFiles/cmTC_25334.dir/build Building CXX object CMakeFiles/cmTC_25334.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_NSGETENVIRON -Werror -o CMakeFiles/cmTC_25334.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_25334 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25334.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_NSGETENVIRON -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_25334.dir/src.cxx.o -o cmTC_25334

Source file was:

#include <crt_externs.h>
int main() { char** e = *(_NSGetEnviron()); return 0; }

Determining if the function TLSv1_1_method exists in the /usr/lib/libssl.dylib passed with the following output: Change Dir: /Users/cliffozewell/DEsktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f73c0/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f73c0.dir/build.make CMakeFiles/cmTC_f73c0.dir/build Building C object CMakeFiles/cmTC_f73c0.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_1_method -Werror -o CMakeFiles/cmTC_f73c0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f73c0 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f73c0.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_1_method -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f73c0.dir/CheckFunctionExists.c.o -o cmTC_f73c0 /usr/lib/libssl.dylib

Determining if the function TLSv1_2_method exists in the /usr/lib/libssl.dylib passed with the following output: Change Dir: /Users/cliffozewell/DEsktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_90f68/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_90f68.dir/build.make CMakeFiles/cmTC_90f68.dir/build Building C object CMakeFiles/cmTC_90f68.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_2_method -Werror -o CMakeFiles/cmTC_90f68.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_90f68 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90f68.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_2_method -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_90f68.dir/CheckFunctionExists.c.o -o cmTC_90f68 /usr/lib/libssl.dylib

Determining if the function EC_GF2m_simple_method exists passed with the following output: Change Dir: /Users/cliffozewell/DEsktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_270c2/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_270c2.dir/build.make CMakeFiles/cmTC_270c2.dir/build Building C object CMakeFiles/cmTC_270c2.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -I/usr/local/Cellar/openssl/1.0.2n/include -std=c11 -DCHECK_FUNCTION_EXISTS=EC_GF2m_simple_method -Werror -o CMakeFiles/cmTC_270c2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_270c2 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_270c2.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=EC_GF2m_simple_method -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_270c2.dir/CheckFunctionExists.c.o -o cmTC_270c2 /usr/lib/libcrypto.dylib

Cliffs-iMac:CMakeFiles cliffozewell$ sudo nano CMakeOutput.log Password: Cliffs-iMac:CMakeFiles cliffozewell$ cat CMakeOutput.log The system is: Darwin - 17.5.0 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /Library/Developer/CommandLineTools/usr/bin/clang Build flags: Id flags:

The output was: 0

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is AppleClang, found in "/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/3.11.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ Build flags: Id flags:

The output was: 0

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is AppleClang, found in "/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/3.11.1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_79508/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_79508.dir/build.make CMakeFiles/cmTC_79508.dir/build Building C object CMakeFiles/cmTC_79508.dir/testCCompiler.c.o /Library/Developer/CommandLineTools/usr/bin/clang -o CMakeFiles/cmTC_79508.dir/testCCompiler.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTC_79508 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79508.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79508.dir/testCCompiler.c.o -o cmTC_79508

Detecting C compiler ABI info compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_076ae/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_076ae.dir/build.make CMakeFiles/cmTC_076ae.dir/build Building C object CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o /Library/Developer/CommandLineTools/usr/bin/clang -o CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCCompilerABI.c Linking C executable cmTC_076ae /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_076ae.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -o cmTC_076ae Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_076ae -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-351.8 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /System/Library/Frameworks/

Parsed C implicit link information from above output: link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/]*( |$)] ignore line: [Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/bin/make" "cmTC_076ae/fast"] ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_076ae.dir/build.make CMakeFiles/cmTC_076ae.dir/build] ignore line: [Building C object CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang -o CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Linking C executable cmTC_076ae] ignore line: [/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_076ae.dir/link.txt --verbose=1] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -o cmTC_076ae ] ignore line: [Apple LLVM version 9.1.0 (clang-902.0.39.1)] ignore line: [Target: x86_64-apple-darwin17.5.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_076ae -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.13.0] ==> ignore arg [-o] ==> ignore arg [cmTC_076ae] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_076ae.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lSystem] ==> lib [System] arg [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] Library search paths: [;/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] remove lib [System] remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] collapse library dir [/usr/lib] ==> [/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] implicit libs: [] implicit dirs: [/usr/lib;/usr/local/lib] implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]

Detecting C [-std=c11] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a3160/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a3160.dir/build.make CMakeFiles/cmTC_a3160.dir/build Building C object CMakeFiles/cmTC_a3160.dir/feature_tests.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -o CMakeFiles/cmTC_a3160.dir/feature_tests.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.c Linking C executable cmTC_a3160 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3160.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3160.dir/feature_tests.c.o -o cmTC_a3160

Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c99] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_054e9/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_054e9.dir/build.make CMakeFiles/cmTC_054e9.dir/build Building C object CMakeFiles/cmTC_054e9.dir/feature_tests.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c99 -o CMakeFiles/cmTC_054e9.dir/feature_tests.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.c Linking C executable cmTC_054e9 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_054e9.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_054e9.dir/feature_tests.c.o -o cmTC_054e9

Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c90] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a2a52/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a2a52.dir/build.make CMakeFiles/cmTC_a2a52.dir/build Building C object CMakeFiles/cmTC_a2a52.dir/feature_tests.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c90 -o CMakeFiles/cmTC_a2a52.dir/feature_tests.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.c Linking C executable cmTC_a2a52 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2a52.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2a52.dir/feature_tests.c.o -o cmTC_a2a52

Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros

Determining if the CXX compiler works passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d93ed/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d93ed.dir/build.make CMakeFiles/cmTC_d93ed.dir/build Building CXX object CMakeFiles/cmTC_d93ed.dir/testCXXCompiler.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -o CMakeFiles/cmTC_d93ed.dir/testCXXCompiler.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTC_d93ed /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d93ed.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d93ed.dir/testCXXCompiler.cxx.o -o cmTC_d93ed

Detecting CXX compiler ABI info compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_84735/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_84735.dir/build.make CMakeFiles/cmTC_84735.dir/build Building CXX object CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o /Library/Developer/CommandLineTools/usr/bin/clang++ -o CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp Linking CXX executable cmTC_84735 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84735.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_84735 Apple LLVM version 9.1.0 (clang-902.0.39.1) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_84735 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-351.8 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /System/Library/Frameworks/

Parsed CXX implicit link information from above output: link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/]*( |$)] ignore line: [Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/bin/make" "cmTC_84735/fast"] ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_84735.dir/build.make CMakeFiles/cmTC_84735.dir/build] ignore line: [Building CXX object CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang++ -o CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Linking CXX executable cmTC_84735] ignore line: [/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84735.dir/link.txt --verbose=1] ignore line: [/Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_84735 ] ignore line: [Apple LLVM version 9.1.0 (clang-902.0.39.1)] ignore line: [Target: x86_64-apple-darwin17.5.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_84735 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.13.0] ==> ignore arg [-o] ==> ignore arg [cmTC_84735] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_84735.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lc++] ==> lib [c++] arg [-lSystem] ==> lib [System] arg [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] Library search paths: [;/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] remove lib [System] remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/lib/darwin/libclang_rt.osx.a] collapse library dir [/usr/lib] ==> [/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] implicit libs: [c++] implicit dirs: [/usr/lib;/usr/local/lib] implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]

Detecting CXX [-std=c++1z] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f703b/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f703b.dir/build.make CMakeFiles/cmTC_f703b.dir/build Building CXX object CMakeFiles/cmTC_f703b.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++1z -o CMakeFiles/cmTC_f703b.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_f703b /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f703b.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f703b.dir/feature_tests.cxx.o -o cmTC_f703b

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++14] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5b14d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5b14d.dir/build.make CMakeFiles/cmTC_5b14d.dir/build Building CXX object CMakeFiles/cmTC_5b14d.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_5b14d.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_5b14d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b14d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b14d.dir/feature_tests.cxx.o -o cmTC_5b14d

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++11] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_21ca8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_21ca8.dir/build.make CMakeFiles/cmTC_21ca8.dir/build Building CXX object CMakeFiles/cmTC_21ca8.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_21ca8.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_21ca8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21ca8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21ca8.dir/feature_tests.cxx.o -o cmTC_21ca8

Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++98] compiler features compiled with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_143d5/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_143d5.dir/build.make CMakeFiles/cmTC_143d5.dir/build Building CXX object CMakeFiles/cmTC_143d5.dir/feature_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_143d5.dir/feature_tests.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_143d5 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_143d5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_143d5.dir/feature_tests.cxx.o -o cmTC_143d5

Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates

Performing C SOURCE FILE Test HAVE_IN_PKTINFO succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_cc6f0/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_cc6f0.dir/build.make CMakeFiles/cmTC_cc6f0.dir/build Building C object CMakeFiles/cmTC_cc6f0.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IN_PKTINFO -Werror -o CMakeFiles/cmTC_cc6f0.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_cc6f0 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc6f0.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IN_PKTINFO -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cc6f0.dir/src.c.o -o cmTC_cc6f0

Source file was:

#include <netinet/in.h>
int main()
{
    struct in_pktinfo;
    return 0;
}

Performing C SOURCE FILE Test HAVE_IP_MREQN succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_80313/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_80313.dir/build.make CMakeFiles/cmTC_80313.dir/build Building C object CMakeFiles/cmTC_80313.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IP_MREQN -Werror -o CMakeFiles/cmTC_80313.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_80313 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80313.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_IP_MREQN -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_80313.dir/src.c.o -o cmTC_80313

Source file was:

#include <netinet/in.h>
int main()
{
    struct ip_mreqn;
    return 0;
}

Determining if the function stat64 exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_afd4d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_afd4d.dir/build.make CMakeFiles/cmTC_afd4d.dir/build Building C object CMakeFiles/cmTC_afd4d.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=stat64 -Werror -o CMakeFiles/cmTC_afd4d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_afd4d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_afd4d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=stat64 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afd4d.dir/CheckFunctionExists.c.o -o cmTC_afd4d

Determining if the function getmntinfo exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_29b92/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_29b92.dir/build.make CMakeFiles/cmTC_29b92.dir/build Building C object CMakeFiles/cmTC_29b92.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getmntinfo -Werror -o CMakeFiles/cmTC_29b92.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_29b92 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29b92.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getmntinfo -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29b92.dir/CheckFunctionExists.c.o -o cmTC_29b92

Determining if the function strlcpy exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d31a7/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d31a7.dir/build.make CMakeFiles/cmTC_d31a7.dir/build Building C object CMakeFiles/cmTC_d31a7.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=strlcpy -Werror -o CMakeFiles/cmTC_d31a7.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_d31a7 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d31a7.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=strlcpy -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d31a7.dir/CheckFunctionExists.c.o -o cmTC_d31a7

Determining if the function ioctl exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_12c02/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_12c02.dir/build.make CMakeFiles/cmTC_12c02.dir/build Building C object CMakeFiles/cmTC_12c02.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=ioctl -Werror -o CMakeFiles/cmTC_12c02.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_12c02 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12c02.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=ioctl -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_12c02.dir/CheckFunctionExists.c.o -o cmTC_12c02

Determining if the TIOCGWINSZ exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a5b7e/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a5b7e.dir/build.make CMakeFiles/cmTC_a5b7e.dir/build Building C object CMakeFiles/cmTC_a5b7e.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_a5b7e.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_a5b7e /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5b7e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a5b7e.dir/CheckSymbolExists.c.o -o cmTC_a5b7e

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <sys/ioctl.h>

int main(int argc, char** argv) { (void)argv;

ifndef TIOCGWINSZ

return ((int*)(&TIOCGWINSZ))[argc];

else

(void)argc; return 0;

endif

}

Determining if the function tcgetattr exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dd1d5/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_dd1d5.dir/build.make CMakeFiles/cmTC_dd1d5.dir/build Building C object CMakeFiles/cmTC_dd1d5.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcgetattr -Werror -o CMakeFiles/cmTC_dd1d5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_dd1d5 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd1d5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcgetattr -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dd1d5.dir/CheckFunctionExists.c.o -o cmTC_dd1d5

Determining if the function tcsetattr exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3d3dd/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3d3dd.dir/build.make CMakeFiles/cmTC_3d3dd.dir/build Building C object CMakeFiles/cmTC_3d3dd.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcsetattr -Werror -o CMakeFiles/cmTC_3d3dd.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_3d3dd /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d3dd.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=tcsetattr -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d3dd.dir/CheckFunctionExists.c.o -o cmTC_3d3dd

Determining if the ECHO exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_62055/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_62055.dir/build.make CMakeFiles/cmTC_62055.dir/build Building C object CMakeFiles/cmTC_62055.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_62055.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_62055 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62055.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62055.dir/CheckSymbolExists.c.o -o cmTC_62055

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef ECHO

return ((int*)(&ECHO))[argc];

else

(void)argc; return 0;

endif

}

Determining if the ICANON exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_57b92/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_57b92.dir/build.make CMakeFiles/cmTC_57b92.dir/build Building C object CMakeFiles/cmTC_57b92.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_57b92.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_57b92 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57b92.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57b92.dir/CheckSymbolExists.c.o -o cmTC_57b92

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef ICANON

return ((int*)(&ICANON))[argc];

else

(void)argc; return 0;

endif

}

Determining if the TCSANOW exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_21ed8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_21ed8.dir/build.make CMakeFiles/cmTC_21ed8.dir/build Building C object CMakeFiles/cmTC_21ed8.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_21ed8.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_21ed8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21ed8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21ed8.dir/CheckSymbolExists.c.o -o cmTC_21ed8

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef TCSANOW

return ((int*)(&TCSANOW))[argc];

else

(void)argc; return 0;

endif

}

Performing C SOURCE FILE Test HAVE_STAT_BIRTHTIME succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a24ec/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a24ec.dir/build.make CMakeFiles/cmTC_a24ec.dir/build Building C object CMakeFiles/cmTC_a24ec.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STAT_BIRTHTIME -Werror -o CMakeFiles/cmTC_a24ec.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_a24ec /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a24ec.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STAT_BIRTHTIME -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a24ec.dir/src.c.o -o cmTC_a24ec

Source file was:

include <sys/types.h>

include <sys/stat.h>

int main() { (void)sizeof(((struct stat *)0)->st_birthtime); return 0; }

Performing C SOURCE FILE Test HAVE_DIRENT_NAME_LEN succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ec65d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ec65d.dir/build.make CMakeFiles/cmTC_ec65d.dir/build Building C object CMakeFiles/cmTC_ec65d.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_DIRENT_NAME_LEN -Werror -o CMakeFiles/cmTC_ec65d.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_ec65d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec65d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_DIRENT_NAME_LEN -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ec65d.dir/src.c.o -o cmTC_ec65d

Source file was:

include

int main() { (void)sizeof(((struct dirent *)0)->d_namlen); return 0; }

Performing C SOURCE FILE Test HAVE_STATFS_FSTYPENAME succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f3636/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f3636.dir/build.make CMakeFiles/cmTC_f3636.dir/build Building C object CMakeFiles/cmTC_f3636.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STATFS_FSTYPENAME -Werror -o CMakeFiles/cmTC_f3636.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_f3636 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3636.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STATFS_FSTYPENAME -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3636.dir/src.c.o -o cmTC_f3636

Source file was:

include <sys/mount.h>

int main() { (void)sizeof(((struct statfs *)0)->f_fstypename); return 0; }

Determining size of struct statfs passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_88f0d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_88f0d.dir/build.make CMakeFiles/cmTC_88f0d.dir/build Building C object CMakeFiles/cmTC_88f0d.dir/HAVE_STATFS.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_88f0d.dir/HAVE_STATFS.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckTypeSize/HAVE_STATFS.c Linking C executable cmTC_88f0d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88f0d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_88f0d.dir/HAVE_STATFS.c.o -o cmTC_88f0d

Performing C++ SOURCE FILE Test HAVE_READDIR_R succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b0182/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0182.dir/build.make CMakeFiles/cmTC_b0182.dir/build Building CXX object CMakeFiles/cmTC_b0182.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_READDIR_R -Werror -o CMakeFiles/cmTC_b0182.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_b0182 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0182.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_READDIR_R -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0182.dir/src.cxx.o -o cmTC_b0182

Source file was:

#include <dirent.h>
int main(void)
{
    DIR* dir;
    struct dirent* entry;
    struct dirent* result;
    readdir_r(dir, entry, &result);
    return 0;
}

Performing C++ SOURCE FILE Test KEVENT_HAS_VOID_UDATA succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_eb3e8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_eb3e8.dir/build.make CMakeFiles/cmTC_eb3e8.dir/build Building CXX object CMakeFiles/cmTC_eb3e8.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DKEVENT_HAS_VOID_UDATA -Werror -o CMakeFiles/cmTC_eb3e8.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_eb3e8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb3e8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DKEVENT_HAS_VOID_UDATA -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eb3e8.dir/src.cxx.o -o cmTC_eb3e8

Source file was:

#include <sys/types.h>
#include <sys/event.h>
int main(void)
{
    struct kevent event;
    void* data;
    EV_SET(&event, 0, EVFILT_READ, 0, 0, 0, data);
    return 0;
}

Performing C SOURCE FILE Test HAVE_FDS_BITS succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8c795/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_8c795.dir/build.make CMakeFiles/cmTC_8c795.dir/build Building C object CMakeFiles/cmTC_8c795.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_FDS_BITS -Werror -o CMakeFiles/cmTC_8c795.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8c795 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c795.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_FDS_BITS -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8c795.dir/src.c.o -o cmTC_8c795

Source file was:

include <sys/select.h>

int main() { (void)sizeof(((struct fd_set *)0)->fds_bits); return 0; }

Performing C++ SOURCE FILE Test HAVE_SENDFILE_6 succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6a8c1/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6a8c1.dir/build.make CMakeFiles/cmTC_6a8c1.dir/build Building CXX object CMakeFiles/cmTC_6a8c1.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_SENDFILE_6 -Werror -o CMakeFiles/cmTC_6a8c1.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_6a8c1 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a8c1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_SENDFILE_6 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a8c1.dir/src.cxx.o -o cmTC_6a8c1

Source file was:

#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
int main() { int i = sendfile(0, 0, 0, NULL, NULL, 0); return 0; }

Determining if the function fcopyfile exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_81e31/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_81e31.dir/build.make CMakeFiles/cmTC_81e31.dir/build Building C object CMakeFiles/cmTC_81e31.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=fcopyfile -Werror -o CMakeFiles/cmTC_81e31.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_81e31 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81e31.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=fcopyfile -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_81e31.dir/CheckFunctionExists.c.o -o cmTC_81e31

Determining if the function kqueue exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_79b95/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_79b95.dir/build.make CMakeFiles/cmTC_79b95.dir/build Building C object CMakeFiles/cmTC_79b95.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=kqueue -Werror -o CMakeFiles/cmTC_79b95.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_79b95 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79b95.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=kqueue -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79b95.dir/CheckFunctionExists.c.o -o cmTC_79b95

Performing C++ SOURCE FILE Test HAVE_GETNAMEINFO_SIGNED_FLAGS succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_58ea4/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_58ea4.dir/build.make CMakeFiles/cmTC_58ea4.dir/build Building CXX object CMakeFiles/cmTC_58ea4.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_GETNAMEINFO_SIGNED_FLAGS -Werror -Wsign-conversion -o CMakeFiles/cmTC_58ea4.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_58ea4 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58ea4.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_GETNAMEINFO_SIGNED_FLAGS -Werror -Wsign-conversion -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58ea4.dir/src.cxx.o -o cmTC_58ea4

Source file was:

 #include <sys/types.h>
 #include <netdb.h>

 int main()
 {
    const struct sockaddr *addr;
    socklen_t addrlen;
    char *host;
    socklen_t hostlen;
    char *serv;
    socklen_t servlen;
    int flags;
    int result = getnameinfo(addr, addrlen, host, hostlen, serv, servlen, flags);
    return 0;
 }

Performing C++ SOURCE FILE Test HAVE_CLOCK_MONOTONIC succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_238cd/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_238cd.dir/build.make CMakeFiles/cmTC_238cd.dir/build Building CXX object CMakeFiles/cmTC_238cd.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_MONOTONIC -Werror -o CMakeFiles/cmTC_238cd.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_238cd /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_238cd.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_MONOTONIC -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_238cd.dir/src.cxx.o -o cmTC_238cd

Return value: 1 Source file was:

#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
int main()
{
    int ret;
    struct timespec ts;
    ret = clock_gettime(CLOCK_MONOTONIC, &ts);
    exit(ret);
}

Performing C++ SOURCE FILE Test HAVE_CLOCK_REALTIME succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dae30/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_dae30.dir/build.make CMakeFiles/cmTC_dae30.dir/build Building CXX object CMakeFiles/cmTC_dae30.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_REALTIME -Werror -o CMakeFiles/cmTC_dae30.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_dae30 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dae30.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CLOCK_REALTIME -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dae30.dir/src.cxx.o -o cmTC_dae30

Return value: 1 Source file was:

#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
int main()
{
    int ret;
    struct timespec ts;
    ret = clock_gettime(CLOCK_REALTIME, &ts);
    exit(ret);
}

Determining if the function mach_absolute_time exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1998a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1998a.dir/build.make CMakeFiles/cmTC_1998a.dir/build Building C object CMakeFiles/cmTC_1998a.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_absolute_time -Werror -o CMakeFiles/cmTC_1998a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_1998a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1998a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_absolute_time -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1998a.dir/CheckFunctionExists.c.o -o cmTC_1998a

Determining if the function mach_timebase_info exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f9564/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f9564.dir/build.make CMakeFiles/cmTC_f9564.dir/build Building C object CMakeFiles/cmTC_f9564.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_timebase_info -Werror -o CMakeFiles/cmTC_f9564.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f9564 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9564.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mach_timebase_info -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f9564.dir/CheckFunctionExists.c.o -o cmTC_f9564

Determining if the function futimes exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f70ab/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f70ab.dir/build.make CMakeFiles/cmTC_f70ab.dir/build Building C object CMakeFiles/cmTC_f70ab.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimes -Werror -o CMakeFiles/cmTC_f70ab.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f70ab /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f70ab.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimes -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f70ab.dir/CheckFunctionExists.c.o -o cmTC_f70ab

Determining if the function futimens exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_19e72/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_19e72.dir/build.make CMakeFiles/cmTC_19e72.dir/build Building C object CMakeFiles/cmTC_19e72.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimens -Werror -o CMakeFiles/cmTC_19e72.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_19e72 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19e72.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=futimens -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_19e72.dir/CheckFunctionExists.c.o -o cmTC_19e72

Performing C++ SOURCE FILE Test BIND_ADDRLEN_UNSIGNED succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ee899/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ee899.dir/build.make CMakeFiles/cmTC_ee899.dir/build Building CXX object CMakeFiles/cmTC_ee899.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DBIND_ADDRLEN_UNSIGNED -Werror -Wsign-conversion -o CMakeFiles/cmTC_ee899.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_ee899 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee899.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DBIND_ADDRLEN_UNSIGNED -Werror -Wsign-conversion -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee899.dir/src.cxx.o -o cmTC_ee899

Source file was:

#include <sys/socket.h>

int main()
{
    int fd;
    sockaddr* addr;
    socklen_t addrLen;

    int err = bind(fd, addr, addrLen);
    return 0;
}

Performing C++ SOURCE FILE Test IPV6MR_INTERFACE_UNSIGNED succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_898b8/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_898b8.dir/build.make CMakeFiles/cmTC_898b8.dir/build Building CXX object CMakeFiles/cmTC_898b8.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DIPV6MR_INTERFACE_UNSIGNED -Werror -Wsign-conversion -o CMakeFiles/cmTC_898b8.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_898b8 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_898b8.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DIPV6MR_INTERFACE_UNSIGNED -Werror -Wsign-conversion -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_898b8.dir/src.cxx.o -o cmTC_898b8

Source file was:

#include <netinet/in.h>
#include <netinet/tcp.h>

int main()
{
    ipv6_mreq opt;
    unsigned int index = 0;
    opt.ipv6mr_interface = index;
    return 0;
}

Determining if the prototype kevent exists for KEVENT_REQUIRES_INT_PARAMS passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d6699/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d6699.dir/build.make CMakeFiles/cmTC_d6699.dir/build Building C object CMakeFiles/cmTC_d6699.dir/CheckPrototypeDefinition.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_d6699.dir/CheckPrototypeDefinition.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c Linking C executable cmTC_d6699 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6699.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6699.dir/CheckPrototypeDefinition.c.o -o cmTC_d6699

Performing C++ SOURCE FILE Test HAVE_MKSTEMPS succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a5972/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a5972.dir/build.make CMakeFiles/cmTC_a5972.dir/build Building CXX object CMakeFiles/cmTC_a5972.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMPS -Werror -o CMakeFiles/cmTC_a5972.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_a5972 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5972.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMPS -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a5972.dir/src.cxx.o -o cmTC_a5972

Source file was:

#include <stdlib.h>
#include <unistd.h>
#include <string.h>

int main()
{
    char* path = strdup("abc");
    return mkstemps(path, 3);
}

Performing C++ SOURCE FILE Test HAVE_MKSTEMP succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e623c/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e623c.dir/build.make CMakeFiles/cmTC_e623c.dir/build Building CXX object CMakeFiles/cmTC_e623c.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMP -Werror -o CMakeFiles/cmTC_e623c.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_e623c /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e623c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_MKSTEMP -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e623c.dir/src.cxx.o -o cmTC_e623c

Source file was:

#include <stdlib.h>
#include <unistd.h>
#include <string.h>

int main()
{
    char* path = strdup("abc");
    return mkstemp(path);
}

Performing C++ SOURCE FILE Test HAVE_TCP_VAR_H succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_38552/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_38552.dir/build.make CMakeFiles/cmTC_38552.dir/build Building CXX object CMakeFiles/cmTC_38552.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_TCP_VAR_H -Werror -o CMakeFiles/cmTC_38552.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_38552 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38552.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_TCP_VAR_H -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_38552.dir/src.cxx.o -o cmTC_38552

Source file was:

#include <sys/types.h>
#include <sys/socketvar.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <netinet/tcp_var.h>
int main() { return 0; }

Determining if files sys/cdefs.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c3c58/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c3c58.dir/build.make CMakeFiles/cmTC_c3c58.dir/build Building C object CMakeFiles/cmTC_c3c58.dir/HAVE_SYS_CDEFS_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_c3c58.dir/HAVE_SYS_CDEFS_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_SYS_CDEFS_H.c Linking C executable cmTC_c3c58 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3c58.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3c58.dir/HAVE_SYS_CDEFS_H.c.o -o cmTC_c3c58

Determining if the TCPS_ESTABLISHED exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5ebf4/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5ebf4.dir/build.make CMakeFiles/cmTC_5ebf4.dir/build Building C object CMakeFiles/cmTC_5ebf4.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_5ebf4.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_5ebf4 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ebf4.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5ebf4.dir/CheckSymbolExists.c.o -o cmTC_5ebf4

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <netinet/tcp_fsm.h>

int main(int argc, char** argv) { (void)argv;

ifndef TCPS_ESTABLISHED

return ((int*)(&TCPS_ESTABLISHED))[argc];

else

(void)argc; return 0;

endif

}

Performing C++ SOURCE FILE Test HAVE_RT_MSGHDR succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b0f23/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0f23.dir/build.make CMakeFiles/cmTC_b0f23.dir/build Building CXX object CMakeFiles/cmTC_b0f23.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_RT_MSGHDR -Werror -o CMakeFiles/cmTC_b0f23.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_b0f23 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0f23.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_RT_MSGHDR -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0f23.dir/src.cxx.o -o cmTC_b0f23

Source file was:

#include <sys/types.h>
#include <net/route.h>
int main() { rt_msghdr* hdr; return 0; }

Determining if files sys/sysctl.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_00c23/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_00c23.dir/build.make CMakeFiles/cmTC_00c23.dir/build Building C object CMakeFiles/cmTC_00c23.dir/HAVE_SYS_SYSCTL_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_00c23.dir/HAVE_SYS_SYSCTL_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SYSCTL_H.c Linking C executable cmTC_00c23 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00c23.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00c23.dir/HAVE_SYS_SYSCTL_H.c.o -o cmTC_00c23

Determining if the function getpeereid exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_72b90/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_72b90.dir/build.make CMakeFiles/cmTC_72b90.dir/build Building C object CMakeFiles/cmTC_72b90.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getpeereid -Werror -o CMakeFiles/cmTC_72b90.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_72b90 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72b90.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getpeereid -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72b90.dir/CheckFunctionExists.c.o -o cmTC_72b90

Determining if the function getdomainname exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_30975/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_30975.dir/build.make CMakeFiles/cmTC_30975.dir/build Building C object CMakeFiles/cmTC_30975.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getdomainname -Werror -o CMakeFiles/cmTC_30975.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_30975 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30975.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=getdomainname -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_30975.dir/CheckFunctionExists.c.o -o cmTC_30975

Determining if the function uname exists passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b3f75/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b3f75.dir/build.make CMakeFiles/cmTC_b3f75.dir/build Building C object CMakeFiles/cmTC_b3f75.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=uname -Werror -o CMakeFiles/cmTC_b3f75.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_b3f75 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3f75.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=uname -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b3f75.dir/CheckFunctionExists.c.o -o cmTC_b3f75

Performing C++ SOURCE FILE Test HAVE_CURLM_ADDED_ALREADY succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6984b/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6984b.dir/build.make CMakeFiles/cmTC_6984b.dir/build Building CXX object CMakeFiles/cmTC_6984b.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLM_ADDED_ALREADY -Werror -o CMakeFiles/cmTC_6984b.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_6984b /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6984b.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLM_ADDED_ALREADY -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6984b.dir/src.cxx.o -o cmTC_6984b

Source file was:

#include <curl/multi.h>
int main() { int i = CURLM_ADDED_ALREADY; return 0; }

Performing C++ SOURCE FILE Test HAVE_CURL_HTTP_VERSION_2_0 succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4622a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4622a.dir/build.make CMakeFiles/cmTC_4622a.dir/build Building CXX object CMakeFiles/cmTC_4622a.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_HTTP_VERSION_2_0 -Werror -o CMakeFiles/cmTC_4622a.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_4622a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4622a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_HTTP_VERSION_2_0 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4622a.dir/src.cxx.o -o cmTC_4622a

Source file was:

#include <curl/multi.h>
int main() { int i = CURL_HTTP_VERSION_2_0; return 0; }

Performing C++ SOURCE FILE Test HAVE_CURLPIPE_MULTIPLEX succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a290c/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a290c.dir/build.make CMakeFiles/cmTC_a290c.dir/build Building CXX object CMakeFiles/cmTC_a290c.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLPIPE_MULTIPLEX -Werror -o CMakeFiles/cmTC_a290c.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_a290c /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a290c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURLPIPE_MULTIPLEX -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a290c.dir/src.cxx.o -o cmTC_a290c

Source file was:

#include <curl/multi.h>
int main() { int i = CURLPIPE_MULTIPLEX; return 0; }

Performing C++ SOURCE FILE Test HAVE_CURL_SSLVERSION_TLSv1_012 succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_13baf/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_13baf.dir/build.make CMakeFiles/cmTC_13baf.dir/build Building CXX object CMakeFiles/cmTC_13baf.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_SSLVERSION_TLSv1_012 -Werror -o CMakeFiles/cmTC_13baf.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_13baf /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13baf.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_CURL_SSLVERSION_TLSv1_012 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_13baf.dir/src.cxx.o -o cmTC_13baf

Source file was:

#include <curl/curl.h>
int main()
{
    int i = CURL_SSLVERSION_TLSv1_0;
    i = CURL_SSLVERSION_TLSv1_1;
    i = CURL_SSLVERSION_TLSv1_2;
    return 0;
}

Determining if files GSS/GSS.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4d7b5/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4d7b5.dir/build.make CMakeFiles/cmTC_4d7b5.dir/build Building C object CMakeFiles/cmTC_4d7b5.dir/HAVE_GSSFW_HEADERS.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_4d7b5.dir/HAVE_GSSFW_HEADERS.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_GSSFW_HEADERS.c Linking C executable cmTC_4d7b5 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d7b5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d7b5.dir/HAVE_GSSFW_HEADERS.c.o -o cmTC_4d7b5

Determining if the GSS_SPNEGO_MECHANISM exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7538e/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_7538e.dir/build.make CMakeFiles/cmTC_7538e.dir/build Building C object CMakeFiles/cmTC_7538e.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_7538e.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_7538e /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7538e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7538e.dir/CheckSymbolExists.c.o -o cmTC_7538e

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <GSS/GSS.h>

int main(int argc, char** argv) { (void)argv;

ifndef GSS_SPNEGO_MECHANISM

return ((int*)(&GSS_SPNEGO_MECHANISM))[argc];

else

(void)argc; return 0;

endif

}

Determining if the GSS_KRB5_CRED_NO_CI_FLAGS_X exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1df8d/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1df8d.dir/build.make CMakeFiles/cmTC_1df8d.dir/build Building C object CMakeFiles/cmTC_1df8d.dir/CheckSymbolExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_1df8d.dir/CheckSymbolExists.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_1df8d /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1df8d.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1df8d.dir/CheckSymbolExists.c.o -o cmTC_1df8d

File /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include <GSS/GSS.h>

int main(int argc, char** argv) { (void)argv;

ifndef GSS_KRB5_CRED_NO_CI_FLAGS_X

return ((int*)(&GSS_KRB5_CRED_NO_CI_FLAGS_X))[argc];

else

(void)argc; return 0;

endif

}

Determining if files crt_externs.h exist passed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_28f0a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_28f0a.dir/build.make CMakeFiles/cmTC_28f0a.dir/build Building C object CMakeFiles/cmTC_28f0a.dir/HAVE_CRT_EXTERNS_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_28f0a.dir/HAVE_CRT_EXTERNS_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_CRT_EXTERNS_H.c Linking C executable cmTC_28f0a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28f0a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_28f0a.dir/HAVE_CRT_EXTERNS_H.c.o -o cmTC_28f0a

Performing C++ SOURCE FILE Test HAVE_NSGETENVIRON succeeded with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_25334/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_25334.dir/build.make CMakeFiles/cmTC_25334.dir/build Building CXX object CMakeFiles/cmTC_25334.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_NSGETENVIRON -Werror -o CMakeFiles/cmTC_25334.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_25334 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25334.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang++ -std=c++11 -DHAVE_NSGETENVIRON -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_25334.dir/src.cxx.o -o cmTC_25334

Source file was:

#include <crt_externs.h>
int main() { char** e = *(_NSGetEnviron()); return 0; }

Determining if the function TLSv1_1_method exists in the /usr/lib/libssl.dylib passed with the following output: Change Dir: /Users/cliffozewell/DEsktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f73c0/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f73c0.dir/build.make CMakeFiles/cmTC_f73c0.dir/build Building C object CMakeFiles/cmTC_f73c0.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_1_method -Werror -o CMakeFiles/cmTC_f73c0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f73c0 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f73c0.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_1_method -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f73c0.dir/CheckFunctionExists.c.o -o cmTC_f73c0 /usr/lib/libssl.dylib

Determining if the function TLSv1_2_method exists in the /usr/lib/libssl.dylib passed with the following output: Change Dir: /Users/cliffozewell/DEsktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_90f68/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_90f68.dir/build.make CMakeFiles/cmTC_90f68.dir/build Building C object CMakeFiles/cmTC_90f68.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_2_method -Werror -o CMakeFiles/cmTC_90f68.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_90f68 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90f68.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=TLSv1_2_method -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_90f68.dir/CheckFunctionExists.c.o -o cmTC_90f68 /usr/lib/libssl.dylib

Determining if the function EC_GF2m_simple_method exists passed with the following output: Change Dir: /Users/cliffozewell/DEsktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_270c2/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_270c2.dir/build.make CMakeFiles/cmTC_270c2.dir/build Building C object CMakeFiles/cmTC_270c2.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -I/usr/local/Cellar/openssl/1.0.2n/include -std=c11 -DCHECK_FUNCTION_EXISTS=EC_GF2m_simple_method -Werror -o CMakeFiles/cmTC_270c2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_270c2 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_270c2.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=EC_GF2m_simple_method -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_270c2.dir/CheckFunctionExists.c.o -o cmTC_270c2 /usr/lib/libcrypto.dylib

Cliffs-iMac:CMakeFiles cliffozewell$

CliffordOzewell commented 6 years ago

@janvorli here is the output from CMakeError log:

Cliffs-iMac:CMakeFiles cliffozewell$ cat CMakeError.log Determining if files linux/in.h exist failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d340f/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d340f.dir/build.make CMakeFiles/cmTC_d340f.dir/build Building C object CMakeFiles/cmTC_d340f.dir/HAVE_LINUX_IN_H.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -Werror -o CMakeFiles/cmTC_d340f.dir/HAVE_LINUX_IN_H.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_IN_H.c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_IN_H.c:2:10: fatal error: 'linux/in.h' file not found

include <linux/in.h>

     ^~~~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_d340f.dir/HAVE_LINUX_IN_H.c.o] Error 1 make: [cmTC_d340f/fast] Error 2

Source: / /

include <linux/in.h>

int main(void){return 0;}

Performing C SOURCE FILE Test HAVE_FLOCK64 failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b51f7/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b51f7.dir/build.make CMakeFiles/cmTC_b51f7.dir/build Building C object CMakeFiles/cmTC_b51f7.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_FLOCK64 -Werror -o CMakeFiles/cmTC_b51f7.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c:5:24: error: variable has incomplete type 'struct flock64' struct flock64 l; ^ /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c:5:16: note: forward declaration of 'struct flock64' struct flock64 l; ^ 1 error generated. make[1]: [CMakeFiles/cmTC_b51f7.dir/src.c.o] Error 1 make: [cmTC_b51f7/fast] Error 2

Source file was:

#include <fcntl.h>
int main()
{
    struct flock64 l;
    return 0;
}

Determining if the function lseek64 exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_0097e/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_0097e.dir/build.make CMakeFiles/cmTC_0097e.dir/build Building C object CMakeFiles/cmTC_0097e.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=lseek64 -Werror -o CMakeFiles/cmTC_0097e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_0097e /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0097e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=lseek64 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0097e.dir/CheckFunctionExists.c.o -o cmTC_0097e Undefined symbols for architecture x86_64: "_lseek64", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_0097e] Error 1 make: [cmTC_0097e/fast] Error 2

Determining if the function mmap64 exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_974c1/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_974c1.dir/build.make CMakeFiles/cmTC_974c1.dir/build Building C object CMakeFiles/cmTC_974c1.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mmap64 -Werror -o CMakeFiles/cmTC_974c1.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_974c1 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_974c1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=mmap64 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_974c1.dir/CheckFunctionExists.c.o -o cmTC_974c1 Undefined symbols for architecture x86_64: "_mmap64", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_974c1] Error 1 make: [cmTC_974c1/fast] Error 2

Determining if the function ftruncate64 exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ef406/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ef406.dir/build.make CMakeFiles/cmTC_ef406.dir/build Building C object CMakeFiles/cmTC_ef406.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=ftruncate64 -Werror -o CMakeFiles/cmTC_ef406.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_ef406 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef406.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=ftruncate64 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ef406.dir/CheckFunctionExists.c.o -o cmTC_ef406 Undefined symbols for architecture x86_64: "_ftruncate64", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_ef406] Error 1 make: [cmTC_ef406/fast] Error 2

Determining if the function posix_fadvise64 exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_efea1/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_efea1.dir/build.make CMakeFiles/cmTC_efea1.dir/build Building C object CMakeFiles/cmTC_efea1.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=posix_fadvise64 -Werror -o CMakeFiles/cmTC_efea1.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_efea1 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efea1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=posix_fadvise64 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_efea1.dir/CheckFunctionExists.c.o -o cmTC_efea1 Undefined symbols for architecture x86_64: "_posix_fadvise64", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_efea1] Error 1 make: [cmTC_efea1/fast] Error 2

Determining if the function pipe2 exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6ce98/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6ce98.dir/build.make CMakeFiles/cmTC_6ce98.dir/build Building C object CMakeFiles/cmTC_6ce98.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=pipe2 -Werror -o CMakeFiles/cmTC_6ce98.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_6ce98 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ce98.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=pipe2 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ce98.dir/CheckFunctionExists.c.o -o cmTC_6ce98 Undefined symbols for architecture x86_64: "_pipe2", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_6ce98] Error 1 make: [cmTC_6ce98/fast] Error 2

Determining if the function strcpy_s exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f23ef/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f23ef.dir/build.make CMakeFiles/cmTC_f23ef.dir/build Building C object CMakeFiles/cmTC_f23ef.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=strcpy_s -Werror -o CMakeFiles/cmTC_f23ef.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_f23ef /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f23ef.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=strcpy_s -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f23ef.dir/CheckFunctionExists.c.o -o cmTC_f23ef Undefined symbols for architecture x86_64: "_strcpy_s", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_f23ef] Error 1 make: [cmTC_f23ef/fast] Error 2

Determining if the function posix_fadvise exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_44073/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_44073.dir/build.make CMakeFiles/cmTC_44073.dir/build Building C object CMakeFiles/cmTC_44073.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=posix_fadvise -Werror -o CMakeFiles/cmTC_44073.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_44073 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44073.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=posix_fadvise -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_44073.dir/CheckFunctionExists.c.o -o cmTC_44073 Undefined symbols for architecture x86_64: "_posix_fadvise", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_44073] Error 1 make: [cmTC_44073/fast] Error 2

Determining if the function sched_getaffinity exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_360f4/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_360f4.dir/build.make CMakeFiles/cmTC_360f4.dir/build Building C object CMakeFiles/cmTC_360f4.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=sched_getaffinity -Werror -o CMakeFiles/cmTC_360f4.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_360f4 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_360f4.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=sched_getaffinity -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_360f4.dir/CheckFunctionExists.c.o -o cmTC_360f4 Undefined symbols for architecture x86_64: "_sched_getaffinity", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_360f4] Error 1 make: [cmTC_360f4/fast] Error 2

Determining if the function sched_setaffinity exists failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_43c20/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_43c20.dir/build.make CMakeFiles/cmTC_43c20.dir/build Building C object CMakeFiles/cmTC_43c20.dir/CheckFunctionExists.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=sched_setaffinity -Werror -o CMakeFiles/cmTC_43c20.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_43c20 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43c20.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DCHECK_FUNCTION_EXISTS=sched_setaffinity -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43c20.dir/CheckFunctionExists.c.o -o cmTC_43c20 Undefined symbols for architecture x86_64: "_sched_setaffinity", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_43c20] Error 1 make: [cmTC_43c20/fast] Error 2

Performing C SOURCE FILE Test HAVE_STATVFS_FSTYPENAME failed with the following output: Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ce571/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ce571.dir/build.make CMakeFiles/cmTC_ce571.dir/build Building C object CMakeFiles/cmTC_ce571.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/clang -std=c11 -DHAVE_STATVFS_FSTYPENAME -Werror -o CMakeFiles/cmTC_ce571.dir/src.c.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c:6:38: error: incomplete definition of type 'struct statvfs' (void)sizeof(((struct statvfs *)0)->f_fstypename);


/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c:6:26: note: forward declaration of 'struct statvfs'
   (void)sizeof(((struct statvfs *)0)->f_fstypename);
                         ^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_ce571.dir/src.c.o] Error 1
make: *** [cmTC_ce571/fast] Error 2

Source file was:

#include <sys/mount.h>

int main()
{
   (void)sizeof(((struct statvfs *)0)->f_fstypename);
   return 0;
}

Performing C++ SOURCE FILE Test HAVE_GNU_STRERROR_R failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_aa548/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_aa548.dir/build.make CMakeFiles/cmTC_aa548.dir/build
Building CXX object CMakeFiles/cmTC_aa548.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_GNU_STRERROR_R -Werror   -o CMakeFiles/cmTC_aa548.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:6:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
        char* c = strerror_r(0, buffer, 0);
              ^   ~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_aa548.dir/src.cxx.o] Error 1
make: *** [cmTC_aa548/fast] Error 2

Source file was:

    #include <string.h>
    int main()
    {
        char buffer[1];
        char* c = strerror_r(0, buffer, 0);
        return 0;
    }

Performing C SOURCE FILE Test HAVE_PRIVATE_FDS_BITS failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d99f0/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d99f0.dir/build.make CMakeFiles/cmTC_d99f0.dir/build
Building C object CMakeFiles/cmTC_d99f0.dir/src.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -DHAVE_PRIVATE_FDS_BITS -Werror   -o CMakeFiles/cmTC_d99f0.dir/src.c.o   -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.c:6:39: error: no member named '__fds_bits' in 'struct fd_set'; did you mean 'fds_bits'?
   (void)sizeof(((struct fd_set *)0)->__fds_bits);
                                      ^~~~~~~~~~
                                      fds_bits
/usr/include/sys/_types/_fd_def.h:50:12: note: 'fds_bits' declared here
        __int32_t       fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];
                        ^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_d99f0.dir/src.c.o] Error 1
make: *** [cmTC_d99f0/fast] Error 2

Source file was:

#include <sys/select.h>

int main()
{
   (void)sizeof(((struct fd_set *)0)->__fds_bits);
   return 0;
}

Performing C++ SOURCE FILE Test HAVE_SENDFILE_4 failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_06878/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_06878.dir/build.make CMakeFiles/cmTC_06878.dir/build
Building CXX object CMakeFiles/cmTC_06878.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_SENDFILE_4 -Werror   -o CMakeFiles/cmTC_06878.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: 'sys/sendfile.h' file not found
    #include <sys/sendfile.h>
             ^~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_06878.dir/src.cxx.o] Error 1
make: *** [cmTC_06878/fast] Error 2

Source file was:

    #include <sys/sendfile.h>
    int main() { int i = sendfile(0, 0, 0, 0); return 0; }

Determining if the function epoll_create1 exists failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5d149/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5d149.dir/build.make CMakeFiles/cmTC_5d149.dir/build
Building C object CMakeFiles/cmTC_5d149.dir/CheckFunctionExists.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -DCHECK_FUNCTION_EXISTS=epoll_create1 -Werror   -o CMakeFiles/cmTC_5d149.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_5d149
/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d149.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/clang  -std=c11 -DCHECK_FUNCTION_EXISTS=epoll_create1 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_5d149.dir/CheckFunctionExists.c.o  -o cmTC_5d149 
Undefined symbols for architecture x86_64:
  "_epoll_create1", referenced from:
      _main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_5d149] Error 1
make: *** [cmTC_5d149/fast] Error 2

Determining if the function accept4 exists failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f31cb/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f31cb.dir/build.make CMakeFiles/cmTC_f31cb.dir/build
Building C object CMakeFiles/cmTC_f31cb.dir/CheckFunctionExists.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -DCHECK_FUNCTION_EXISTS=accept4 -Werror   -o CMakeFiles/cmTC_f31cb.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_f31cb
/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f31cb.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/clang  -std=c11 -DCHECK_FUNCTION_EXISTS=accept4 -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_f31cb.dir/CheckFunctionExists.c.o  -o cmTC_f31cb 
Undefined symbols for architecture x86_64:
  "_accept4", referenced from:
      _main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_f31cb] Error 1
make: *** [cmTC_f31cb/fast] Error 2

Performing C++ SOURCE FILE Test HAVE_GETHOSTBYADDR_R failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e35d2/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e35d2.dir/build.make CMakeFiles/cmTC_e35d2.dir/build
Building CXX object CMakeFiles/cmTC_e35d2.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_GETHOSTBYADDR_R -Werror   -o CMakeFiles/cmTC_e35d2.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:15:10: error: use of undeclared identifier 'gethostbyaddr_r'
         gethostbyaddr_r(addr,  len, type, result, buffer, buflen, entry, error);
         ^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_e35d2.dir/src.cxx.o] Error 1
make: *** [cmTC_e35d2/fast] Error 2

Source file was:

     #include <sys/types.h>
     #include <netdb.h>

     int main()
     {
         const void* addr;
         socklen_t len;
         int type;
         struct hostent* result;
         char* buffer;
         size_t buflen;
         struct hostent** entry;
         int* error;
         gethostbyaddr_r(addr,  len, type, result, buffer, buflen, entry, error);
         return 0;
     }

Performing C++ SOURCE FILE Test HAVE_GETHOSTBYNAME_R failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9bb03/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_9bb03.dir/build.make CMakeFiles/cmTC_9bb03.dir/build
Building CXX object CMakeFiles/cmTC_9bb03.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_GETHOSTBYNAME_R -Werror   -o CMakeFiles/cmTC_9bb03.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:13:10: error: use of undeclared identifier 'gethostbyname_r'
         gethostbyname_r(hostname, result, buffer, buflen, entry, error);
         ^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_9bb03.dir/src.cxx.o] Error 1
make: *** [cmTC_9bb03/fast] Error 2

Source file was:

     #include <sys/types.h>
     #include <netdb.h>

     int main()
     {
         const char* hostname;
         struct hostent* result;
         char* buffer;
         size_t buflen;
         struct hostent** entry;
         int* error;
         gethostbyname_r(hostname, result, buffer, buflen, entry, error);
         return 0;
     }

Performing C++ SOURCE FILE Test INOTIFY_RM_WATCH_WD_UNSIGNED failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f5f76/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f5f76.dir/build.make CMakeFiles/cmTC_f5f76.dir/build
Building CXX object CMakeFiles/cmTC_f5f76.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DINOTIFY_RM_WATCH_WD_UNSIGNED -Werror -Wsign-conversion   -o CMakeFiles/cmTC_f5f76.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: 'sys/inotify.h' file not found
    #include <sys/inotify.h>
             ^~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_f5f76.dir/src.cxx.o] Error 1
make: *** [cmTC_f5f76/fast] Error 2

Source file was:

    #include <sys/inotify.h>

    int main()
    {
        intptr_t fd;
        uint32_t wd;
        return inotify_rm_watch(fd, wd);
    }

Performing C++ SOURCE FILE Test HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b8576/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b8576.dir/build.make CMakeFiles/cmTC_b8576.dir/build
Building CXX object CMakeFiles/cmTC_b8576.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP -Werror   -o CMakeFiles/cmTC_b8576.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_b8576
/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8576.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/clang++   -std=c++11 -DHAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_b8576.dir/src.cxx.o  -o cmTC_b8576 

Return value: 255
Source file was:

    #include <sys/mman.h>
    #include <fcntl.h>
    #include <unistd.h>

    int main()
    {
        int fd = shm_open("/corefx_configure_shm_open", O_CREAT | O_RDWR, 0777);
        if (fd == -1)
            return -1;

        shm_unlink("/corefx_configure_shm_open");

        // NOTE: PROT_EXEC and MAP_PRIVATE don't work well with shm_open
        //       on at least the current version of Mac OS X

        if (mmap(nullptr, 1, PROT_EXEC, MAP_PRIVATE, fd, 0) == MAP_FAILED)
            return -1;

        return 0;
    }

Determining if the prototype getpriority exists for PRIORITY_REQUIRES_INT_WHO failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2baed/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2baed.dir/build.make CMakeFiles/cmTC_2baed.dir/build
Building C object CMakeFiles/cmTC_2baed.dir/CheckPrototypeDefinition.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -Werror   -o CMakeFiles/cmTC_2baed.dir/CheckPrototypeDefinition.c.o   -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c:14:5: error: conflicting types for 'getpriority'
int getpriority(int which, int who) {
    ^
/usr/include/sys/resource.h:425:5: note: previous declaration is here
int     getpriority(int, id_t);
        ^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_2baed.dir/CheckPrototypeDefinition.c.o] Error 1
make: *** [cmTC_2baed/fast] Error 2

#include <sys/resource.h>

static void cmakeRequireSymbol(int dummy, ...) {
  (void) dummy;
}

static void checkSymbol(void) {
#ifndef getpriority
  cmakeRequireSymbol(0, &getpriority);
#endif
}

int getpriority(int which, int who) {
  return 0;
}

#ifdef __CLASSIC_C__
int main() {
  int ac;
  char*av[];
#else
int main(int ac, char *av[]) {
#endif
  checkSymbol();
  if (ac > 1000) {
    return *av[0];
  }
  return 0;
}

Performing C++ SOURCE FILE Test HAVE_TCP_H_TCPSTATE_ENUM failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b8a99/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b8a99.dir/build.make CMakeFiles/cmTC_b8a99.dir/build
Building CXX object CMakeFiles/cmTC_b8a99.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++  -DHAVE_SYS_CDEFS_H  -std=c++11 -DHAVE_TCP_H_TCPSTATE_ENUM -Werror   -o CMakeFiles/cmTC_b8a99.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:6:26: error: use of undeclared identifier 'TCP_ESTABLISHED'
    int main() { int x = TCP_ESTABLISHED; return x; }
                         ^
1 error generated.
make[1]: *** [CMakeFiles/cmTC_b8a99.dir/src.cxx.o] Error 1
make: *** [cmTC_b8a99/fast] Error 2

Source file was:

#ifdef HAVE_SYS_CDEFS_H
    #include <sys/cdefs.h>
#endif
    #include <netinet/tcp.h>
    int main() { int x = TCP_ESTABLISHED; return x; }

Determining if files linux/rtnetlink.h exist failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_92d04/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_92d04.dir/build.make CMakeFiles/cmTC_92d04.dir/build
Building C object CMakeFiles/cmTC_92d04.dir/HAVE_LINUX_RTNETLINK_H.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -Werror   -o CMakeFiles/cmTC_92d04.dir/HAVE_LINUX_RTNETLINK_H.c.o   -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_RTNETLINK_H.c
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_RTNETLINK_H.c:2:10: fatal error: 'linux/rtnetlink.h' file not found
#include <linux/rtnetlink.h>
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_92d04.dir/HAVE_LINUX_RTNETLINK_H.c.o] Error 1
make: *** [cmTC_92d04/fast] Error 2

Source:
/* */
#include <linux/rtnetlink.h>

int main(void){return 0;}

Performing C++ SOURCE FILE Test HAVE_GETDOMAINNAME_SIZET failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b4ed5/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b4ed5.dir/build.make CMakeFiles/cmTC_b4ed5.dir/build
Building CXX object CMakeFiles/cmTC_b4ed5.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_GETDOMAINNAME_SIZET -Werror -Weverything   -o CMakeFiles/cmTC_b4ed5.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:3:74: error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
    int main() { size_t namelen = 20; char name[20]; getdomainname(name, namelen); return 0; }
                                                     ~~~~~~~~~~~~~       ^~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_b4ed5.dir/src.cxx.o] Error 1
make: *** [cmTC_b4ed5/fast] Error 2

Source file was:

    #include <unistd.h>
    int main() { size_t namelen = 20; char name[20]; getdomainname(name, namelen); return 0; }

Determining if the function inotify_init exists failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4ebcb/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4ebcb.dir/build.make CMakeFiles/cmTC_4ebcb.dir/build
Building C object CMakeFiles/cmTC_4ebcb.dir/CheckFunctionExists.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -DCHECK_FUNCTION_EXISTS=inotify_init -Werror   -o CMakeFiles/cmTC_4ebcb.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_4ebcb
/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4ebcb.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/clang  -std=c11 -DCHECK_FUNCTION_EXISTS=inotify_init -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_4ebcb.dir/CheckFunctionExists.c.o  -o cmTC_4ebcb 
Undefined symbols for architecture x86_64:
  "_inotify_init", referenced from:
      _main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_4ebcb] Error 1
make: *** [cmTC_4ebcb/fast] Error 2

Determining if the function inotify_add_watch exists failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dbfad/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_dbfad.dir/build.make CMakeFiles/cmTC_dbfad.dir/build
Building C object CMakeFiles/cmTC_dbfad.dir/CheckFunctionExists.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -DCHECK_FUNCTION_EXISTS=inotify_add_watch -Werror   -o CMakeFiles/cmTC_dbfad.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_dbfad
/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbfad.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/clang  -std=c11 -DCHECK_FUNCTION_EXISTS=inotify_add_watch -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_dbfad.dir/CheckFunctionExists.c.o  -o cmTC_dbfad 
Undefined symbols for architecture x86_64:
  "_inotify_add_watch", referenced from:
      _main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_dbfad] Error 1
make: *** [cmTC_dbfad/fast] Error 2

Determining if the function inotify_rm_watch exists failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_422af/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_422af.dir/build.make CMakeFiles/cmTC_422af.dir/build
Building C object CMakeFiles/cmTC_422af.dir/CheckFunctionExists.c.o
/Library/Developer/CommandLineTools/usr/bin/clang   -std=c11 -DCHECK_FUNCTION_EXISTS=inotify_rm_watch -Werror   -o CMakeFiles/cmTC_422af.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_422af
/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_422af.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/clang  -std=c11 -DCHECK_FUNCTION_EXISTS=inotify_rm_watch -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_422af.dir/CheckFunctionExists.c.o  -o cmTC_422af 
Undefined symbols for architecture x86_64:
  "_inotify_rm_watch", referenced from:
      _main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_422af] Error 1
make: *** [cmTC_422af/fast] Error 2

Performing C++ SOURCE FILE Test HAVE_IN_EXCL_UNLINK failed with the following output:
Change Dir: /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_11978/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_11978.dir/build.make CMakeFiles/cmTC_11978.dir/build
Building CXX object CMakeFiles/cmTC_11978.dir/src.cxx.o
/Library/Developer/CommandLineTools/usr/bin/clang++    -std=c++11 -DHAVE_IN_EXCL_UNLINK -Werror   -o CMakeFiles/cmTC_11978.dir/src.cxx.o -c /Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx
/Users/cliffozewell/Desktop/repos/corefx-new/bin/obj/OSX.x64.Debug/native/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: 'sys/inotify.h' file not found
    #include <sys/inotify.h>
             ^~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_11978.dir/src.cxx.o] Error 1
make: *** [cmTC_11978/fast] Error 2

Source file was:

    #include <sys/inotify.h>
    int main()
    {
        uint32_t mask = IN_EXCL_UNLINK;
        return 0;
    }

Cliffs-iMac:CMakeFiles cliffozewell$ 
CliffordOzewell commented 6 years ago

@janvorli also the path is now set correctly for Openssl echo gave me the expected results

CliffordOzewell commented 6 years ago

now its throwing a zero as null pointer constant error:

Cliffs-iMac:corefx-new cliffozewell$ ./build.sh Tools are already initialized Running: /Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/build-native.sh x64 Debug OSX --numproc 4 -portable toolSetDir=c:\tools\clr Setting up directories for build Checking pre-requisites... Commencing build of corefx native components for OSX.x64.Debug Invoking cmake with arguments: "/Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/Unix" DEBUG -DFEATURE_DISTRO_AGNOSTIC_SSL=0 -DCMAKE_STATIC_LIB_LINK=0 -- Configuring done -- Generating done -- Build files have been written to: /Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/OSX.x64.Debug/native Executing make install -j 4 Scanning dependencies of target System.IO.Compression.Native Scanning dependencies of target System.Native Scanning dependencies of target System.Native-Static Scanning dependencies of target System.Net.Http.Native [ 1%] Building CXX object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/pal_zlib.cpp.o [ 2%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_curlinit.cpp.o [ 3%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_console.cpp.o [ 4%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_console.cpp.o /Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/Unix/System.Native/pal_console.cpp:410:61: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant] sigaction(SIGINT, &g_origSigIntHandler, NULL); ^~~~ nullptr /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:100:18: note: expanded from macro 'NULL'

define NULL __null

             ^

/Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/Unix/System.Native/pal_console.cpp:419:63: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant] sigaction(SIGQUIT, &g_origSigQuitHandler, NULL); ^~~~ /Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/Unix/System.Native/pal_console.cpp:410:61: error: zero as null pointer constant nullptr [-Werror,-Wzero-as-null-pointer-constant]

/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:100:18: note: expanded from macro 'NULL' sigaction(SIGINT, &g_origSigIntHandler, NULL);

define NULL __null

                                                        ^~~~
             ^
                                                        nullptr

/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:100:18: note: expanded from macro 'NULL'

define NULL __null

             ^

[ 5%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_easy.cpp.o /Users/cliffozewell/Desktop/Repos/corefx-new/src/Native/Unix/System.Native/pal_console.cpp:419:63: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant] sigaction(SIGQUIT, &g_origSigQuitHandler, NULL); ^~~~ nullptr /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:100:18: note: expanded from macro 'NULL'

define NULL __null

             ^

2 errors2 generated. errors generated. make[2]: [System.Native/CMakeFiles/System.Native-Static.dir/pal_console.cpp.o] Error 1 make[2]: [System.Native/CMakeFiles/System.Native.dir/pal_console.cpp.o] Error 1 make[1]: [System.Native/CMakeFiles/System.Native-Static.dir/all] Error 2 make[1]: Waiting for unfinished jobs.... make[1]: [System.Native/CMakeFiles/System.Native.dir/all] Error 2 [ 6%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/version.c.o [ 7%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_multi.cpp.o [ 8%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_slist.cpp.o [ 9%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_versioninfo.cpp.o [ 10%] Building C object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/Users/cliffozewell/Desktop/Repos/corefx-new/bin/obj/version.c.o [ 11%] Linking CXX shared library System.IO.Compression.Native.dylib [ 12%] Linking CXX shared library System.Net.Http.Native.dylib [ 12%] Built target System.IO.Compression.Native [ 12%] Built target System.Net.Http.Native make: [all] Error 2 Failed to build corefx native components. Command execution failed with exit code 1. Cliffs-iMac:corefx-new cliffozewell$

CliffordOzewell commented 6 years ago

Anyone there?

wfurt commented 6 years ago

I'm able to build on 10.13.5. I've seen the NULL error before but it worked for me after syncing and cleaning up my build tree (git clean -dfx)

CliffordOzewell commented 6 years ago

Ok I got it working

Sent from my iPhone

On May 30, 2018, at 11:01 AM, Tomas Weinfurt notifications@github.com<mailto:notifications@github.com> wrote:

I'm able to build on 10.13.5. I've seen the NULL error before but it worked for me after syncing and cleaning up my build tree (git clean -dfx)

- You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/dotnet/corefx/issues/29380#issuecomment-393259776, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjplEKd8JcvPpLaLl0NINoEb8p-9zdReks5t3t6sgaJpZM4TrBXM.