Ticket #69544: webkit2-gtk_CMakeError.log

File webkit2-gtk_CMakeError.log, 10.7 KB (added by odysseus9672 (Sean Lake), 5 weeks ago)

webkit2-gtk build error log from trying to run "sudo port install p5.34-syntax-keyword-try"

Line 
1Performing C SOURCE FILE Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized failed with the following output:
2Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
3
4Run Build Command(s):ninja cmTC_d367c && [1/2] Building C object CMakeFiles/cmTC_d367c.dir/src.c.o
5warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
6In file included from <built-in>:386:
7<command line>:2:29: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
8#define C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized 1
9                            ^
102 warnings generated.
11[2/2] Linking C executable cmTC_d367c
12
13
14Source file was:
15int main(void) { return 0; }
16Performing C++ SOURCE FILE Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized failed with the following output:
17Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
18
19Run Build Command(s):ninja cmTC_34ed2 && [1/2] Building CXX object CMakeFiles/cmTC_34ed2.dir/src.cxx.o
20warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
21In file included from <built-in>:397:
22<command line>:2:31: warning: whitespace recommended after macro name
23#define CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized 1
24                              ^
252 warnings generated.
26[2/2] Linking CXX executable cmTC_34ed2
27
28
29Source file was:
30int main() { return 0; }
31Determining if the include file features.h exists failed with the following output:
32Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
33
34Run Build Command(s):ninja cmTC_8d7f6 && [1/2] Building C object CMakeFiles/cmTC_8d7f6.dir/CheckIncludeFile.c.o
35FAILED: CMakeFiles/cmTC_8d7f6.dir/CheckIncludeFile.c.o
36/usr/bin/clang   -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wno-psabi -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -pipe -Os -DNDEBUG -I/opt/local/include -Wno-deprecated-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fno-strict-aliasing -fno-exceptions  -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -fPIE -MD -MT CMakeFiles/cmTC_8d7f6.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_8d7f6.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_8d7f6.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
37/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'features.h' file not found
38#include <features.h>
39         ^~~~~~~~~~~~
401 error generated.
41ninja: build stopped: subcommand failed.
42
43
44
45Determining if the include file pthread_np.h exists failed with the following output:
46Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
47
48Run Build Command(s):ninja cmTC_0f87e && [1/2] Building C object CMakeFiles/cmTC_0f87e.dir/CheckIncludeFile.c.o
49FAILED: CMakeFiles/cmTC_0f87e.dir/CheckIncludeFile.c.o
50/usr/bin/clang   -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wno-psabi -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -pipe -Os -DNDEBUG -I/opt/local/include -Wno-deprecated-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fno-strict-aliasing -fno-exceptions  -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -fPIE -MD -MT CMakeFiles/cmTC_0f87e.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_0f87e.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_0f87e.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
51/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'pthread_np.h' file not found
52#include <pthread_np.h>
53         ^~~~~~~~~~~~~~
541 error generated.
55ninja: build stopped: subcommand failed.
56
57
58
59Determining if the include file linux/memfd.h exists failed with the following output:
60Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
61
62Run Build Command(s):ninja cmTC_1a34b && [1/2] Building C object CMakeFiles/cmTC_1a34b.dir/CheckIncludeFile.c.o
63FAILED: CMakeFiles/cmTC_1a34b.dir/CheckIncludeFile.c.o
64/usr/bin/clang   -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wno-psabi -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -pipe -Os -DNDEBUG -I/opt/local/include -Wno-deprecated-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fno-strict-aliasing -fno-exceptions  -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -fPIE -MD -MT CMakeFiles/cmTC_1a34b.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_1a34b.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_1a34b.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
65/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'linux/memfd.h' file not found
66#include <linux/memfd.h>
67         ^~~~~~~~~~~~~~~
681 error generated.
69ninja: build stopped: subcommand failed.
70
71
72
73Determining if the function _aligned_malloc exists failed with the following output:
74Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
75
76Run Build Command(s):ninja cmTC_d4407 && [1/2] Building C object CMakeFiles/cmTC_d4407.dir/CheckFunctionExists.c.o
77[2/2] Linking C executable cmTC_d4407
78FAILED: cmTC_d4407
79: && /usr/bin/clang -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wno-psabi -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -pipe -Os -DNDEBUG -I/opt/local/include -Wno-deprecated-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fno-strict-aliasing -fno-exceptions -DCHECK_FUNCTION_EXISTS=_aligned_malloc -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk CMakeFiles/cmTC_d4407.dir/CheckFunctionExists.c.o -o cmTC_d4407   && :
80ld: Undefined symbols:
81  __aligned_malloc, referenced from:
82      _main in CheckFunctionExists.c.o
83clang: error: linker command failed with exit code 1 (use -v to see invocation)
84ninja: build stopped: subcommand failed.
85
86
87
88Determining if the function IsDebuggerPresent exists failed with the following output:
89Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
90
91Run Build Command(s):ninja cmTC_be4ca && [1/2] Building C object CMakeFiles/cmTC_be4ca.dir/CheckFunctionExists.c.o
92[2/2] Linking C executable cmTC_be4ca
93FAILED: cmTC_be4ca
94: && /usr/bin/clang -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wno-psabi -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -pipe -Os -DNDEBUG -I/opt/local/include -Wno-deprecated-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fno-strict-aliasing -fno-exceptions -DCHECK_FUNCTION_EXISTS=IsDebuggerPresent -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk CMakeFiles/cmTC_be4ca.dir/CheckFunctionExists.c.o -o cmTC_be4ca   && :
95ld: Undefined symbols:
96  _IsDebuggerPresent, referenced from:
97      _main in CheckFunctionExists.c.o
98clang: error: linker command failed with exit code 1 (use -v to see invocation)
99ninja: build stopped: subcommand failed.
100
101
102
103Determining if the function malloc_trim exists failed with the following output:
104Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build/CMakeFiles/CMakeTmp
105
106Run Build Command(s):ninja cmTC_7e0e7 && [1/2] Building C object CMakeFiles/cmTC_7e0e7.dir/CheckFunctionExists.c.o
107[2/2] Linking C executable cmTC_7e0e7
108FAILED: cmTC_7e0e7
109: && /usr/bin/clang -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Wno-psabi -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -pipe -Os -DNDEBUG -I/opt/local/include -Wno-deprecated-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fno-strict-aliasing -fno-exceptions -DCHECK_FUNCTION_EXISTS=malloc_trim -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk CMakeFiles/cmTC_7e0e7.dir/CheckFunctionExists.c.o -o cmTC_7e0e7   && :
110ld: Undefined symbols:
111  _malloc_trim, referenced from:
112      _main in CheckFunctionExists.c.o
113clang: error: linker command failed with exit code 1 (use -v to see invocation)
114ninja: build stopped: subcommand failed.
115
116
117