Created
October 5, 2024 14:02
-
-
Save Habbie/4c6db1d0d4d8610a7b33da390433bff5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build started at 2024-10-05T13:56:52.389485 | |
Main binary: /usr/bin/python3 | |
Build Options: -Dbuildtype=release -Dlvgl-driver=fbdev -Dprefer_static=True | |
Python system: Linux | |
The Meson build system | |
Version: 1.5.2 | |
Source dir: /home/runner/work/voorkant-core/voorkant-core | |
Build dir: /home/runner/work/voorkant-core/voorkant-core/build-armel | |
Build type: native build | |
Project name: voorkant | |
Project version: 0.1 | |
----------- | |
Detecting compiler via: `cc --version` -> 0 | |
stdout: | |
cc (Debian 12.2.0-14) 12.2.0 | |
Copyright (C) 2022 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
----------- | |
Running command: -cpp -x c -E -dM - | |
----- | |
----------- | |
Detecting linker via: `cc -Wl,--version -static -latomic` -> 0 | |
stdout: | |
GNU ld (GNU Binutils for Debian) 2.40 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This program is free software; you may redistribute it under the terms of | |
the GNU General Public License version 3 or (at your option) a later version. | |
This program has absolutely no warranty. | |
----------- | |
stderr: | |
collect2 version 12.2.0 | |
/usr/bin/ld -plugin /usr/lib/gcc/arm-linux-gnueabi/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabi/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccw7yALt.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lc --build-id -Bstatic -X --hash-style=gnu --as-needed -m armelf_linux_eabi /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crt1.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crti.o /usr/lib/gcc/arm-linux-gnueabi/12/crtbeginT.o -L/usr/lib/gcc/arm-linux-gnueabi/12 -L/usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi -L/usr/lib/gcc/arm-linux-gnueabi/12/../../.. -L/lib/arm-linux-gnueabi -L/usr/lib/arm-linux-gnueabi --version -latomic --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/arm-linux-gnueabi/12/crtend.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crtn.o | |
----------- | |
Sanity testing C compiler: cc | |
Is cross compiler: False. | |
Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -D_FILE_OFFSET_BITS=64 -static -latomic | |
Sanity check compile stdout: | |
----- | |
Sanity check compile stderr: | |
----- | |
Running test binary command: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/sanitycheckc.exe | |
C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0") | |
C linker for the host machine: cc ld.bfd 2.40 | |
----------- | |
Detecting archiver via: `gcc-ar --version` -> 0 | |
stdout: | |
GNU ar (GNU Binutils for Debian) 2.40 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This program is free software; you may redistribute it under the terms of | |
the GNU General Public License version 3 or (at your option) any later version. | |
This program has absolutely no warranty. | |
----------- | |
----------- | |
Detecting compiler via: `c++ --version` -> 0 | |
stdout: | |
c++ (Debian 12.2.0-14) 12.2.0 | |
Copyright (C) 2022 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
----------- | |
Running command: -cpp -x c++ -E -dM - | |
----- | |
----------- | |
Detecting linker via: `c++ -Wl,--version -static -latomic` -> 0 | |
stdout: | |
GNU ld (GNU Binutils for Debian) 2.40 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This program is free software; you may redistribute it under the terms of | |
the GNU General Public License version 3 or (at your option) a later version. | |
This program has absolutely no warranty. | |
----------- | |
stderr: | |
collect2 version 12.2.0 | |
/usr/bin/ld -plugin /usr/lib/gcc/arm-linux-gnueabi/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabi/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccG6AeLF.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lc --build-id -Bstatic -X --hash-style=gnu --as-needed -m armelf_linux_eabi /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crt1.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crti.o /usr/lib/gcc/arm-linux-gnueabi/12/crtbeginT.o -L/usr/lib/gcc/arm-linux-gnueabi/12 -L/usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi -L/usr/lib/gcc/arm-linux-gnueabi/12/../../.. -L/lib/arm-linux-gnueabi -L/usr/lib/arm-linux-gnueabi --version -latomic -lstdc++ -lm --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/arm-linux-gnueabi/12/crtend.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crtn.o | |
----------- | |
Sanity testing C++ compiler: c++ | |
Is cross compiler: False. | |
Sanity check compiler command line: c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -D_FILE_OFFSET_BITS=64 -static -latomic | |
Sanity check compile stdout: | |
----- | |
Sanity check compile stderr: | |
----- | |
Running test binary command: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/sanitycheckcpp.exe | |
C++ compiler for the host machine: c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0") | |
C++ linker for the host machine: c++ ld.bfd 2.40 | |
----------- | |
Detecting compiler via: `cc --version` -> 0 | |
stdout: | |
cc (Debian 12.2.0-14) 12.2.0 | |
Copyright (C) 2022 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
----------- | |
Running command: -cpp -x c -E -dM - | |
----- | |
----------- | |
Detecting linker via: `cc -Wl,--version -static -latomic` -> 0 | |
stdout: | |
GNU ld (GNU Binutils for Debian) 2.40 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This program is free software; you may redistribute it under the terms of | |
the GNU General Public License version 3 or (at your option) a later version. | |
This program has absolutely no warranty. | |
----------- | |
stderr: | |
collect2 version 12.2.0 | |
/usr/bin/ld -plugin /usr/lib/gcc/arm-linux-gnueabi/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabi/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4Q5lQX.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lc --build-id -Bstatic -X --hash-style=gnu --as-needed -m armelf_linux_eabi /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crt1.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crti.o /usr/lib/gcc/arm-linux-gnueabi/12/crtbeginT.o -L/usr/lib/gcc/arm-linux-gnueabi/12 -L/usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi -L/usr/lib/gcc/arm-linux-gnueabi/12/../../.. -L/lib/arm-linux-gnueabi -L/usr/lib/arm-linux-gnueabi --version -latomic --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/arm-linux-gnueabi/12/crtend.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crtn.o | |
----------- | |
Sanity testing C compiler: cc | |
Is cross compiler: False. | |
Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -D_FILE_OFFSET_BITS=64 -static -latomic | |
Sanity check compile stdout: | |
----- | |
Sanity check compile stderr: | |
----- | |
Running test binary command: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/sanitycheckc.exe | |
C compiler for the build machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0") | |
C linker for the build machine: cc ld.bfd 2.40 | |
----------- | |
Detecting archiver via: `gcc-ar --version` -> 0 | |
stdout: | |
GNU ar (GNU Binutils for Debian) 2.40 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This program is free software; you may redistribute it under the terms of | |
the GNU General Public License version 3 or (at your option) any later version. | |
This program has absolutely no warranty. | |
----------- | |
----------- | |
Detecting compiler via: `c++ --version` -> 0 | |
stdout: | |
c++ (Debian 12.2.0-14) 12.2.0 | |
Copyright (C) 2022 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
----------- | |
Running command: -cpp -x c++ -E -dM - | |
----- | |
----------- | |
Detecting linker via: `c++ -Wl,--version -static -latomic` -> 0 | |
stdout: | |
GNU ld (GNU Binutils for Debian) 2.40 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This program is free software; you may redistribute it under the terms of | |
the GNU General Public License version 3 or (at your option) a later version. | |
This program has absolutely no warranty. | |
----------- | |
stderr: | |
collect2 version 12.2.0 | |
/usr/bin/ld -plugin /usr/lib/gcc/arm-linux-gnueabi/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-linux-gnueabi/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaydwHh.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lc --build-id -Bstatic -X --hash-style=gnu --as-needed -m armelf_linux_eabi /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crt1.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crti.o /usr/lib/gcc/arm-linux-gnueabi/12/crtbeginT.o -L/usr/lib/gcc/arm-linux-gnueabi/12 -L/usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi -L/usr/lib/gcc/arm-linux-gnueabi/12/../../.. -L/lib/arm-linux-gnueabi -L/usr/lib/arm-linux-gnueabi --version -latomic -lstdc++ -lm --start-group -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/arm-linux-gnueabi/12/crtend.o /usr/lib/gcc/arm-linux-gnueabi/12/../../../arm-linux-gnueabi/crtn.o | |
----------- | |
Sanity testing C++ compiler: c++ | |
Is cross compiler: False. | |
Sanity check compiler command line: c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -D_FILE_OFFSET_BITS=64 -static -latomic | |
Sanity check compile stdout: | |
----- | |
Sanity check compile stderr: | |
----- | |
Running test binary command: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/sanitycheckcpp.exe | |
C++ compiler for the build machine: c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0") | |
C++ linker for the build machine: c++ ld.bfd 2.40 | |
Build machine cpu family: arm | |
Build machine cpu: arm | |
Host machine cpu family: arm | |
Host machine cpu: arm | |
Target machine cpu family: arm | |
Target machine cpu: arm | |
Found git repository at /home/runner/work/voorkant-core/voorkant-core | |
Pkg-config binary missing from cross or native file, or env var undefined. | |
Trying a default Pkg-config fallback at pkg-config | |
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1 | |
Determining dependency 'nlohmann_json' with pkg-config executable '/usr/bin/pkg-config' | |
env[PKG_CONFIG_PATH]: | |
env[PKG_CONFIG]: /usr/bin/pkg-config | |
----------- | |
Called: `/usr/bin/pkg-config --modversion nlohmann_json` -> 0 | |
stdout: | |
3.11.2 | |
----------- | |
env[PKG_CONFIG_PATH]: | |
env[PKG_CONFIG]: /usr/bin/pkg-config | |
----------- | |
Called: `/usr/bin/pkg-config --cflags nlohmann_json` -> 0 | |
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 | |
env[PKG_CONFIG_PATH]: | |
env[PKG_CONFIG]: /usr/bin/pkg-config | |
----------- | |
Called: `/usr/bin/pkg-config --static --libs nlohmann_json` -> 0 | |
env[PKG_CONFIG_PATH]: | |
env[PKG_CONFIG]: /usr/bin/pkg-config | |
----------- | |
Called: `/usr/bin/pkg-config --static --libs nlohmann_json` -> 0 | |
Run-time dependency nlohmann_json found: YES 3.11.2 | |
Run-time dependency threads found: YES | |
Determining dependency 'libcurl' with pkg-config executable '/usr/bin/pkg-config' | |
env[PKG_CONFIG_PATH]: | |
env[PKG_CONFIG]: /usr/bin/pkg-config | |
----------- | |
Called: `/usr/bin/pkg-config --modversion libcurl` -> 1 | |
stderr: | |
Package libcurl was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libcurl.pc' | |
to the PKG_CONFIG_PATH environment variable | |
Package 'libcurl', required by 'virtual:world', not found | |
----------- | |
CMake binary for host machine is not cached | |
CMake binary missing from cross or native file, or env var undefined. | |
Trying a default CMake fallback at cmake | |
Found CMake: /usr/bin/cmake (3.25.1) | |
Extracting basic cmake information | |
CMake Toolchain: Calling CMake once to generate the compiler state | |
Calling CMake (['/usr/bin/cmake']) in /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/__CMake_compiler_info__ with: | |
- "--trace-expand" | |
- "--trace-format=json-v1" | |
- "--no-warn-unused-cli" | |
- "--trace-redirect=cmake_trace.txt" | |
- "-G" | |
- "Ninja" | |
- "-DCMAKE_TOOLCHAIN_FILE=/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" | |
- "." | |
Try CMake generator: auto | |
Calling CMake (['/usr/bin/cmake']) in /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/cmake_libcurl with: | |
- "--trace-expand" | |
- "--trace-format=json-v1" | |
- "--no-warn-unused-cli" | |
- "--trace-redirect=cmake_trace.txt" | |
- "-DCMAKE_TOOLCHAIN_FILE=/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/cmake_libcurl/CMakeMesonToolchainFile.cmake" | |
- "." | |
-- Module search paths: ['/', '/opt', '/usr', '/usr/local'] | |
-- CMake root: /usr/share/cmake-3.25 | |
-- CMake architectures: ['arm-linux-gnueabi'] | |
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', '', 'lib/arm-linux-gnueabi'] | |
Preliminary CMake check failed. Aborting. | |
Run-time dependency libcurl found: NO (tried pkgconfig and cmake) | |
Looking for a fallback subproject for the dependency libcurl | |
Downloading libcurl source from https://github.com/curl/curl/releases/download/curl-8_5_0/curl-8.5.0.tar.xz | |
Downloading libcurl patch from https://wrapdb.mesonbuild.com/v2/curl_8.5.0-2/get_patch | |
Applying diff file "libcurl/add_websockets.patch" | |
Executing subproject libcurl | |
Project name: curl | |
Project version: 8.5.0 | |
C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0") | |
C linker for the host machine: cc ld.bfd 2.40 | |
C compiler for the build machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0") | |
C linker for the build machine: cc ld.bfd 2.40 | |
Running compile: | |
Working directory: /tmp/tmpnhey3_ok | |
Code: | |
#include"curl/curlver.h" | |
#ifndef LIBCURL_VERSION | |
# define LIBCURL_VERSION "MESON_GET_DEFINE_UNDEFINED_SENTINEL" | |
#endif | |
"MESON_GET_DEFINE_DELIMITER_START" | |
LIBCURL_VERSION | |
"MESON_GET_DEFINE_DELIMITER_END" | |
----------- | |
Command line: `cc -I/home/runner/work/voorkant-core/voorkant-core/subprojects/curl-8.5.0/include -I/home/runner/work/voorkant-core/voorkant-core/build-armel/subprojects/curl-8.5.0/include /tmp/tmpnhey3_ok/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
stdout: | |
"MESON_GET_DEFINE_DELIMITER_START" | |
"8.5.0" | |
"MESON_GET_DEFINE_DELIMITER_END" | |
----------- | |
Fetching value of define "LIBCURL_VERSION" : "8.5.0" | |
Running compile: | |
Working directory: /tmp/tmpp4_48i0f | |
Code: | |
#include"curl/curlver.h" | |
#ifndef LIBCURL_VERSION_NUM | |
# define LIBCURL_VERSION_NUM "MESON_GET_DEFINE_UNDEFINED_SENTINEL" | |
#endif | |
"MESON_GET_DEFINE_DELIMITER_START" | |
LIBCURL_VERSION_NUM | |
"MESON_GET_DEFINE_DELIMITER_END" | |
----------- | |
Command line: `cc -I/home/runner/work/voorkant-core/voorkant-core/subprojects/curl-8.5.0/include -I/home/runner/work/voorkant-core/voorkant-core/build-armel/subprojects/curl-8.5.0/include /tmp/tmpp4_48i0f/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
stdout: | |
"MESON_GET_DEFINE_DELIMITER_START" | |
0x080500 | |
"MESON_GET_DEFINE_DELIMITER_END" | |
----------- | |
Fetching value of define "LIBCURL_VERSION_NUM" : 0x080500 | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpkbon0wfq | |
Code: | |
int main(void) { return 0; } | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpkbon0wfq/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpkbon0wfq/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lrt -Wl,--allow-shlib-undefined -static -latomic -Wl,--end-group` -> 0 | |
Library rt found: YES | |
Dependency threads found: YES unknown (cached) | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5y6ye02l | |
Code: | |
#ifdef __has_include | |
#if !__has_include("arpa/inet.h") | |
#error "Header 'arpa/inet.h' could not be found" | |
#endif | |
#else | |
#include <arpa/inet.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5y6ye02l/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "arpa/inet.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmprvd9stm8 | |
Code: | |
#include <arpa/inet.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getpeername | |
getpeername; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmprvd9stm8/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmprvd9stm8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "arpa/inet.h" has symbol "getpeername" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp99syw6vv | |
Code: | |
#include <arpa/inet.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getsockname | |
getsockname; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp99syw6vv/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp99syw6vv/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "arpa/inet.h" has symbol "getsockname" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpm5khgr2t | |
Code: | |
#include <arpa/inet.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef inet_ntop | |
inet_ntop; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpm5khgr2t/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpm5khgr2t/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "arpa/inet.h" has symbol "inet_ntop" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_08g_pel | |
Code: | |
#include <arpa/inet.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef inet_pton | |
inet_pton; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_08g_pel/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_08g_pel/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "arpa/inet.h" has symbol "inet_pton" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_vqen_6d | |
Code: | |
#ifdef __has_include | |
#if !__has_include("bsd/unistd.h") | |
#error "Header 'bsd/unistd.h' could not be found" | |
#endif | |
#else | |
#include <bsd/unistd.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_vqen_6d/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_vqen_6d/testfile.c:4:12: error: #error "Header 'bsd/unistd.h' could not be found" | |
4 | #error "Header 'bsd/unistd.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "bsd/unistd.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpvlf5omu1 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("fcntl.h") | |
#error "Header 'fcntl.h' could not be found" | |
#endif | |
#else | |
#include <fcntl.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpvlf5omu1/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "fcntl.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjac6nwb4 | |
Code: | |
#include <fcntl.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef fcntl | |
fcntl; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjac6nwb4/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjac6nwb4/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "fcntl.h" has symbol "fcntl" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsew4whd7 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("fnmatch.h") | |
#error "Header 'fnmatch.h' could not be found" | |
#endif | |
#else | |
#include <fnmatch.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsew4whd7/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "fnmatch.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp16nhbve8 | |
Code: | |
#include <fnmatch.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef fnmatch | |
fnmatch; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp16nhbve8/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp16nhbve8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "fnmatch.h" has symbol "fnmatch" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp53xxppct | |
Code: | |
#ifdef __has_include | |
#if !__has_include("ifaddrs.h") | |
#error "Header 'ifaddrs.h' could not be found" | |
#endif | |
#else | |
#include <ifaddrs.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp53xxppct/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "ifaddrs.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpo1y51d3m | |
Code: | |
#ifdef __has_include | |
#if !__has_include("io.h") | |
#error "Header 'io.h' could not be found" | |
#endif | |
#else | |
#include <io.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpo1y51d3m/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpo1y51d3m/testfile.c:4:12: error: #error "Header 'io.h' could not be found" | |
4 | #error "Header 'io.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "io.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpj7zcoqtk | |
Code: | |
#ifdef __has_include | |
#if !__has_include("krb.h") | |
#error "Header 'krb.h' could not be found" | |
#endif | |
#else | |
#include <krb.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpj7zcoqtk/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpj7zcoqtk/testfile.c:4:12: error: #error "Header 'krb.h' could not be found" | |
4 | #error "Header 'krb.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "krb.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmppqfsfp6d | |
Code: | |
#ifdef __has_include | |
#if !__has_include("libgen.h") | |
#error "Header 'libgen.h' could not be found" | |
#endif | |
#else | |
#include <libgen.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmppqfsfp6d/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "libgen.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0vipic2u | |
Code: | |
#include <libgen.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef basename | |
basename; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0vipic2u/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0vipic2u/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "libgen.h" has symbol "basename" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4xm5cxyu | |
Code: | |
#ifdef __has_include | |
#if !__has_include("linux/tcp.h") | |
#error "Header 'linux/tcp.h' could not be found" | |
#endif | |
#else | |
#include <linux/tcp.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4xm5cxyu/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "linux/tcp.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpf0xatm91 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("locale.h") | |
#error "Header 'locale.h' could not be found" | |
#endif | |
#else | |
#include <locale.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpf0xatm91/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "locale.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_gwtoj07 | |
Code: | |
#include <locale.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef setlocale | |
setlocale; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_gwtoj07/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_gwtoj07/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "locale.h" has symbol "setlocale" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpm607cbuf | |
Code: | |
#ifdef __has_include | |
#if !__has_include("net/if.h") | |
#error "Header 'net/if.h' could not be found" | |
#endif | |
#else | |
#include <net/if.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpm607cbuf/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "net/if.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2zpqpowv | |
Code: | |
#include <net/if.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef if_nametoindex | |
if_nametoindex; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2zpqpowv/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2zpqpowv/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "net/if.h" has symbol "if_nametoindex" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpz2tkbkbz | |
Code: | |
#ifdef __has_include | |
#if !__has_include("netdb.h") | |
#error "Header 'netdb.h' could not be found" | |
#endif | |
#else | |
#include <netdb.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpz2tkbkbz/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "netdb.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpp_xw8nzd | |
Code: | |
#include <netdb.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef freeaddrinfo | |
freeaddrinfo; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpp_xw8nzd/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpp_xw8nzd/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "netdb.h" has symbol "freeaddrinfo" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpk8h4z33n | |
Code: | |
#include <netdb.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getaddrinfo | |
getaddrinfo; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpk8h4z33n/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpk8h4z33n/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "netdb.h" has symbol "getaddrinfo" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp40dr7e5s | |
Code: | |
#include <netdb.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef gethostbyname_r | |
gethostbyname_r; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp40dr7e5s/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp40dr7e5s/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "netdb.h" has symbol "gethostbyname_r" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpd33qic5z | |
Code: | |
#ifdef __has_include | |
#if !__has_include("netinet/in.h") | |
#error "Header 'netinet/in.h' could not be found" | |
#endif | |
#else | |
#include <netinet/in.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpd33qic5z/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "netinet/in.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpqo1eaike | |
Code: | |
#ifdef __has_include | |
#if !__has_include("netinet/in6.h") | |
#error "Header 'netinet/in6.h' could not be found" | |
#endif | |
#else | |
#include <netinet/in6.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpqo1eaike/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpqo1eaike/testfile.c:4:12: error: #error "Header 'netinet/in6.h' could not be found" | |
4 | #error "Header 'netinet/in6.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "netinet/in6.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpy8i8bkri | |
Code: | |
#ifdef __has_include | |
#if !__has_include("netinet/tcp.h") | |
#error "Header 'netinet/tcp.h' could not be found" | |
#endif | |
#else | |
#include <netinet/tcp.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpy8i8bkri/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "netinet/tcp.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp7oolqrxu | |
Code: | |
#ifdef __has_include | |
#if !__has_include("netinet/udp.h") | |
#error "Header 'netinet/udp.h' could not be found" | |
#endif | |
#else | |
#include <netinet/udp.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp7oolqrxu/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "netinet/udp.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa4ygwppb | |
Code: | |
#ifdef __has_include | |
#if !__has_include("pem.h") | |
#error "Header 'pem.h' could not be found" | |
#endif | |
#else | |
#include <pem.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa4ygwppb/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa4ygwppb/testfile.c:4:12: error: #error "Header 'pem.h' could not be found" | |
4 | #error "Header 'pem.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "pem.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhlp5yhr | |
Code: | |
#ifdef __has_include | |
#if !__has_include("poll.h") | |
#error "Header 'poll.h' could not be found" | |
#endif | |
#else | |
#include <poll.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhlp5yhr/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "poll.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxv3jgfu2 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("process.h") | |
#error "Header 'process.h' could not be found" | |
#endif | |
#else | |
#include <process.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxv3jgfu2/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxv3jgfu2/testfile.c:4:12: error: #error "Header 'process.h' could not be found" | |
4 | #error "Header 'process.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "process.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpida3tw83 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("proto/bsdsocket.h") | |
#error "Header 'proto/bsdsocket.h' could not be found" | |
#endif | |
#else | |
#include <proto/bsdsocket.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpida3tw83/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpida3tw83/testfile.c:4:12: error: #error "Header 'proto/bsdsocket.h' could not be found" | |
4 | #error "Header 'proto/bsdsocket.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "proto/bsdsocket.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsk8441qf | |
Code: | |
#ifdef __has_include | |
#if !__has_include("pthread.h") | |
#error "Header 'pthread.h' could not be found" | |
#endif | |
#else | |
#include <pthread.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsk8441qf/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "pthread.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdt170mn | |
Code: | |
#ifdef __has_include | |
#if !__has_include("pwd.h") | |
#error "Header 'pwd.h' could not be found" | |
#endif | |
#else | |
#include <pwd.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdt170mn/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "pwd.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcwu4cuo5 | |
Code: | |
#include <pwd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getpwuid | |
getpwuid; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcwu4cuo5/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcwu4cuo5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "pwd.h" has symbol "getpwuid" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxs1g7ojs | |
Code: | |
#include <pwd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getpwuid_r | |
getpwuid_r; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxs1g7ojs/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxs1g7ojs/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "pwd.h" has symbol "getpwuid_r" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpore5_g1b | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sched.h") | |
#error "Header 'sched.h' could not be found" | |
#endif | |
#else | |
#include <sched.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpore5_g1b/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sched.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpczc92svo | |
Code: | |
#include <sched.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef sched_yield | |
sched_yield; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpczc92svo/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpczc92svo/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sched.h" has symbol "sched_yield" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2z84zma4 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("setjmp.h") | |
#error "Header 'setjmp.h' could not be found" | |
#endif | |
#else | |
#include <setjmp.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2z84zma4/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "setjmp.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4owqy__1 | |
Code: | |
#include <setjmp.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef sigsetjmp | |
sigsetjmp; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4owqy__1/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4owqy__1/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "setjmp.h" has symbol "sigsetjmp" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplwv_2bx4 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("signal.h") | |
#error "Header 'signal.h' could not be found" | |
#endif | |
#else | |
#include <signal.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplwv_2bx4/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "signal.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp284tx818 | |
Code: | |
#include <signal.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef SIGALRM | |
SIGALRM; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp284tx818/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp284tx818/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "signal.h" has symbol "SIGALRM" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp075w2dob | |
Code: | |
#include <signal.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef sigaction | |
sigaction; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp075w2dob/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp075w2dob/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "signal.h" has symbol "sigaction" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpomc07n8y | |
Code: | |
#include <signal.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef siginterrupt | |
siginterrupt; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpomc07n8y/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpomc07n8y/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpomc07n8y/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpomc07n8y/testfile.c:6:17: warning: 'siginterrupt' is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] | |
6 | siginterrupt; | |
| ^~~~~~~~~~~~ | |
In file included from /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpomc07n8y/testfile.c:2: | |
/usr/include/signal.h:324:12: note: declared here | |
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | |
| ^~~~~~~~~~~~ | |
----------- | |
Header "signal.h" has symbol "siginterrupt" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5j6ojtmm | |
Code: | |
#include <signal.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef signal | |
signal; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5j6ojtmm/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5j6ojtmm/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "signal.h" has symbol "signal" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpt17fs4_1 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sockio.h") | |
#error "Header 'sockio.h' could not be found" | |
#endif | |
#else | |
#include <sockio.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpt17fs4_1/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpt17fs4_1/testfile.c:4:12: error: #error "Header 'sockio.h' could not be found" | |
4 | #error "Header 'sockio.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "sockio.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmprhng_3lx | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stdatomic.h") | |
#error "Header 'stdatomic.h' could not be found" | |
#endif | |
#else | |
#include <stdatomic.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmprhng_3lx/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "stdatomic.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp9vwxs5rh | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stdbool.h") | |
#error "Header 'stdbool.h' could not be found" | |
#endif | |
#else | |
#include <stdbool.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp9vwxs5rh/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "stdbool.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpc7_7_052 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stddef.h") | |
#error "Header 'stddef.h' could not be found" | |
#endif | |
#else | |
#include <stddef.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpc7_7_052/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "stddef.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpf4g7uisd | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stdint.h") | |
#error "Header 'stdint.h' could not be found" | |
#endif | |
#else | |
#include <stdint.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpf4g7uisd/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "stdint.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpiknzbkjd | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stdio.h") | |
#error "Header 'stdio.h' could not be found" | |
#endif | |
#else | |
#include <stdio.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpiknzbkjd/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "stdio.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpw69fix2d | |
Code: | |
#include <stdio.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef _fseeki64 | |
_fseeki64; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpw69fix2d/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpw69fix2d/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpw69fix2d/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpw69fix2d/testfile.c:6:17: error: '_fseeki64' undeclared (first use in this function) | |
6 | _fseeki64; | |
| ^~~~~~~~~ | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpw69fix2d/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in | |
----------- | |
Header "stdio.h" has symbol "_fseeki64" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcxhp3zj3 | |
Code: | |
#include <stdio.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef fseeko | |
fseeko; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcxhp3zj3/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcxhp3zj3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "stdio.h" has symbol "fseeko" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjlng25vs | |
Code: | |
#include <stdio.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef snprintf | |
snprintf; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjlng25vs/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjlng25vs/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "stdio.h" has symbol "snprintf" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjcrk7xac | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stdlib.h") | |
#error "Header 'stdlib.h' could not be found" | |
#endif | |
#else | |
#include <stdlib.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpjcrk7xac/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "stdlib.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplh8czq6a | |
Code: | |
#include <stdlib.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef _strtoi64 | |
_strtoi64; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplh8czq6a/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplh8czq6a/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplh8czq6a/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplh8czq6a/testfile.c:6:17: error: '_strtoi64' undeclared (first use in this function) | |
6 | _strtoi64; | |
| ^~~~~~~~~ | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplh8czq6a/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in | |
----------- | |
Header "stdlib.h" has symbol "_strtoi64" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsri3huud | |
Code: | |
#include <stdlib.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef arc4random | |
arc4random; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsri3huud/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsri3huud/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "stdlib.h" has symbol "arc4random" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpc9hrmarr | |
Code: | |
#include <stdlib.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strtoll | |
strtoll; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpc9hrmarr/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpc9hrmarr/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "stdlib.h" has symbol "strtoll" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp7mrpsiix | |
Code: | |
#ifdef __has_include | |
#if !__has_include("string.h") | |
#error "Header 'string.h' could not be found" | |
#endif | |
#else | |
#include <string.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp7mrpsiix/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "string.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx6uxm987 | |
Code: | |
#include <string.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strcmpi | |
strcmpi; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx6uxm987/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx6uxm987/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx6uxm987/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx6uxm987/testfile.c:6:17: error: 'strcmpi' undeclared (first use in this function); did you mean 'strcmp'? | |
6 | strcmpi; | |
| ^~~~~~~ | |
| strcmp | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx6uxm987/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in | |
----------- | |
Header "string.h" has symbol "strcmpi" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3c1xw18h | |
Code: | |
#include <string.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strdup | |
strdup; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3c1xw18h/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3c1xw18h/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "string.h" has symbol "strdup" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp57rlapfs | |
Code: | |
#include <string.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strerror_r | |
strerror_r; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp57rlapfs/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp57rlapfs/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "string.h" has symbol "strerror_r" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx78i_w3q | |
Code: | |
#include <string.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef stricmp | |
stricmp; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx78i_w3q/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx78i_w3q/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx78i_w3q/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx78i_w3q/testfile.c:6:17: error: 'stricmp' undeclared (first use in this function); did you mean 'strncmp'? | |
6 | stricmp; | |
| ^~~~~~~ | |
| strncmp | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpx78i_w3q/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in | |
----------- | |
Header "string.h" has symbol "stricmp" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3su26kvq | |
Code: | |
#include <string.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strtok_r | |
strtok_r; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3su26kvq/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3su26kvq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "string.h" has symbol "strtok_r" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmps9j1ni8g | |
Code: | |
#ifdef __has_include | |
#if !__has_include("strings.h") | |
#error "Header 'strings.h' could not be found" | |
#endif | |
#else | |
#include <strings.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmps9j1ni8g/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "strings.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpv6m0xe68 | |
Code: | |
#include <strings.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strcasecmp | |
strcasecmp; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpv6m0xe68/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpv6m0xe68/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "strings.h" has symbol "strcasecmp" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxs07818t | |
Code: | |
#ifdef __has_include | |
#if !__has_include("stropts.h") | |
#error "Header 'stropts.h' could not be found" | |
#endif | |
#else | |
#include <stropts.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxs07818t/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpxs07818t/testfile.c:4:12: error: #error "Header 'stropts.h' could not be found" | |
4 | #error "Header 'stropts.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "stropts.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpah_nhvza | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/filio.h") | |
#error "Header 'sys/filio.h' could not be found" | |
#endif | |
#else | |
#include <sys/filio.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpah_nhvza/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpah_nhvza/testfile.c:4:12: error: #error "Header 'sys/filio.h' could not be found" | |
4 | #error "Header 'sys/filio.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "sys/filio.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmppn7pduw0 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/ioctl.h") | |
#error "Header 'sys/ioctl.h' could not be found" | |
#endif | |
#else | |
#include <sys/ioctl.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmppn7pduw0/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/ioctl.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4_xc2dao | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/param.h") | |
#error "Header 'sys/param.h' could not be found" | |
#endif | |
#else | |
#include <sys/param.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp4_xc2dao/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/param.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpi1awk4zv | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/poll.h") | |
#error "Header 'sys/poll.h' could not be found" | |
#endif | |
#else | |
#include <sys/poll.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpi1awk4zv/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/poll.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpv7s_d0au | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/resource.h") | |
#error "Header 'sys/resource.h' could not be found" | |
#endif | |
#else | |
#include <sys/resource.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpv7s_d0au/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/resource.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp75o09cf5 | |
Code: | |
#include <sys/resource.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getrlimit | |
getrlimit; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp75o09cf5/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp75o09cf5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/resource.h" has symbol "getrlimit" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpovxo0y_w | |
Code: | |
#include <sys/resource.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef setrlimit | |
setrlimit; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpovxo0y_w/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpovxo0y_w/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/resource.h" has symbol "setrlimit" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_wrxhsv7 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/select.h") | |
#error "Header 'sys/select.h' could not be found" | |
#endif | |
#else | |
#include <sys/select.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_wrxhsv7/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/select.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpslem9var | |
Code: | |
#include <sys/select.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef select | |
select; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpslem9var/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpslem9var/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/select.h" has symbol "select" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsfvd_b7u | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/socket.h") | |
#error "Header 'sys/socket.h' could not be found" | |
#endif | |
#else | |
#include <sys/socket.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpsfvd_b7u/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/socket.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdy7bvki | |
Code: | |
#include <sys/socket.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef sa_family_t | |
sa_family_t; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdy7bvki/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdy7bvki/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdy7bvki/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfdy7bvki/testfile.c:6:17: warning: useless type name in empty declaration | |
6 | sa_family_t; | |
| ^~~~~~~~~~~ | |
----------- | |
Header "sys/socket.h" has symbol "sa_family_t" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpu1lnfi2d | |
Code: | |
#include <sys/socket.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef sendmsg | |
sendmsg; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpu1lnfi2d/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpu1lnfi2d/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/socket.h" has symbol "sendmsg" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp19u60m9s | |
Code: | |
#include <sys/socket.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef socket | |
socket; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp19u60m9s/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp19u60m9s/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/socket.h" has symbol "socket" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_491rmug | |
Code: | |
#include <sys/socket.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef socketpair | |
socketpair; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_491rmug/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp_491rmug/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/socket.h" has symbol "socketpair" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpuhszwha_ | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/sockio.h") | |
#error "Header 'sys/sockio.h' could not be found" | |
#endif | |
#else | |
#include <sys/sockio.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpuhszwha_/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpuhszwha_/testfile.c:4:12: error: #error "Header 'sys/sockio.h' could not be found" | |
4 | #error "Header 'sys/sockio.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "sys/sockio.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3tq9uy97 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/stat.h") | |
#error "Header 'sys/stat.h' could not be found" | |
#endif | |
#else | |
#include <sys/stat.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp3tq9uy97/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/stat.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp725cnr80 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/time.h") | |
#error "Header 'sys/time.h' could not be found" | |
#endif | |
#else | |
#include <sys/time.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp725cnr80/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/time.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa0s8hsry | |
Code: | |
#include <sys/time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef gettimeofday | |
gettimeofday; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa0s8hsry/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa0s8hsry/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/time.h" has symbol "gettimeofday" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5fd282_f | |
Code: | |
#include <sys/time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef utimes | |
utimes; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5fd282_f/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp5fd282_f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/time.h" has symbol "utimes" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp6n1gn8x7 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/types.h") | |
#error "Header 'sys/types.h' could not be found" | |
#endif | |
#else | |
#include <sys/types.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp6n1gn8x7/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/types.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpgfihfbjj | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/un.h") | |
#error "Header 'sys/un.h' could not be found" | |
#endif | |
#else | |
#include <sys/un.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpgfihfbjj/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/un.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplhpbk11r | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/utime.h") | |
#error "Header 'sys/utime.h' could not be found" | |
#endif | |
#else | |
#include <sys/utime.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplhpbk11r/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmplhpbk11r/testfile.c:4:12: error: #error "Header 'sys/utime.h' could not be found" | |
4 | #error "Header 'sys/utime.h' could not be found" | |
| ^~~~~ | |
----------- | |
Has header "sys/utime.h" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpnes98efw | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/utsname.h") | |
#error "Header 'sys/utsname.h' could not be found" | |
#endif | |
#else | |
#include <sys/utsname.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpnes98efw/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/utsname.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcomfa_2z | |
Code: | |
#include <sys/utsname.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef uname | |
uname; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcomfa_2z/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpcomfa_2z/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/utsname.h" has symbol "uname" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0pd4q65d | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/wait.h") | |
#error "Header 'sys/wait.h' could not be found" | |
#endif | |
#else | |
#include <sys/wait.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0pd4q65d/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/wait.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa9cvxzs4 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("sys/xattr.h") | |
#error "Header 'sys/xattr.h' could not be found" | |
#endif | |
#else | |
#include <sys/xattr.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpa9cvxzs4/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "sys/xattr.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp303rr5ae | |
Code: | |
#include <sys/xattr.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef fsetxattr | |
fsetxattr; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp303rr5ae/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp303rr5ae/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "sys/xattr.h" has symbol "fsetxattr" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpz53cosc9 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("termio.h") | |
#error "Header 'termio.h' could not be found" | |
#endif | |
#else | |
#include <termio.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpz53cosc9/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "termio.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0nebim5m | |
Code: | |
#ifdef __has_include | |
#if !__has_include("termios.h") | |
#error "Header 'termios.h' could not be found" | |
#endif | |
#else | |
#include <termios.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp0nebim5m/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "termios.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp9fcag3a4 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("time.h") | |
#error "Header 'time.h' could not be found" | |
#endif | |
#else | |
#include <time.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp9fcag3a4/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "time.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmphp_ssj4b | |
Code: | |
#include <time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef CLOCK_MONOTONIC | |
CLOCK_MONOTONIC; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmphp_ssj4b/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmphp_ssj4b/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "time.h" has symbol "CLOCK_MONOTONIC" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpqnol5xzg | |
Code: | |
#include <time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef CLOCK_MONOTONIC_RAW | |
CLOCK_MONOTONIC_RAW; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpqnol5xzg/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpqnol5xzg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "time.h" has symbol "CLOCK_MONOTONIC_RAW" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpdxaqwwqm | |
Code: | |
#include <time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef clock_gettime | |
clock_gettime; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpdxaqwwqm/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpdxaqwwqm/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "time.h" has symbol "clock_gettime" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmps7i13bbi | |
Code: | |
#include <time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef gmtime_r | |
gmtime_r; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmps7i13bbi/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmps7i13bbi/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "time.h" has symbol "gmtime_r" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpnxbs4rvp | |
Code: | |
#include <time.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strftime | |
strftime; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpnxbs4rvp/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpnxbs4rvp/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "time.h" has symbol "strftime" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2qchb1jt | |
Code: | |
#ifdef __has_include | |
#if !__has_include("unistd.h") | |
#error "Header 'unistd.h' could not be found" | |
#endif | |
#else | |
#include <unistd.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp2qchb1jt/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "unistd.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpgz_t1kvd | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef alarm | |
alarm; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpgz_t1kvd/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpgz_t1kvd/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "unistd.h" has symbol "alarm" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpuzjsunyu | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef ftruncate | |
ftruncate; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpuzjsunyu/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpuzjsunyu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "unistd.h" has symbol "ftruncate" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp10qcp_ua | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef geteuid | |
geteuid; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp10qcp_ua/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp10qcp_ua/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "unistd.h" has symbol "geteuid" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpemoccp7i | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef gethostname | |
gethostname; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpemoccp7i/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpemoccp7i/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "unistd.h" has symbol "gethostname" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhfkp31r | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getpass_r | |
getpass_r; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhfkp31r/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhfkp31r/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhfkp31r/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhfkp31r/testfile.c:6:17: error: 'getpass_r' undeclared (first use in this function); did you mean 'getpass'? | |
6 | getpass_r; | |
| ^~~~~~~~~ | |
| getpass | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpfhfkp31r/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in | |
----------- | |
Header "unistd.h" has symbol "getpass_r" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp8nxwi6sk | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getppid | |
getppid; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp8nxwi6sk/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp8nxwi6sk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "unistd.h" has symbol "getppid" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpphsvp6h6 | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef pipe | |
pipe; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpphsvp6h6/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpphsvp6h6/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "unistd.h" has symbol "pipe" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpg8bulljt | |
Code: | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef setmode | |
setmode; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpg8bulljt/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpg8bulljt/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 1 | |
stderr: | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpg8bulljt/testfile.c: In function 'main': | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpg8bulljt/testfile.c:6:17: error: 'setmode' undeclared (first use in this function) | |
6 | setmode; | |
| ^~~~~~~ | |
/home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpg8bulljt/testfile.c:6:17: note: each undeclared identifier is reported only once for each function it appears in | |
----------- | |
Header "unistd.h" has symbol "setmode" : NO | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp8c_ehui4 | |
Code: | |
#ifdef __has_include | |
#if !__has_include("utime.h") | |
#error "Header 'utime.h' could not be found" | |
#endif | |
#else | |
#include <utime.h> | |
#endif | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmp8c_ehui4/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0` -> 0 | |
Has header "utime.h" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpps1n7zxz | |
Code: | |
#include <utime.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef utime | |
utime; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpps1n7zxz/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpps1n7zxz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Header "utime.h" has symbol "utime" : YES | |
Running compile: | |
Working directory: /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpes_gkpx6 | |
Code: | |
void bar(void) { | |
(void) sizeof(long long); | |
} | |
----------- | |
Command line: `cc /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpes_gkpx6/testfile.c -o /home/runner/work/voorkant-core/voorkant-core/build-armel/meson-private/tmpes_gkpx6/output.obj -c -D_FILE_OFFSET_BITS=64 -O0` -> 0 | |
Checking for type "long long" : YES | |
subprojects/curl-8.5.0/meson.build:356:7: ERROR: Can not run test applications in this cross environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment