Skip to content

Instantly share code, notes, and snippets.

@jessicah
Created July 19, 2021 09:20
Show Gist options
  • Save jessicah/7f8693f773d7ddec8c51f2df15da0221 to your computer and use it in GitHub Desktop.
Save jessicah/7f8693f773d7ddec8c51f2df15da0221 to your computer and use it in GitHub Desktop.
Configure Logs for src/libraries/Native
Determining if files sys/socket.h;linux/in.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_111a5 && [1/2] Building C object CMakeFiles/cmTC_111a5.dir/HAVE_LINUX_IN_H.c.obj
FAILED: CMakeFiles/cmTC_111a5.dir/HAVE_LINUX_IN_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_111a5.dir/HAVE_LINUX_IN_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_IN_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_IN_H.c:3:10: fatal error: 'linux/in.h' file not found
#include <linux/in.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/socket.h>
#include <linux/in.h>
int main(void){return 0;}
Performing C SOURCE FILE Test HAVE_IN_PKTINFO failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3ad41 && [1/2] Building C object CMakeFiles/cmTC_3ad41.dir/src.c.obj
FAILED: CMakeFiles/cmTC_3ad41.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_IN_PKTINFO -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_3ad41.dir/src.c.obj -c src.c
src.c:6:27: error: variable has incomplete type 'struct in_pktinfo'
struct in_pktinfo pktinfo;
^
src.c:6:16: note: forward declaration of 'struct in_pktinfo'
struct in_pktinfo pktinfo;
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/socket.h>
#include <netinet/in.h>
int main(void)
{
struct in_pktinfo pktinfo;
return 0;
}
Performing C SOURCE FILE Test HAVE_IP_MREQN failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d06cd && [1/2] Building C object CMakeFiles/cmTC_d06cd.dir/src.c.obj
FAILED: CMakeFiles/cmTC_d06cd.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_IP_MREQN -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_d06cd.dir/src.c.obj -c src.c
src.c:6:25: error: variable has incomplete type 'struct ip_mreqn'
struct ip_mreqn mreqn;
^
src.c:6:16: note: forward declaration of 'struct ip_mreqn'
struct ip_mreqn mreqn;
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/socket.h>
#include <netinet/in.h>
int main(void)
{
struct ip_mreqn mreqn;
return 0;
}
Performing C SOURCE FILE Test HAVE_STATFS_VFS failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fcf31 && [1/2] Building C object CMakeFiles/cmTC_fcf31.dir/src.c.obj
FAILED: CMakeFiles/cmTC_fcf31.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STATFS_VFS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_fcf31.dir/src.c.obj -c src.c
src.c:2:14: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/vfs.h>
int main(void)
{
struct statfs s;
return 0;
}
Performing C SOURCE FILE Test HAVE_STATFS_MOUNT failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d79c1 && [1/2] Building C object CMakeFiles/cmTC_d79c1.dir/src.c.obj
FAILED: CMakeFiles/cmTC_d79c1.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STATFS_MOUNT -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_d79c1.dir/src.c.obj -c src.c
src.c:2:14: fatal error: 'sys/mount.h' file not found
#include <sys/mount.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/mount.h>
int main(void)
{
struct statfs s;
return 0;
}
Performing C SOURCE FILE Test HAVE_FLOCK64 failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a8134 && [1/2] Building C object CMakeFiles/cmTC_a8134.dir/src.c.obj
FAILED: CMakeFiles/cmTC_a8134.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_FLOCK64 -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_a8134.dir/src.c.obj -c src.c
src.c:5:24: error: variable has incomplete type 'struct flock64'
struct flock64 l;
^
src.c:5:16: note: forward declaration of 'struct flock64'
struct flock64 l;
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <fcntl.h>
int main(void)
{
struct flock64 l;
return 0;
}
Determining if the F_FULLFSYNC exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ff6f1 && [1/2] Building C object CMakeFiles/cmTC_ff6f1.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_ff6f1.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_ff6f1.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'F_FULLFSYNC'
return ((int*)(&F_FULLFSYNC))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef F_FULLFSYNC
return ((int*)(&F_FULLFSYNC))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the lseek64 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7426f && [1/2] Building C object CMakeFiles/cmTC_7426f.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_7426f.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_7426f.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'lseek64'; did you mean 'lseek'?
return ((int*)(&lseek64))[argc];
^~~~~~~
lseek
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/unistd.h:217:14: note: 'lseek' declared here
extern off_t lseek(int fd, off_t offset, int whence);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef lseek64
return ((int*)(&lseek64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mmap64 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_142ff && [1/2] Building C object CMakeFiles/cmTC_142ff.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_142ff.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_142ff.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'mmap64'; did you mean 'mmap'?
return ((int*)(&mmap64))[argc];
^~~~~~
mmap
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/sys/mman.h:54:7: note: 'mmap' declared here
void* mmap(void* address, size_t length, int protection, int flags,
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/mman.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mmap64
return ((int*)(&mmap64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ftruncate64 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f06e3 && [1/2] Building C object CMakeFiles/cmTC_f06e3.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_f06e3.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_f06e3.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'ftruncate64'; did you mean 'ftruncate'?
return ((int*)(&ftruncate64))[argc];
^~~~~~~~~~~
ftruncate
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/unistd.h:191:17: note: 'ftruncate' declared here
extern int ftruncate(int fd, off_t newSize);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ftruncate64
return ((int*)(&ftruncate64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_fadvise64 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_47b12 && [1/2] Building C object CMakeFiles/cmTC_47b12.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_47b12.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_47b12.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'posix_fadvise64'; did you mean 'posix_fadvise'?
return ((int*)(&posix_fadvise64))[argc];
^~~~~~~~~~~~~~~
posix_fadvise
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/fcntl.h:101:12: note: 'posix_fadvise' declared here
extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_fadvise64
return ((int*)(&posix_fadvise64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the stat64 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_88445 && [1/2] Building C object CMakeFiles/cmTC_88445.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_88445.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_88445.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'stat64'; did you mean 'stat'?
return ((int*)(&stat64))[argc];
^~~~~~
stat
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/sys/stat.h:115:13: note: 'stat' declared here
extern int stat(const char *path, struct stat *st);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef stat64
return ((int*)(&stat64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pipe2 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2d0a0 && [1/2] Building C object CMakeFiles/cmTC_2d0a0.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_2d0a0.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_2d0a0.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'pipe2'; did you mean 'pipe'?
return ((int*)(&pipe2))[argc];
^~~~~
pipe
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/unistd.h:174:13: note: 'pipe' declared here
extern int pipe(int fildes[2]);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pipe2
return ((int*)(&pipe2))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getmntinfo exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c1e3d && [1/2] Building C object CMakeFiles/cmTC_c1e3d.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_c1e3d.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_c1e3d.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/mount.h' file not found
#include <sys/mount.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/mount.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getmntinfo
return ((int*)(&getmntinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcpy_s exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_02c24 && [1/2] Building C object CMakeFiles/cmTC_02c24.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_02c24.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_02c24.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'strcpy_s'; did you mean 'strcpy'?
return ((int*)(&strcpy_s))[argc];
^~~~~~~~
strcpy
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/string.h:30:15: note: 'strcpy' declared here
extern char *strcpy(char *dest, const char *source);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcpy_s
return ((int*)(&strcpy_s))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcat_s exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_42d5c && [1/2] Building C object CMakeFiles/cmTC_42d5c.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_42d5c.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_42d5c.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'strcat_s'; did you mean 'strcat'?
return ((int*)(&strcat_s))[argc];
^~~~~~~~
strcat
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/string.h:32:15: note: 'strcat' declared here
extern char *strcat(char *dest, const char *source);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcat_s
return ((int*)(&strcat_s))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_fallocate64 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5f689 && [1/2] Building C object CMakeFiles/cmTC_5f689.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_5f689.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5f689.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'posix_fallocate64'; did you mean 'posix_fallocate'?
return ((int*)(&posix_fallocate64))[argc];
^~~~~~~~~~~~~~~~~
posix_fallocate
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/fcntl.h:102:12: note: 'posix_fallocate' declared here
extern int posix_fallocate(int fd, off_t offset, off_t len);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_fallocate64
return ((int*)(&posix_fallocate64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the preadv exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f06b7 && [1/2] Building C object CMakeFiles/cmTC_f06b7.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_f06b7.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_f06b7.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'preadv'; did you mean 'readv'?
return ((int*)(&preadv))[argc];
^~~~~~
readv
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/sys/uio.h:22:9: note: 'readv' declared here
ssize_t readv(int fd, const struct iovec *vector, int count);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/uio.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef preadv
return ((int*)(&preadv))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pwritev exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8b23a && [1/2] Building C object CMakeFiles/cmTC_8b23a.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_8b23a.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_8b23a.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'pwritev'; did you mean 'writev'?
return ((int*)(&pwritev))[argc];
^~~~~~~
writev
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/sys/uio.h:24:9: note: 'writev' declared here
ssize_t writev(int fd, const struct iovec *vector, int count);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/uio.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pwritev
return ((int*)(&pwritev))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ioctl exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_785f5 && [1/2] Building C object CMakeFiles/cmTC_785f5.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_785f5.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_785f5.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'ioctl'
return ((int*)(&ioctl))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/ioctl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ioctl
return ((int*)(&ioctl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sched_getaffinity exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7a5d6 && [1/2] Building C object CMakeFiles/cmTC_7a5d6.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_7a5d6.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_7a5d6.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'sched_getaffinity'
return ((int*)(&sched_getaffinity))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sched.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sched_getaffinity
return ((int*)(&sched_getaffinity))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sched_setaffinity exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b578f && [1/2] Building C object CMakeFiles/cmTC_b578f.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_b578f.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_b578f.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'sched_setaffinity'
return ((int*)(&sched_setaffinity))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sched.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sched_setaffinity
return ((int*)(&sched_setaffinity))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the arc4random_buf exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_35779 && [1/2] Building C object CMakeFiles/cmTC_35779.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_35779.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_35779.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'arc4random_buf'
return ((int*)(&arc4random_buf))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef arc4random_buf
return ((int*)(&arc4random_buf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the cfsetspeed exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_34c2f && [1/2] Building C object CMakeFiles/cmTC_34c2f.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_34c2f.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_34c2f.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'cfsetspeed'
return ((int*)(&cfsetspeed))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef cfsetspeed
return ((int*)(&cfsetspeed))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_UTSNAME_DOMAINNAME failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c55b1 && [1/2] Building C object CMakeFiles/cmTC_c55b1.dir/src.c.obj
FAILED: CMakeFiles/cmTC_c55b1.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_UTSNAME_DOMAINNAME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_c55b1.dir/src.c.obj -c src.c
src.c:6:39: error: no member named 'domainname' in 'struct utsname'
(void)sizeof(((struct utsname *)0)->domainname);
~~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/utsname.h>
int main()
{
(void)sizeof(((struct utsname *)0)->domainname);
return 0;
}
Performing C SOURCE FILE Test HAVE_STAT_BIRTHTIME failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e9c03 && [1/2] Building C object CMakeFiles/cmTC_e9c03.dir/src.c.obj
FAILED: CMakeFiles/cmTC_e9c03.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_BIRTHTIME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_e9c03.dir/src.c.obj -c src.c
src.c:7:36: error: no member named 'st_birthtimespec' in 'struct stat'
(void)sizeof(((struct stat *)0)->st_birthtimespec);
~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_birthtimespec);
return 0;
}
Performing C SOURCE FILE Test HAVE_STAT_FLAGS failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b3fe8 && [1/2] Building C object CMakeFiles/cmTC_b3fe8.dir/src.c.obj
FAILED: CMakeFiles/cmTC_b3fe8.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_FLAGS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_b3fe8.dir/src.c.obj -c src.c
src.c:7:36: error: no member named 'st_flags' in 'struct stat'
(void)sizeof(((struct stat *)0)->st_flags);
~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_flags);
return 0;
}
Determining if the lchflags exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_614fc && [1/2] Building C object CMakeFiles/cmTC_614fc.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_614fc.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_614fc.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:9:19: error: use of undeclared identifier 'lchflags'
return ((int*)(&lchflags))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef lchflags
return ((int*)(&lchflags))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STAT_TIMESPEC failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bc0d2 && [1/2] Building C object CMakeFiles/cmTC_bc0d2.dir/src.c.obj
FAILED: CMakeFiles/cmTC_bc0d2.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_TIMESPEC -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_bc0d2.dir/src.c.obj -c src.c
src.c:7:36: error: no member named 'st_atimespec' in 'struct stat'
(void)sizeof(((struct stat *)0)->st_atimespec);
~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_atimespec);
return 0;
}
Performing C SOURCE FILE Test HAVE_STAT_NSEC failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dfb7f && [1/2] Building C object CMakeFiles/cmTC_dfb7f.dir/src.c.obj
FAILED: CMakeFiles/cmTC_dfb7f.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STAT_NSEC -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_dfb7f.dir/src.c.obj -c src.c
src.c:7:36: error: no member named 'st_atimensec' in 'struct stat'
(void)sizeof(((struct stat *)0)->st_atimensec);
~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_atimensec);
return 0;
}
Performing C SOURCE FILE Test HAVE_DIRENT_NAME_LEN failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_43e51 && [1/2] Building C object CMakeFiles/cmTC_43e51.dir/src.c.obj
FAILED: CMakeFiles/cmTC_43e51.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_DIRENT_NAME_LEN -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_43e51.dir/src.c.obj -c src.c
src.c:6:38: error: no member named 'd_namlen' in 'struct dirent'; did you mean 'd_name'?
(void)sizeof(((struct dirent *)0)->d_namlen);
^~~~~~~~
d_name
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/dirent.h:18:9: note: 'd_name' declared here
char d_name[1]; /* name of the entry (null byte terminated) */
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <dirent.h>
int main()
{
(void)sizeof(((struct dirent *)0)->d_namlen);
return 0;
}
Performing C SOURCE FILE Test HAVE_STATFS_FSTYPENAME failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_760e2 && [1/2] Building C object CMakeFiles/cmTC_760e2.dir/src.c.obj
FAILED: CMakeFiles/cmTC_760e2.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STATFS_FSTYPENAME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_760e2.dir/src.c.obj -c src.c
src.c:2:10: fatal error: 'sys/mount.h' file not found
#include <sys/mount.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/mount.h>
int main()
{
(void)sizeof(((struct statfs *)0)->f_fstypename);
return 0;
}
Performing C SOURCE FILE Test HAVE_STATVFS_FSTYPENAME failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e4014 && [1/2] Building C object CMakeFiles/cmTC_e4014.dir/src.c.obj
FAILED: CMakeFiles/cmTC_e4014.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_STATVFS_FSTYPENAME -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_e4014.dir/src.c.obj -c src.c
src.c:2:10: fatal error: 'sys/mount.h' file not found
#include <sys/mount.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/mount.h>
int main()
{
(void)sizeof(((struct statvfs *)0)->f_fstypename);
return 0;
}
Determining if the statfs exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f7edd && [1/2] Building C object CMakeFiles/cmTC_f7edd.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_f7edd.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_f7edd.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/statfs.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef statfs
return ((int*)(&statfs))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining size of struct statfs failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5882b && [1/2] Building C object CMakeFiles/cmTC_5882b.dir/STATFS_SIZE.c.obj
FAILED: CMakeFiles/cmTC_5882b.dir/STATFS_SIZE.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5882b.dir/STATFS_SIZE.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/STATFS_SIZE.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/STATFS_SIZE.c:1:10: fatal error: 'sys/statfs.h' file not found
#include "sys/statfs.h"
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/STATFS_SIZE.c:
#include "sys/statfs.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(struct statfs))
static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Performing C SOURCE FILE Test HAVE_GNU_STRERROR_R failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a213a && [1/2] Building C object CMakeFiles/cmTC_a213a.dir/src.c.obj
FAILED: CMakeFiles/cmTC_a213a.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_GNU_STRERROR_R -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_a213a.dir/src.c.obj -c src.c
src.c:6:18: error: indirection requires pointer operand ('int' invalid)
char c = *strerror_r(0, buffer, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <string.h>
int main(void)
{
char buffer[1];
char c = *strerror_r(0, buffer, 0);
return 0;
}
Performing C SOURCE FILE Test KEVENT_HAS_VOID_UDATA failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fd2c7 && [1/2] Building C object CMakeFiles/cmTC_fd2c7.dir/src.c.obj
FAILED: CMakeFiles/cmTC_fd2c7.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DKEVENT_HAS_VOID_UDATA -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_fd2c7.dir/src.c.obj -c src.c
src.c:3:14: fatal error: 'sys/event.h' file not found
#include <sys/event.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/event.h>
int main(void)
{
struct kevent event;
void* data;
EV_SET(&event, 0, EVFILT_READ, 0, 0, 0, data);
return 0;
}
Performing C SOURCE FILE Test HAVE_FDS_BITS failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5bb34 && [1/2] Building C object CMakeFiles/cmTC_5bb34.dir/src.c.obj
FAILED: CMakeFiles/cmTC_5bb34.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_FDS_BITS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5bb34.dir/src.c.obj -c src.c
src.c:6:38: error: no member named 'fds_bits' in 'struct fd_set'
(void)sizeof(((struct fd_set *)0)->fds_bits);
~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/select.h>
int main()
{
(void)sizeof(((struct fd_set *)0)->fds_bits);
return 0;
}
Performing C SOURCE FILE Test HAVE_PRIVATE_FDS_BITS failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_11433 && [1/2] Building C object CMakeFiles/cmTC_11433.dir/src.c.obj
FAILED: CMakeFiles/cmTC_11433.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_PRIVATE_FDS_BITS -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_11433.dir/src.c.obj -c src.c
src.c:6:38: error: no member named '__fds_bits' in 'struct fd_set'
(void)sizeof(((struct fd_set *)0)->__fds_bits);
~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/select.h>
int main()
{
(void)sizeof(((struct fd_set *)0)->__fds_bits);
return 0;
}
Performing C SOURCE FILE Test HAVE_SENDFILE_4 failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_61926 && [1/2] Building C object CMakeFiles/cmTC_61926.dir/src.c.obj
FAILED: CMakeFiles/cmTC_61926.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_SENDFILE_4 -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_61926.dir/src.c.obj -c src.c
src.c:2:14: fatal error: 'sys/sendfile.h' file not found
#include <sys/sendfile.h>
^~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/sendfile.h>
int main(void) { int i = sendfile(0, 0, 0, 0); return 0; }
Performing C SOURCE FILE Test HAVE_SENDFILE_6 failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dc21b && [1/2] Building C object CMakeFiles/cmTC_dc21b.dir/src.c.obj
FAILED: CMakeFiles/cmTC_dc21b.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_SENDFILE_6 -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_dc21b.dir/src.c.obj -c src.c
src.c:6:30: error: implicit declaration of function 'sendfile' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int main(void) { int i = sendfile(0, 0, 0, NULL, NULL, 0); return 0; }
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
int main(void) { int i = sendfile(0, 0, 0, NULL, NULL, 0); return 0; }
Performing C SOURCE FILE Test HAVE_SENDFILE_7 failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c0c21 && [1/2] Building C object CMakeFiles/cmTC_c0c21.dir/src.c.obj
FAILED: CMakeFiles/cmTC_c0c21.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_SENDFILE_7 -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_c0c21.dir/src.c.obj -c src.c
src.c:6:30: error: implicit declaration of function 'sendfile' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int main(void) { int i = sendfile(0, 0, 0, 0, NULL, NULL, 0); return 0; }
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
int main(void) { int i = sendfile(0, 0, 0, 0, NULL, NULL, 0); return 0; }
Determining if the fcopyfile exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_22966 && [1/2] Building C object CMakeFiles/cmTC_22966.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_22966.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_22966.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'copyfile.h' file not found
#include <copyfile.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <copyfile.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fcopyfile
return ((int*)(&fcopyfile))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files linux/ethtool.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_88956 && [1/2] Building C object CMakeFiles/cmTC_88956.dir/HAVE_ETHTOOL_H.c.obj
FAILED: CMakeFiles/cmTC_88956.dir/HAVE_ETHTOOL_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_88956.dir/HAVE_ETHTOOL_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_ETHTOOL_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_ETHTOOL_H.c:2:10: fatal error: 'linux/ethtool.h' file not found
#include <linux/ethtool.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <linux/ethtool.h>
int main(void){return 0;}
Determining if files sys/proc_info.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0ebff && [1/2] Building C object CMakeFiles/cmTC_0ebff.dir/HAVE_SYS_PROCINFO_H.c.obj
FAILED: CMakeFiles/cmTC_0ebff.dir/HAVE_SYS_PROCINFO_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_0ebff.dir/HAVE_SYS_PROCINFO_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PROCINFO_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_PROCINFO_H.c:2:10: fatal error: 'sys/proc_info.h' file not found
#include <sys/proc_info.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/proc_info.h>
int main(void){return 0;}
Determining if the epoll_create1 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7b17e && [1/2] Building C object CMakeFiles/cmTC_7b17e.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_7b17e.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_7b17e.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/epoll.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef epoll_create1
return ((int*)(&epoll_create1))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the accept4 exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_00947 && [1/2] Building C object CMakeFiles/cmTC_00947.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_00947.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_00947.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'accept4'; did you mean 'accept'?
return ((int*)(&accept4))[argc];
^~~~~~~
accept
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/sys/socket.h:165:6: note: 'accept' declared here
int accept(int socket, struct sockaddr *address, socklen_t *_addressLength);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef accept4
return ((int*)(&accept4))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the kqueue exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9a908 && [1/2] Building C object CMakeFiles/cmTC_9a908.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_9a908.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_9a908.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:3:10: fatal error: 'sys/event.h' file not found
#include <sys/event.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/event.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef kqueue
return ((int*)(&kqueue))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the disconnectx exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d35d5 && [1/2] Building C object CMakeFiles/cmTC_d35d5.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_d35d5.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_d35d5.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'disconnectx'
return ((int*)(&disconnectx))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef disconnectx
return ((int*)(&disconnectx))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the malloc_size exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2955d && [1/2] Building C object CMakeFiles/cmTC_2955d.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_2955d.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_2955d.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'malloc/malloc.h' file not found
#include <malloc/malloc.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc/malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef malloc_size
return ((int*)(&malloc_size))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the malloc_usable_size exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6126c && [1/2] Building C object CMakeFiles/cmTC_6126c.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_6126c.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_6126c.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'malloc_np.h' file not found
#include <malloc_np.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc_np.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef malloc_usable_size
return ((int*)(&malloc_usable_size))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the clock_gettime_nsec_np exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_70de9 && [1/2] Building C object CMakeFiles/cmTC_70de9.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_70de9.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_70de9.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'clock_gettime_nsec_np'
return ((int*)(&clock_gettime_nsec_np))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef clock_gettime_nsec_np
return ((int*)(&clock_gettime_nsec_np))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the futimes exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_10906 && [1/2] Building C object CMakeFiles/cmTC_10906.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_10906.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_10906.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'futimes'
return ((int*)(&futimes))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef futimes
return ((int*)(&futimes))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files sys/inotify.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a79a1 && [1/2] Building C object CMakeFiles/cmTC_a79a1.dir/HAVE_SYS_INOTIFY_H.c.obj
FAILED: CMakeFiles/cmTC_a79a1.dir/HAVE_SYS_INOTIFY_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wsign-conversion -fPIE -fPIC -o CMakeFiles/cmTC_a79a1.dir/HAVE_SYS_INOTIFY_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_INOTIFY_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_INOTIFY_H.c:2:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/inotify.h>
int main(void){return 0;}
Performing C SOURCE FILE Test INOTIFY_RM_WATCH_WD_UNSIGNED failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_670f1 && [1/2] Building C object CMakeFiles/cmTC_670f1.dir/src.c.obj
FAILED: CMakeFiles/cmTC_670f1.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DINOTIFY_RM_WATCH_WD_UNSIGNED -Werror -Wsign-conversion -fPIE -fPIC -o CMakeFiles/cmTC_670f1.dir/src.c.obj -c src.c
src.c:2:14: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/inotify.h>
int main(void)
{
intptr_t fd;
uint32_t wd;
return inotify_rm_watch(fd, wd);
}
Determining if the prototype kevent exists for KEVENT_REQUIRES_INT_PARAMS failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d8655 && [1/2] Building C object CMakeFiles/cmTC_d8655.dir/CheckPrototypeDefinition.c.obj
FAILED: CMakeFiles/cmTC_d8655.dir/CheckPrototypeDefinition.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_d8655.dir/CheckPrototypeDefinition.c.obj -c CheckPrototypeDefinition.c
CheckPrototypeDefinition.c:2:10: fatal error: 'sys/event.h' file not found
#include <sys/event.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
#include <sys/types.h>
#include <sys/event.h>
static void cmakeRequireSymbol(int dummy, ...) {
(void) dummy;
}
static void checkSymbol(void) {
#ifndef kevent
cmakeRequireSymbol(0, &kevent);
#endif
}
int kevent(int kg, const struct kevent* chagelist, int nchanges, struct kevent* eventlist, int nevents, const struct timespec* timeout) {
return 0;
}
#ifdef __CLASSIC_C__
int main() {
int ac;
char*av[];
#else
int main(int ac, char *av[]) {
#endif
checkSymbol();
if (ac > 1000) {
return *av[0];
}
return 0;
}
Determining if the prototype statfs exists for HAVE_NON_LEGACY_STATFS failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a3b7b && [1/2] Building C object CMakeFiles/cmTC_a3b7b.dir/CheckPrototypeDefinition.c.obj
FAILED: CMakeFiles/cmTC_a3b7b.dir/CheckPrototypeDefinition.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_a3b7b.dir/CheckPrototypeDefinition.c.obj -c CheckPrototypeDefinition.c
CheckPrototypeDefinition.c:1:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
#include <sys/statfs.h>
static void cmakeRequireSymbol(int dummy, ...) {
(void) dummy;
}
static void checkSymbol(void) {
#ifndef statfs
cmakeRequireSymbol(0, &statfs);
#endif
}
int statfs(const char *path, struct statfs *buf) {
return 0;
}
#ifdef __CLASSIC_C__
int main() {
int ac;
char*av[];
#else
int main(int ac, char *av[]) {
#endif
checkSymbol();
if (ac > 1000) {
return *av[0];
}
return 0;
}
Performing C SOURCE FILE Test HAVE_NETINET_TCP_VAR_H failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5f37c && [1/2] Building C object CMakeFiles/cmTC_5f37c.dir/src.c.obj
FAILED: CMakeFiles/cmTC_5f37c.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_TCP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5f37c.dir/src.c.obj -c src.c
src.c:3:14: fatal error: 'sys/socketvar.h' file not found
#include <sys/socketvar.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/socketvar.h>
#include <sys/queue.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <netinet/tcp_var.h>
int main(void) { return 0; }
Performing C SOURCE FILE Test HAVE_NETINET_UDP_VAR_H failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f2230 && [1/2] Building C object CMakeFiles/cmTC_f2230.dir/src.c.obj
FAILED: CMakeFiles/cmTC_f2230.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_UDP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_f2230.dir/src.c.obj -c src.c
src.c:3:14: fatal error: 'sys/socketvar.h' file not found
#include <sys/socketvar.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/socketvar.h>
#include <sys/queue.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
#include <netinet/udp.h>
#include <netinet/udp_var.h>
int main(void) { return 0; }
Performing C SOURCE FILE Test HAVE_NETINET_IP_VAR_H failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5c318 && [1/2] Building C object CMakeFiles/cmTC_5c318.dir/src.c.obj
FAILED: CMakeFiles/cmTC_5c318.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_IP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5c318.dir/src.c.obj -c src.c
src.c:3:14: fatal error: 'sys/socketvar.h' file not found
#include <sys/socketvar.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/socketvar.h>
#include <sys/queue.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
int main(void) { return 0; }
Performing C SOURCE FILE Test HAVE_NETINET_ICMP_VAR_H failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7142c && [1/2] Building C object CMakeFiles/cmTC_7142c.dir/src.c.obj
FAILED: CMakeFiles/cmTC_7142c.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_NETINET_ICMP_VAR_H -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_7142c.dir/src.c.obj -c src.c
src.c:3:14: fatal error: 'sys/socketvar.h' file not found
#include <sys/socketvar.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/socketvar.h>
#include <sys/queue.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/icmp_var.h>
int main(void) { return 0; }
Performing C SOURCE FILE Test HAVE_TCP_H_TCPSTATE_ENUM failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6f932 && [1/2] Building C object CMakeFiles/cmTC_6f932.dir/src.c.obj
FAILED: CMakeFiles/cmTC_6f932.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -DHAVE_SYS_CDEFS_H -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_TCP_H_TCPSTATE_ENUM -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_6f932.dir/src.c.obj -c src.c
src.c:6:30: error: use of undeclared identifier 'TCP_ESTABLISHED'
int main(void) { int x = TCP_ESTABLISHED; return x; }
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
#include <netinet/tcp.h>
int main(void) { int x = TCP_ESTABLISHED; return x; }
Determining if the TCPS_ESTABLISHED exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_35036 && [1/2] Building C object CMakeFiles/cmTC_35036.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_35036.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_35036.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'netinet/tcp_fsm.h' file not found
#include <netinet/tcp_fsm.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <netinet/tcp_fsm.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef TCPS_ESTABLISHED
return ((int*)(&TCPS_ESTABLISHED))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining size of struct rt_msghdr failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_08d2a && [1/2] Building C object CMakeFiles/cmTC_08d2a.dir/HAVE_RT_MSGHDR.c.obj
FAILED: CMakeFiles/cmTC_08d2a.dir/HAVE_RT_MSGHDR.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_08d2a.dir/HAVE_RT_MSGHDR.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
('0' + ((SIZE / 10000)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^ ~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:26:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
('0' + ((SIZE / 1000)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^ ~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:27:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
('0' + ((SIZE / 100)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^ ~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:28:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
('0' + ((SIZE / 10)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^ ~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:29:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr'
('0' + (SIZE % 10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^ ~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:25:12: note: forward declaration of 'struct rt_msghdr'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR.c:
#include "sys/types.h"
#include "net/if.h"
#include "net/route.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(struct rt_msghdr))
static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining size of struct rt_msghdr2 failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4abb6 && [1/2] Building C object CMakeFiles/cmTC_4abb6.dir/HAVE_RT_MSGHDR2.c.obj
FAILED: CMakeFiles/cmTC_4abb6.dir/HAVE_RT_MSGHDR2.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_4abb6.dir/HAVE_RT_MSGHDR2.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
('0' + ((SIZE / 10000)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:26:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
('0' + ((SIZE / 1000)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:27:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
('0' + ((SIZE / 100)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:28:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
('0' + ((SIZE / 10)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:29:12: error: invalid application of 'sizeof' to an incomplete type 'struct rt_msghdr2'
('0' + (SIZE % 10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:25:12: note: forward declaration of 'struct rt_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:23:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct rt_msghdr2))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_RT_MSGHDR2.c:
#include "sys/types.h"
#include "net/if.h"
#include "net/route.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(struct rt_msghdr2))
static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining size of struct if_msghdr2 failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cf9e7 && [1/2] Building C object CMakeFiles/cmTC_cf9e7.dir/HAVE_IF_MSGHDR2.c.obj
FAILED: CMakeFiles/cmTC_cf9e7.dir/HAVE_IF_MSGHDR2.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_cf9e7.dir/HAVE_IF_MSGHDR2.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
('0' + ((SIZE / 10000)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:24:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
('0' + ((SIZE / 1000)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:25:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
('0' + ((SIZE / 100)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:26:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
('0' + ((SIZE / 10)%10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:27:12: error: invalid application of 'sizeof' to an incomplete type 'struct if_msghdr2'
('0' + (SIZE % 10)),
^~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:15: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^ ~~~~~~~~~~~~~~~~~~~
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:23:12: note: forward declaration of 'struct if_msghdr2'
('0' + ((SIZE / 10000)%10)),
^
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:21:29: note: expanded from macro 'SIZE'
#define SIZE (sizeof(struct if_msghdr2))
^
5 errors generated.
ninja: build stopped: subcommand failed.
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckTypeSize/HAVE_IF_MSGHDR2.c:
#include "net/if.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(struct if_msghdr2))
static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining if files sys/types.h;sys/sysctl.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c2f10 && [1/2] Building C object CMakeFiles/cmTC_c2f10.dir/HAVE_SYS_SYSCTL_H.c.obj
FAILED: CMakeFiles/cmTC_c2f10.dir/HAVE_SYS_SYSCTL_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_c2f10.dir/HAVE_SYS_SYSCTL_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SYSCTL_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SYSCTL_H.c:3:10: fatal error: 'sys/sysctl.h' file not found
#include <sys/sysctl.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/types.h>
#include <sys/sysctl.h>
int main(void){return 0;}
Determining if files sys/filio.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7fae1 && [1/2] Building C object CMakeFiles/cmTC_7fae1.dir/HAVE_SYS_FILIO_H.c.obj
FAILED: CMakeFiles/cmTC_7fae1.dir/HAVE_SYS_FILIO_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_7fae1.dir/HAVE_SYS_FILIO_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:2:10: fatal error: 'sys/filio.h' file not found
#include <sys/filio.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/filio.h>
int main(void){return 0;}
Determining if files sys/types.h;netpacket/packet.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_115d3 && [1/2] Building C object CMakeFiles/cmTC_115d3.dir/HAVE_NETPACKET_PACKET_H.c.obj
FAILED: CMakeFiles/cmTC_115d3.dir/HAVE_NETPACKET_PACKET_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_115d3.dir/HAVE_NETPACKET_PACKET_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_NETPACKET_PACKET_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_NETPACKET_PACKET_H.c:3:10: fatal error: 'netpacket/packet.h' file not found
#include <netpacket/packet.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/types.h>
#include <netpacket/packet.h>
int main(void){return 0;}
Determining if files net/if_arp.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_96090 && [1/2] Building C object CMakeFiles/cmTC_96090.dir/HAVE_NET_IF_ARP_H.c.obj
FAILED: CMakeFiles/cmTC_96090.dir/HAVE_NET_IF_ARP_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_96090.dir/HAVE_NET_IF_ARP_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_NET_IF_ARP_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_NET_IF_ARP_H.c:2:10: fatal error: 'net/if_arp.h' file not found
#include <net/if_arp.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <net/if_arp.h>
int main(void){return 0;}
Determining if files sys/mntent.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b21b6 && [1/2] Building C object CMakeFiles/cmTC_b21b6.dir/HAVE_SYS_MNTENT_H.c.obj
FAILED: CMakeFiles/cmTC_b21b6.dir/HAVE_SYS_MNTENT_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_b21b6.dir/HAVE_SYS_MNTENT_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MNTENT_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MNTENT_H.c:2:10: fatal error: 'sys/mntent.h' file not found
#include <sys/mntent.h>
^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/mntent.h>
int main(void){return 0;}
Determining if files linux/rtnetlink.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3f85b && [1/2] Building C object CMakeFiles/cmTC_3f85b.dir/HAVE_LINUX_RTNETLINK_H.c.obj
FAILED: CMakeFiles/cmTC_3f85b.dir/HAVE_LINUX_RTNETLINK_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_3f85b.dir/HAVE_LINUX_RTNETLINK_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_RTNETLINK_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_RTNETLINK_H.c:2:10: fatal error: 'linux/rtnetlink.h' file not found
#include <linux/rtnetlink.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <linux/rtnetlink.h>
int main(void){return 0;}
Determining if files linux/can.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0338c && [1/2] Building C object CMakeFiles/cmTC_0338c.dir/HAVE_LINUX_CAN_H.c.obj
FAILED: CMakeFiles/cmTC_0338c.dir/HAVE_LINUX_CAN_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_0338c.dir/HAVE_LINUX_CAN_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_CAN_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_CAN_H.c:2:10: fatal error: 'linux/can.h' file not found
#include <linux/can.h>
^~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <linux/can.h>
int main(void){return 0;}
Determining if files IOKit/serial/ioss.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d6ddc && [1/2] Building C object CMakeFiles/cmTC_d6ddc.dir/HAVE_IOSS_H.c.obj
FAILED: CMakeFiles/cmTC_d6ddc.dir/HAVE_IOSS_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_d6ddc.dir/HAVE_IOSS_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_IOSS_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_IOSS_H.c:2:10: fatal error: 'IOKit/serial/ioss.h' file not found
#include <IOKit/serial/ioss.h>
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <IOKit/serial/ioss.h>
int main(void){return 0;}
Determining if the getpeereid exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b7056 && [1/2] Building C object CMakeFiles/cmTC_b7056.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_b7056.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_b7056.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'getpeereid'
return ((int*)(&getpeereid))[argc];
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpeereid
return ((int*)(&getpeereid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getdomainname exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b22ab && [1/2] Building C object CMakeFiles/cmTC_b22ab.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_b22ab.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_b22ab.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:8:19: error: use of undeclared identifier 'getdomainname'; did you mean 'gethostname'?
return ((int*)(&getdomainname))[argc];
^~~~~~~~~~~~~
gethostname
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix/unistd.h:302:13: note: 'gethostname' declared here
extern int gethostname(char *hostName, size_t nameSize);
^
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getdomainname
return ((int*)(&getdomainname))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_GETDOMAINNAME_SIZET failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4c872 && [1/2] Building C object CMakeFiles/cmTC_4c872.dir/src.c.obj
FAILED: CMakeFiles/cmTC_4c872.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_GETDOMAINNAME_SIZET -Werror -Weverything -fPIE -fPIC -o CMakeFiles/cmTC_4c872.dir/src.c.obj -c src.c
src.c:7:21: error: implicit declaration of function 'getdomainname' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int dummy = getdomainname(name, namelen);
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <unistd.h>
int main(void)
{
size_t namelen = 20;
char name[20];
int dummy = getdomainname(name, namelen);
(void)dummy;
return 0;
}
Determining if the inotify_init exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8485c && [1/2] Building C object CMakeFiles/cmTC_8485c.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_8485c.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_8485c.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/inotify.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inotify_init
return ((int*)(&inotify_init))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inotify_add_watch exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_54f54 && [1/2] Building C object CMakeFiles/cmTC_54f54.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_54f54.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_54f54.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/inotify.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inotify_add_watch
return ((int*)(&inotify_add_watch))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inotify_rm_watch exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d7bc5 && [1/2] Building C object CMakeFiles/cmTC_d7bc5.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_d7bc5.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_d7bc5.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/inotify.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inotify_rm_watch
return ((int*)(&inotify_rm_watch))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files GSS/GSS.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_49fb1 && [1/2] Building C object CMakeFiles/cmTC_49fb1.dir/HAVE_GSSFW_HEADERS.c.obj
FAILED: CMakeFiles/cmTC_49fb1.dir/HAVE_GSSFW_HEADERS.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_49fb1.dir/HAVE_GSSFW_HEADERS.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_GSSFW_HEADERS.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_GSSFW_HEADERS.c:2:10: fatal error: 'GSS/GSS.h' file not found
#include <GSS/GSS.h>
^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <GSS/GSS.h>
int main(void){return 0;}
Determining if the GSS_SPNEGO_MECHANISM exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_92571 && [1/2] Building C object CMakeFiles/cmTC_92571.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_92571.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_92571.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'gssapi/gssapi.h' file not found
#include <gssapi/gssapi.h>
^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <gssapi/gssapi.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef GSS_SPNEGO_MECHANISM
return ((int*)(&GSS_SPNEGO_MECHANISM))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the GSS_KRB5_CRED_NO_CI_FLAGS_X exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_28f0a && [1/2] Building C object CMakeFiles/cmTC_28f0a.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_28f0a.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_28f0a.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'gssapi/gssapi_krb5.h' file not found
#include <gssapi/gssapi_krb5.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <gssapi/gssapi_krb5.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef GSS_KRB5_CRED_NO_CI_FLAGS_X
return ((int*)(&GSS_KRB5_CRED_NO_CI_FLAGS_X))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getauxval exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8e2f1 && [1/2] Building C object CMakeFiles/cmTC_8e2f1.dir/CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_8e2f1.dir/CheckSymbolExists.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_8e2f1.dir/CheckSymbolExists.c.obj -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: 'sys/auxv.h' file not found
#include <sys/auxv.h>
^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/auxv.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getauxval
return ((int*)(&getauxval))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files crt_externs.h exist failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b85f1 && [1/2] Building C object CMakeFiles/cmTC_b85f1.dir/HAVE_CRT_EXTERNS_H.c.obj
FAILED: CMakeFiles/cmTC_b85f1.dir/HAVE_CRT_EXTERNS_H.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_b85f1.dir/HAVE_CRT_EXTERNS_H.c.obj -c /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_CRT_EXTERNS_H.c
/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CheckIncludeFiles/HAVE_CRT_EXTERNS_H.c:2:10: fatal error: 'crt_externs.h' file not found
#include <crt_externs.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <crt_externs.h>
int main(void){return 0;}
Performing C SOURCE FILE Test HAVE_IN_EXCL_UNLINK failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5b6ef && [1/2] Building C object CMakeFiles/cmTC_5b6ef.dir/src.c.obj
FAILED: CMakeFiles/cmTC_5b6ef.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_IN_EXCL_UNLINK -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5b6ef.dir/src.c.obj -c src.c
src.c:2:14: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/inotify.h>
int main(void)
{
uint32_t mask = IN_EXCL_UNLINK;
return 0;
}
Performing C SOURCE FILE Test HAVE_TCP_H_TCP_KEEPALIVE failed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5921e && [1/2] Building C object CMakeFiles/cmTC_5921e.dir/src.c.obj
FAILED: CMakeFiles/cmTC_5921e.dir/src.c.obj
/usr/bin/clang-10 --target=x86_64-unknown-haiku --sysroot=/home/jessica/build/haiku-sysroot -D_GNU_SOURCE -std=gnu99 -D_GNU_SOURCE -DHAVE_TCP_H_TCP_KEEPALIVE -Werror -Wno-error=unused-value -Wno-error=unused-variable -Wunguarded-availability -fPIE -fPIC -o CMakeFiles/cmTC_5921e.dir/src.c.obj -c src.c
src.c:5:17: error: use of undeclared identifier 'TCP_KEEPALIVE'
int x = TCP_KEEPALIVE;
^
1 error generated.
ninja: build stopped: subcommand failed.
Source file was:
#include <netinet/tcp.h>
int main(void)
{
int x = TCP_KEEPALIVE;
return x;
}
The target system is: Haiku - 1 - x86_64
The host system is: Linux - 5.4.0-74-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/clang-10
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is Clang, found in "/home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/3.16.3/CompilerIdC/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5127f && [1/2] Building C object CMakeFiles/cmTC_5127f.dir/testCCompiler.c.obj
[2/2] Linking C executable cmTC_5127f
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_33c36 && [1/2] Building C object CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj
clang version 10.0.0-4ubuntu1
Target: x86_64-unknown-haiku
Thread model: posix
InstalledDir: /usr/bin
(in-process)
"/usr/lib/llvm-10/bin/clang" -cc1 -triple x86_64-unknown-haiku -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/llvm-10/lib/clang/10.0.0 -D _GNU_SOURCE -isysroot /home/jessica/build/haiku-sysroot -fdebug-compilation-dir /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -faddrsig -o CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj -x c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c
clang -cc1 version 10.0.0 based upon LLVM 10.0.0 default target x86_64-pc-linux-gnu
ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/usr/local/include"
ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/boot/system/non-packaged/develop/headers"
ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Deskbar"
ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/boot/system/develop/headers/3rdparty"
ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/usr/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/llvm-10/lib/clang/10.0.0/include
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/app
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/arch
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/device
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/drivers
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/game
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/interface
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/kernel
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/locale
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/mail
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/media
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi2
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/net
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/opengl
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/storage
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/support
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/translation
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/graphics
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/input_server
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/mail_daemon
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/registrar
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/screen_saver
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/tracker
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/NetPositive
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Tracker
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/bsd
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/glibc
/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix
/home/jessica/build/haiku-sysroot/boot/system/develop/headers
End of search list.
[2/2] Linking C executable cmTC_33c36
clang version 10.0.0-4ubuntu1
Target: x86_64-unknown-haiku
Thread model: posix
InstalledDir: /usr/bin
"/usr/bin/x86_64-unknown-haiku-gcc" --sysroot=/home/jessica/build/haiku-sysroot -v -m64 -o cmTC_33c36 -lnetwork -lnetwork CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj
Using built-in specs.
COLLECT_GCC=/usr/bin/x86_64-unknown-haiku-gcc
COLLECT_LTO_WRAPPER=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/lto-wrapper
Target: x86_64-unknown-haiku
Configured with: /home/jessica/build/haiku-sysroot/tmp/buildtools/gcc/configure --prefix=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64 --target=x86_64-unknown-haiku --disable-nls --disable-shared --with-system-zlib --enable-languages=c,c++ --enable-lto --enable-frame-pointer --enable-__cxa-atexit --enable-threads=posix --with-default-libstdcxx-abi=gcc4-compatible --with-sysroot=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/sysroot --disable-maintainer-mode --disable-libgomp --disable-libatomic --enable-multilib
Thread model: posix
gcc version 8.3.0 (GCC)
COMPILER_PATH=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/
BELIBRARIES=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib/:/home/jessica/build/haiku-sysroot/boot/system/develop/lib/
COLLECT_GCC_OPTIONS='-v' '-m64' '-o' 'cmTC_33c36' '-mtune=generic' '-march=x86-64'
/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/collect2 -plugin /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/liblto_plugin.so -plugin-opt=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cciVqkKH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lroot -plugin-opt=-pass-through=-lgcc --sysroot=/home/jessica/build/haiku-sysroot -m elf_x86_64_haiku -shared -no-undefined -o cmTC_33c36 /home/jessica/build/haiku-sysroot/boot/system/develop/lib/crti.o /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/crtbeginS.o /home/jessica/build/haiku-sysroot/boot/system/develop/lib/start_dyn.o /home/jessica/build/haiku-sysroot/boot/system/develop/lib/init_term_dyn.o -L/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0 -L/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib -L/home/jessica/build/haiku-sysroot/boot/system/develop/lib -lnetwork -lnetwork CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj -lgcc -lroot -lgcc /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/crtendS.o /home/jessica/build/haiku-sysroot/boot/system/develop/lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-m64' '-o' 'cmTC_33c36' '-mtune=generic' '-march=x86-64'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/llvm-10/lib/clang/10.0.0/include]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/app]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/arch]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/device]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/drivers]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/game]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/interface]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/kernel]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/locale]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/mail]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/media]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi2]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/net]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/opengl]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/storage]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/support]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/translation]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/graphics]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/input_server]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/mail_daemon]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/registrar]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/screen_saver]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/tracker]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/NetPositive]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Tracker]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/bsd]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/glibc]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix]
add: [/home/jessica/build/haiku-sysroot/boot/system/develop/headers]
end of search list found
collapse include dir [/usr/lib/llvm-10/lib/clang/10.0.0/include] ==> [/usr/lib/llvm-10/lib/clang/10.0.0/include]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/app] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/app]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/arch] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/arch]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/device] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/device]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/drivers] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/drivers]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/game] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/game]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/interface] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/interface]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/kernel] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/kernel]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/locale] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/locale]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/mail] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/mail]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/media] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/media]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi2] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi2]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/net] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/net]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/opengl] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/opengl]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/storage] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/storage]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/support] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/support]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/translation] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/translation]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/graphics] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/graphics]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/input_server] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/input_server]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/mail_daemon] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/mail_daemon]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/registrar] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/registrar]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/screen_saver] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/screen_saver]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/tracker] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/tracker]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/NetPositive] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/NetPositive]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Tracker] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Tracker]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/bsd] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/bsd]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/glibc] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/glibc]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix]
collapse include dir [/home/jessica/build/haiku-sysroot/boot/system/develop/headers] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/headers]
implicit include dirs: [/usr/lib/llvm-10/lib/clang/10.0.0/include;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/app;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/arch;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/device;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/drivers;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/game;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/interface;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/kernel;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/locale;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/mail;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/media;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi2;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/net;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/opengl;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/storage;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/support;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/translation;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/graphics;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/input_server;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/mail_daemon;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/registrar;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/screen_saver;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/tracker;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/NetPositive;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Tracker;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/bsd;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/glibc;/home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix;/home/jessica/build/haiku-sysroot/boot/system/develop/headers]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(x86_64-unknown-haiku-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_33c36 && [1/2] Building C object CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj]
ignore line: [clang version 10.0.0-4ubuntu1 ]
ignore line: [Target: x86_64-unknown-haiku]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /usr/bin]
ignore line: [ (in-process)]
ignore line: [ "/usr/lib/llvm-10/bin/clang" -cc1 -triple x86_64-unknown-haiku -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -fno-split-dwarf-inlining -debugger-tuning=gdb -v -resource-dir /usr/lib/llvm-10/lib/clang/10.0.0 -D _GNU_SOURCE -isysroot /home/jessica/build/haiku-sysroot -fdebug-compilation-dir /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -faddrsig -o CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj -x c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c]
ignore line: [clang -cc1 version 10.0.0 based upon LLVM 10.0.0 default target x86_64-pc-linux-gnu]
ignore line: [ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/usr/local/include"]
ignore line: [ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/boot/system/non-packaged/develop/headers"]
ignore line: [ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Deskbar"]
ignore line: [ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/boot/system/develop/headers/3rdparty"]
ignore line: [ignoring nonexistent directory "/home/jessica/build/haiku-sysroot/usr/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/llvm-10/lib/clang/10.0.0/include]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/app]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/arch]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/device]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/drivers]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/game]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/interface]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/kernel]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/locale]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/mail]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/media]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/midi2]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/net]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/opengl]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/storage]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/support]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/translation]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/graphics]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/input_server]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/mail_daemon]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/registrar]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/screen_saver]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/add-ons/tracker]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/NetPositive]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/os/be_apps/Tracker]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/bsd]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/glibc]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers/posix]
ignore line: [ /home/jessica/build/haiku-sysroot/boot/system/develop/headers]
ignore line: [End of search list.]
ignore line: [[2/2] Linking C executable cmTC_33c36]
ignore line: [clang version 10.0.0-4ubuntu1 ]
ignore line: [Target: x86_64-unknown-haiku]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /usr/bin]
ignore line: [ "/usr/bin/x86_64-unknown-haiku-gcc" --sysroot=/home/jessica/build/haiku-sysroot -v -m64 -o cmTC_33c36 -lnetwork -lnetwork CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/x86_64-unknown-haiku-gcc]
ignore line: [COLLECT_LTO_WRAPPER=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/lto-wrapper]
ignore line: [Target: x86_64-unknown-haiku]
ignore line: [Configured with: /home/jessica/build/haiku-sysroot/tmp/buildtools/gcc/configure --prefix=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64 --target=x86_64-unknown-haiku --disable-nls --disable-shared --with-system-zlib --enable-languages=c c++ --enable-lto --enable-frame-pointer --enable-__cxa-atexit --enable-threads=posix --with-default-libstdcxx-abi=gcc4-compatible --with-sysroot=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/sysroot --disable-maintainer-mode --disable-libgomp --disable-libatomic --enable-multilib]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.3.0 (GCC) ]
ignore line: [COMPILER_PATH=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/]
ignore line: [BELIBRARIES=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/:/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib/:/home/jessica/build/haiku-sysroot/boot/system/develop/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-m64' '-o' 'cmTC_33c36' '-mtune=generic' '-march=x86-64']
link line: [ /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/collect2 -plugin /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/liblto_plugin.so -plugin-opt=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cciVqkKH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lroot -plugin-opt=-pass-through=-lgcc --sysroot=/home/jessica/build/haiku-sysroot -m elf_x86_64_haiku -shared -no-undefined -o cmTC_33c36 /home/jessica/build/haiku-sysroot/boot/system/develop/lib/crti.o /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/crtbeginS.o /home/jessica/build/haiku-sysroot/boot/system/develop/lib/start_dyn.o /home/jessica/build/haiku-sysroot/boot/system/develop/lib/init_term_dyn.o -L/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0 -L/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib -L/home/jessica/build/haiku-sysroot/boot/system/develop/lib -lnetwork -lnetwork CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj -lgcc -lroot -lgcc /home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/crtendS.o /home/jessica/build/haiku-sysroot/boot/system/develop/lib/crtn.o]
arg [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/libexec/gcc/x86_64-unknown-haiku/8.3.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cciVqkKH.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lroot] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--sysroot=/home/jessica/build/haiku-sysroot] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64_haiku] ==> ignore
arg [-shared] ==> ignore
arg [-no-undefined] ==> ignore
arg [-o] ==> ignore
arg [cmTC_33c36] ==> ignore
arg [/home/jessica/build/haiku-sysroot/boot/system/develop/lib/crti.o] ==> ignore
arg [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/crtbeginS.o] ==> ignore
arg [/home/jessica/build/haiku-sysroot/boot/system/develop/lib/start_dyn.o] ==> ignore
arg [/home/jessica/build/haiku-sysroot/boot/system/develop/lib/init_term_dyn.o] ==> ignore
arg [-L/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0] ==> dir [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0]
arg [-L/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib] ==> dir [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib]
arg [-L/home/jessica/build/haiku-sysroot/boot/system/develop/lib] ==> dir [/home/jessica/build/haiku-sysroot/boot/system/develop/lib]
arg [-lnetwork] ==> lib [network]
arg [-lnetwork] ==> lib [network]
arg [CMakeFiles/cmTC_33c36.dir/CMakeCCompilerABI.c.obj] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lroot] ==> lib [root]
arg [-lgcc] ==> lib [gcc]
arg [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/crtendS.o] ==> ignore
arg [/home/jessica/build/haiku-sysroot/boot/system/develop/lib/crtn.o] ==> ignore
collapse library dir [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0] ==> [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0]
collapse library dir [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/lib] ==> [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/x86_64-unknown-haiku/lib]
collapse library dir [/home/jessica/build/haiku-sysroot/boot/system/develop/lib] ==> [/home/jessica/build/haiku-sysroot/boot/system/develop/lib]
implicit libs: [network;network;gcc;root;gcc]
implicit dirs: [/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0;/home/jessica/build/haiku-sysroot/generated/cross-tools-x86_64/x86_64-unknown-haiku/lib;/home/jessica/build/haiku-sysroot/boot/system/develop/lib]
implicit fwks: []
Performing C SOURCE FILE Test COMPILER_SUPPORTS_W_IMPLICIT_FALLTHROUGH succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c79bb && [1/2] Building C object CMakeFiles/cmTC_c79bb.dir/src.c.obj
[2/2] Linking C executable cmTC_c79bb
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_WUNGUARDED_AVAILABILITY succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2a60b && [1/2] Building C object CMakeFiles/cmTC_2a60b.dir/src.c.obj
[2/2] Linking C executable cmTC_2a60b
Source file was:
int main(void) { return 0; }
Determining if the O_CLOEXEC exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7dd24 && [1/2] Building C object CMakeFiles/cmTC_7dd24.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_7dd24
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef O_CLOEXEC
return ((int*)(&O_CLOEXEC))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the F_DUPFD_CLOEXEC exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c0eac && [1/2] Building C object CMakeFiles/cmTC_c0eac.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_c0eac
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef F_DUPFD_CLOEXEC
return ((int*)(&F_DUPFD_CLOEXEC))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getifaddrs exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8bad9 && [1/2] Building C object CMakeFiles/cmTC_8bad9.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_8bad9
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <ifaddrs.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getifaddrs
return ((int*)(&getifaddrs))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fork exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f15d6 && [1/2] Building C object CMakeFiles/cmTC_f15d6.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_f15d6
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fork
return ((int*)(&fork))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the vfork exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7c30c && [1/2] Building C object CMakeFiles/cmTC_7c30c.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_7c30c
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/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
}
Determining if the strlcpy exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1ff8b && [1/2] Building C object CMakeFiles/cmTC_1ff8b.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_1ff8b
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strlcpy
return ((int*)(&strlcpy))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strlcat exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_85860 && [1/2] Building C object CMakeFiles/cmTC_85860.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_85860
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strlcat
return ((int*)(&strlcat))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_fadvise exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f064f && [1/2] Building C object CMakeFiles/cmTC_f064f.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_f064f
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_fadvise
return ((int*)(&posix_fadvise))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_fallocate exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7f889 && [1/2] Building C object CMakeFiles/cmTC_7f889.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_7f889
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_fallocate
return ((int*)(&posix_fallocate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_setcancelstate exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_88804 && [1/2] Building C object CMakeFiles/cmTC_88804.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_88804
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_setcancelstate
return ((int*)(&pthread_setcancelstate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the TIOCGWINSZ exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2a322 && [1/2] Building C object CMakeFiles/cmTC_2a322.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_2a322
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/ioctl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef TIOCGWINSZ
return ((int*)(&TIOCGWINSZ))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcgetattr exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d39af && [1/2] Building C object CMakeFiles/cmTC_d39af.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_d39af
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcgetattr
return ((int*)(&tcgetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcsetattr exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_43488 && [1/2] Building C object CMakeFiles/cmTC_43488.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_43488
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcsetattr
return ((int*)(&tcsetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ECHO exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_00e57 && [1/2] Building C object CMakeFiles/cmTC_00e57.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_00e57
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ECHO
return ((int*)(&ECHO))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ICANON exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_440ee && [1/2] Building C object CMakeFiles/cmTC_440ee.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_440ee
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ICANON
return ((int*)(&ICANON))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the TCSANOW exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_068c0 && [1/2] Building C object CMakeFiles/cmTC_068c0.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_068c0
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef TCSANOW
return ((int*)(&TCSANOW))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the cfmakeraw exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_00171 && [1/2] Building C object CMakeFiles/cmTC_00171.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_00171
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <termios.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef cfmakeraw
return ((int*)(&cfmakeraw))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STAT_TIM succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f2f93 && [1/2] Building C object CMakeFiles/cmTC_f2f93.dir/src.c.obj
[2/2] Linking C executable cmTC_f2f93
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_atim);
return 0;
}
Performing C SOURCE FILE Test HAVE_READDIR_R succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3a0a0 && [1/2] Building C object CMakeFiles/cmTC_3a0a0.dir/src.c.obj
[2/2] Linking C executable cmTC_3a0a0
Source file was:
#include <dirent.h>
#include <stddef.h>
int main(void)
{
DIR* dir = NULL;
struct dirent* entry = NULL;
struct dirent* result;
readdir_r(dir, entry, &result);
return 0;
}
Determining if files sys/sockio.h exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b1ad6 && [1/2] Building C object CMakeFiles/cmTC_b1ad6.dir/HAVE_SYS_SOCKIO_H.c.obj
[2/2] Linking C executable cmTC_b1ad6
Determining if files sys/poll.h exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cecd3 && [1/2] Building C object CMakeFiles/cmTC_cecd3.dir/HAVE_SYS_POLL_H.c.obj
[2/2] Linking C executable cmTC_cecd3
Performing C SOURCE FILE Test HAVE_GETNAMEINFO_SIGNED_FLAGS succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d4410 && [1/2] Building C object CMakeFiles/cmTC_d4410.dir/src.c.obj
[2/2] Linking C executable cmTC_d4410
Source file was:
#include <stddef.h>
#include <sys/types.h>
#include <netdb.h>
int main(void)
{
const struct sockaddr *addr;
socklen_t addrlen = 0;
char *host = NULL;
socklen_t hostlen = 0;
char *serv = NULL;
socklen_t servlen = 0;
int flags = 0;
int result = getnameinfo(addr, addrlen, host, hostlen, serv, servlen, flags);
return 0;
}
Determining if the malloc_usable_size exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dabb8 && [1/2] Building C object CMakeFiles/cmTC_dabb8.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_dabb8
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef malloc_usable_size
return ((int*)(&malloc_usable_size))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_memalign exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8e7d8 && [1/2] Building C object CMakeFiles/cmTC_8e7d8.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_8e7d8
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_memalign
return ((int*)(&posix_memalign))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_condattr_setclock exists in the pthread passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_172d5 && [1/2] Building C object CMakeFiles/cmTC_172d5.dir/CheckFunctionExists.c.obj
[2/2] Linking C executable cmTC_172d5
Determining if the futimens exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c0e9b && [1/2] Building C object CMakeFiles/cmTC_c0e9b.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_c0e9b
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef futimens
return ((int*)(&futimens))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the utimensat exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f5cb1 && [1/2] Building C object CMakeFiles/cmTC_f5cb1.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_f5cb1
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef utimensat
return ((int*)(&utimensat))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test BIND_ADDRLEN_UNSIGNED succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3acaa && [1/2] Building C object CMakeFiles/cmTC_3acaa.dir/src.c.obj
[2/2] Linking C executable cmTC_3acaa
Source file was:
#include <stddef.h>
#include <sys/socket.h>
int main(void)
{
int fd = -1;
struct sockaddr* addr = NULL;
socklen_t addrLen = 0;
int err = bind(fd, addr, addrLen);
return 0;
}
Performing C SOURCE FILE Test IPV6MR_INTERFACE_UNSIGNED succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a66a2 && [1/2] Building C object CMakeFiles/cmTC_a66a2.dir/src.c.obj
[2/2] Linking C executable cmTC_a66a2
Source file was:
#include <netinet/in.h>
#include <netinet/tcp.h>
int main(void)
{
struct ipv6_mreq opt;
unsigned int index = 0;
opt.ipv6mr_interface = index;
return 0;
}
Determining if the prototype getpriority exists for PRIORITY_REQUIRES_INT_WHO passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_637bc && [1/2] Building C object CMakeFiles/cmTC_637bc.dir/CheckPrototypeDefinition.c.obj
[2/2] Linking C executable cmTC_637bc
Performing C SOURCE FILE Test HAVE_MKSTEMPS succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d3ceb && [1/2] Building C object CMakeFiles/cmTC_d3ceb.dir/src.c.obj
[2/2] Linking C executable cmTC_d3ceb
Source file was:
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
int main(void)
{
return mkstemps("abc", 3);
}
Performing C SOURCE FILE Test HAVE_MKSTEMP succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_caf54 && [1/2] Building C object CMakeFiles/cmTC_caf54.dir/src.c.obj
[2/2] Linking C executable cmTC_caf54
Source file was:
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
int main(void)
{
return mkstemp("abc");
}
Determining if files sys/cdefs.h exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_36e24 && [1/2] Building C object CMakeFiles/cmTC_36e24.dir/HAVE_SYS_CDEFS_H.c.obj
[2/2] Linking C executable cmTC_36e24
Determining if the getgrouplist exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2fc5b && [1/2] Building C object CMakeFiles/cmTC_2fc5b.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_2fc5b
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
#include <grp.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getgrouplist
return ((int*)(&getgrouplist))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files sys/ioctl.h exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_77dc8 && [1/2] Building C object CMakeFiles/cmTC_77dc8.dir/HAVE_SYS_IOCTL_H.c.obj
[2/2] Linking C executable cmTC_77dc8
Determining if files stdint.h;net/if_media.h exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bb9f4 && [1/2] Building C object CMakeFiles/cmTC_bb9f4.dir/HAVE_NET_IFMEDIA_H.c.obj
[2/2] Linking C executable cmTC_bb9f4
Determining if the uname exist passed with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_53950 && [1/2] Building C object CMakeFiles/cmTC_53950.dir/CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_53950
File /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef uname
return ((int*)(&uname))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_BUILTIN_MUL_OVERFLOW succeeded with the following output:
Change Dir: /home/jessica/source/rt2/artifacts/obj/native/net6.0-Haiku-Debug-x64/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_35158 && [1/2] Building C object CMakeFiles/cmTC_35158.dir/src.c.obj
[2/2] Linking C executable cmTC_35158
Source file was:
#include <unistd.h>
int main(void)
{
size_t result;
(void)__builtin_mul_overflow(0, 0, &result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment