Files
fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeOutput.log
T

99 lines
5.5 KiB
Plaintext

The target system is: Emscripten - 1 - x86
The host system is: Linux - 5.15.167.4-microsoft-standard-WSL2 - x86_64
Performing C SOURCE FILE Test COMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS succeeded with the following output:
Change Dir: /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c5a82/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c5a82.dir/build.make CMakeFiles/cmTC_c5a82.dir/build
gmake[1]: Entering directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c5a82.dir/src.c.o
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -DCOMPILER_SUPPORTS_FCOLOR_DIAGNOSTICS -D_GNU_SOURCE=1 -fPIE -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c5a82.dir/src.c.o -MF CMakeFiles/cmTC_c5a82.dir/src.c.o.d -o CMakeFiles/cmTC_c5a82.dir/src.c.o -c /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_c5a82.js
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5a82.dir/link.txt --verbose=1
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c5a82.dir/src.c.o -o cmTC_c5a82.js
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Determining if the getresgid exist passed with the following output:
Change Dir: /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7cbff/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7cbff.dir/build.make CMakeFiles/cmTC_7cbff.dir/build
gmake[1]: Entering directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7cbff.dir/CheckSymbolExists.c.o
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 -fPIE -MD -MT CMakeFiles/cmTC_7cbff.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_7cbff.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_7cbff.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_7cbff.js
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cbff.dir/link.txt --verbose=1
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7cbff.dir/CheckSymbolExists.c.o -o cmTC_7cbff.js
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
File /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getresgid
return ((int*)(&getresgid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getresuid exist passed with the following output:
Change Dir: /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7178c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7178c.dir/build.make CMakeFiles/cmTC_7178c.dir/build
gmake[1]: Entering directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7178c.dir/CheckSymbolExists.c.o
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 -fPIE -MD -MT CMakeFiles/cmTC_7178c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_7178c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_7178c.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_7178c.js
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7178c.dir/link.txt --verbose=1
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7178c.dir/CheckSymbolExists.c.o -o cmTC_7178c.js
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
File /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getresuid
return ((int*)(&getresuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the vfork exist passed with the following output:
Change Dir: /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2ecde/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2ecde.dir/build.make CMakeFiles/cmTC_2ecde.dir/build
gmake[1]: Entering directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2ecde.dir/CheckSymbolExists.c.o
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 -fPIE -MD -MT CMakeFiles/cmTC_2ecde.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_2ecde.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_2ecde.dir/CheckSymbolExists.c.o -c /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_2ecde.js
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ecde.dir/link.txt --verbose=1
/home/lucas/fn_registry/emsdk/upstream/emscripten/emcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2ecde.dir/CheckSymbolExists.c.o -o cmTC_2ecde.js
gmake[1]: Leaving directory '/home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp'
File /home/lucas/fn_registry/build/wasm/runtime_test/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef vfork
return ((int*)(&vfork))[argc];
#else
(void)argc;
return 0;
#endif
}