configure.local: no (fully automatic configuration) selected CFLAGS="-O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY " testing noop-static ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/noop have/noop.c -static -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -ltls: No such file or directory /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -lssl: No such file or directory /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -lcrypto: No such file or directory /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -levent: No such file or directory /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -limsg: No such file or directory /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -lbsd: No such file or directory clang-15: error: linker command failed with exit code 1 (use -v to see invocation) result of noop-static: clang failed with exit status 0 result of compiling noop-static: no selected STATIC="" testing err ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/err have/err.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested err: yes testing explicit_bzero ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/explicit_bzero have/explicit_bzero.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested explicit_bzero: yes testing freezero ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/freezero have/freezero.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested freezero: yes testing getdtablecount ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/getdtablecount have/getdtablecount.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd have/getdtablecount.c:22:9: error: call to undeclared function 'getdtablecount'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] return getdtablecount() == 0; ^ 1 error generated. result of getdtablecount: clang failed with exit status 0 result of compiling getdtablecount: no testing getdtablesize ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/getdtablesize have/getdtablesize.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested getdtablesize: yes testing getprogname ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/getprogname have/getprogname.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested getprogname: yes testing imsg-lutil ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/imsg have/imsg.c -lutil -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested imsg-lutil: yes testing landlock ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/landlock have/landlock.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested landlock: yes testing libevent ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/libevent have/libevent.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested libevent: yes testing libevent2 ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/libevent2 have/libevent2.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested libevent2: yes testing libtls ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/libtls have/libtls.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested libtls: yes testing memmem ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/memmem have/memmem.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd have/memmem.c:26:10: error: call to undeclared function 'memmem'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] return (memmem(big, sizeof(big), little, sizeof(little)) == NULL); ^ have/memmem.c:26:10: note: did you mean 'memset'? /usr/include/string.h:61:14: note: 'memset' declared here extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1)); ^ have/memmem.c:26:59: error: comparison between pointer and integer ('int' and 'void *') [-Werror,-Wpointer-integer-compare] return (memmem(big, sizeof(big), little, sizeof(little)) == NULL); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ 2 errors generated. result of memmem: clang failed with exit status 0 result of compiling memmem: no testing memmem-D_GNU_SOURCE ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/memmem have/memmem.c -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested memmem-D_GNU_SOURCE: yes testing openssl ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/openssl have/openssl.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested openssl: yes testing pr_set_name ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/pr_set_name have/pr_set_name.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested pr_set_name: yes testing program_invocation_short_name ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/program_invocation_short_name have/program_invocation_short_name.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested program_invocation_short_name: yes testing queue_h ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/queue_h have/queue_h.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested queue_h: yes testing reallocarray ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/reallocarray have/reallocarray.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested reallocarray: yes testing recallocarray ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/recallocarray have/recallocarray.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested recallocarray: yes testing setproctitle ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/setproctitle have/setproctitle.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested setproctitle: yes testing setresgid ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/setresgid have/setresgid.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd have/setresgid.c:7:9: error: call to undeclared function 'setresgid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] return setresgid(-1, -1, -1) == -1; ^ have/setresgid.c:7:9: note: did you mean 'setregid'? /usr/include/unistd.h:744:12: note: 'setregid' declared here extern int setregid (__gid_t __rgid, __gid_t __egid) __THROW __wur; ^ 1 error generated. result of setresgid: clang failed with exit status 0 result of compiling setresgid: no testing setresgid-D_GNU_SOURCE ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/setresgid have/setresgid.c -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested setresgid-D_GNU_SOURCE: yes testing setresuid ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/setresuid have/setresuid.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd have/setresuid.c:7:9: error: call to undeclared function 'setresuid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] return setresuid(-1, -1, -1) == -1; ^ have/setresuid.c:7:9: note: did you mean 'setreuid'? /usr/include/unistd.h:727:12: note: 'setreuid' declared here extern int setreuid (__uid_t __ruid, __uid_t __euid) __THROW __wur; ^ 1 error generated. result of setresuid: clang failed with exit status 0 result of compiling setresuid: no testing setresuid-D_GNU_SOURCE ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/setresuid have/setresuid.c -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested setresuid-D_GNU_SOURCE: yes testing strlcat ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/strlcat have/strlcat.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested strlcat: yes testing strlcpy ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/strlcpy have/strlcpy.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested strlcpy: yes testing strtonum ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/strtonum have/strtonum.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested strtonum: yes testing tree_h ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/tree_h have/tree_h.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested tree_h: yes testing vasprintf ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/vasprintf have/vasprintf.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd have/vasprintf.c:30:8: error: call to undeclared function 'vasprintf'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] irc = vasprintf(ret, fmt, ap); ^ have/vasprintf.c:30:8: note: did you mean 'vsprintf'? /usr/include/stdio.h:373:12: note: 'vsprintf' declared here extern int vsprintf (char *__restrict __s, const char *__restrict __format, ^ 1 error generated. result of vasprintf: clang failed with exit status 0 result of compiling vasprintf: no testing vasprintf-D_GNU_SOURCE ... clang -O2 -pipe -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -isystem /usr/include/bsd -DLIBBSD_OVERLAY -Wno-unused -Werror -o have/vasprintf have/vasprintf.c -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -ltls -lssl -lcrypto -levent -limsg -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor -lbsd tested vasprintf-D_GNU_SOURCE: yes file config.h: written file Makefile.local: written