Ticket #67125: CMakeError.log

File CMakeError.log, 4.9 KB (added by rmottola (Riccardo), 14 months ago)
Line 
1Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
2clang version 7.1.0 (tags/RELEASE_710/final)
3Target: x86_64-apple-darwin9.8.0
4Thread model: posix
5InstalledDir: /opt/local/libexec/llvm-7.0/bin
6Checking whether the ASM_MASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
7Checking whether the ASM_MASM compiler is Clang using "--version" did not match "(clang version)":
8Checking whether the ASM_MASM compiler is AppleClang using "--version" did not match "(Apple LLVM version)":
9Checking whether the ASM_MASM compiler is ARMClang using "--version" did not match "armclang":
10Checking whether the ASM_MASM compiler is HP using "-V" did not match "HP C":
11Checking whether the ASM_MASM compiler is Intel using "--version" did not match "(ICC)":
12Checking whether the ASM_MASM compiler is IntelLLVM using "--version" did not match "(Intel[^
13]+oneAPI)":
14Checking whether the ASM_MASM compiler is SunPro using "-V" did not match "Sun C":
15Checking whether the ASM_MASM compiler is XL using "-qversion" did not match "XL C":
16Checking whether the ASM_MASM compiler is MSVC using "-?" did not match "Microsoft":
17Checking whether the ASM_MASM compiler is TI using "-h" did not match "Texas Instruments":
18Checking whether the ASM_MASM compiler is IAR using "" did not match "IAR Assembler":
19Checking whether the ASM_MASM compiler is ARMCC using "" did not match "(ARM Compiler)|(ARM Assembler)|(Arm Compiler)":
20Checking whether the ASM_MASM compiler is NASM using "-v" did not match "(NASM version)":
21Checking whether the ASM_MASM compiler is YASM using "--version" did not match "(yasm)":
22Checking whether the ASM_MASM compiler is ADSP using "-version" did not match "Analog Devices":
23Checking whether the ASM_MASM compiler is QCC using "-V" did not match "gcc_nto":
24Performing C++ SOURCE FILE Test std_filesystem_without_libfs failed with the following output:
25Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ccache/ccache/work/build/CMakeFiles/CMakeTmp
26
27Run Build Command(s):/usr/bin/make -f Makefile cmTC_b4223/fast && /usr/bin/make  -f CMakeFiles/cmTC_b4223.dir/build.make CMakeFiles/cmTC_b4223.dir/build
28Building CXX object CMakeFiles/cmTC_b4223.dir/src.cxx.o
29/opt/local/bin/clang++-mp-7.0 -Dstd_filesystem_without_libfs  -pipe -Os -DNDEBUG -isystem/opt/local/include/LegacySupport -I/opt/local/include -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0  -arch x86_64 -mmacosx-version-min=10.5 -std=c++17 -MD -MT CMakeFiles/cmTC_b4223.dir/src.cxx.o -MF CMakeFiles/cmTC_b4223.dir/src.cxx.o.d -o CMakeFiles/cmTC_b4223.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ccache/ccache/work/build/CMakeFiles/CMakeTmp/src.cxx
30/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ccache/ccache/work/build/CMakeFiles/CMakeTmp/src.cxx:1:14: fatal error: 'filesystem' file not found
31    #include <filesystem>
32             ^~~~~~~~~~~~
331 error generated.
34make[1]: *** [CMakeFiles/cmTC_b4223.dir/src.cxx.o] Error 1
35make: *** [cmTC_b4223/fast] Error 2
36
37
38Source file was:
39    #include <filesystem>
40    int main(void)
41    {
42      return std::filesystem::is_regular_file("/") ? 0 : 1;
43    }
44 
45Performing C++ SOURCE FILE Test std_filesystem_with_libfs failed with the following output:
46Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ccache/ccache/work/build/CMakeFiles/CMakeTmp
47
48Run Build Command(s):/usr/bin/make -f Makefile cmTC_15014/fast && /usr/bin/make  -f CMakeFiles/cmTC_15014.dir/build.make CMakeFiles/cmTC_15014.dir/build
49Building CXX object CMakeFiles/cmTC_15014.dir/src.cxx.o
50/opt/local/bin/clang++-mp-7.0 -Dstd_filesystem_with_libfs  -pipe -Os -DNDEBUG -isystem/opt/local/include/LegacySupport -I/opt/local/include -stdlib=macports-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0  -arch x86_64 -mmacosx-version-min=10.5 -std=c++17 -MD -MT CMakeFiles/cmTC_15014.dir/src.cxx.o -MF CMakeFiles/cmTC_15014.dir/src.cxx.o.d -o CMakeFiles/cmTC_15014.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ccache/ccache/work/build/CMakeFiles/CMakeTmp/src.cxx
51/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ccache/ccache/work/build/CMakeFiles/CMakeTmp/src.cxx:1:14: fatal error: 'filesystem' file not found
52    #include <filesystem>
53             ^~~~~~~~~~~~
541 error generated.
55make[1]: *** [CMakeFiles/cmTC_15014.dir/src.cxx.o] Error 1
56make: *** [cmTC_15014/fast] Error 2
57
58
59Source file was:
60    #include <filesystem>
61    int main(void)
62    {
63      return std::filesystem::is_regular_file("/") ? 0 : 1;
64    }
65