pax-20240817
] conftest.c:9:26: error: call to undeclared function 'pledge'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 9 | int main(void) { return (pledge("", "")); }] | ^
] 1 error generated.
==> pledge... no
... reallocarray
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> reallocarray... yes
... for setpassent and setgroupent
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done] conftest.c:11:26: error: call to undeclared function 'setpassent'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 11 | int main(void) { return (setpassent(1) + setgroupent(1)); }] | ^
] conftest.c:11:26: note: did you mean 'setpwent'?
] /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/pwd.h:72:13: note: 'setpwent' declared here
] 72 | extern void setpwent (void);
] | ^
] conftest.c:11:42: error: call to undeclared function 'setgroupent'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 11 | int main(void) { return (setpassent(1) + setgroupent(1)); }] | ^
] 2 errors generated.
==> for setpassent and setgroupent... no
... strlcpy
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> strlcpy... yes
... strlcat
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> strlcat... yes
... strmode
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done] conftest.c:10:32: error: call to undeclared function 'strmode'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 10 | int main(int ac, char *av[]) { strmode(ac, av[0]); return (*av[0]); }] | ^
] 1 error generated.
==> strmode... no
... strtonum
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done] conftest.c:11:20: error: call to undeclared function 'strtonum'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 11 | return (ac == (int)strtonum(av[1], 0, 100, NULL));
] | ^
] 1 error generated.
==> strtonum... no
... for user_from_uid and group_from_gid
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done] conftest.c:11:27: error: call to undeclared function 'user_from_uid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 11 | int main(void) { return (*user_from_uid(0, 0) ^ *group_from_gid(0, 0)); }] | ^
] conftest.c:11:26: error: indirection requires pointer operand ('int' invalid)] 11 | int main(void) { return (*user_from_uid(0, 0) ^ *group_from_gid(0, 0)); }] | ^~~~~~~~~~~~~~~~~~~~
] conftest.c:11:50: error: call to undeclared function 'group_from_gid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
] 11 | int main(void) { return (*user_from_uid(0, 0) ^ *group_from_gid(0, 0)); }] | ^
] conftest.c:11:49: error: indirection requires pointer operand ('int' invalid)] 11 | int main(void) { return (*user_from_uid(0, 0) ^ *group_from_gid(0, 0)); }] | ^~~~~~~~~~~~~~~~~~~~~
] 4 errors generated.
==> for user_from_uid and group_from_gid... no
==> for uid_from_user and gid_from_group... no (implied)
... utimensat
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> utimensat... yes
==> utimes... no (implied)
==> lutimes... no (implied)
==> futimes... no (implied)
... whether off_t is as wide as long
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> whether off_t is as wide as long... yes
==> whether off_t is as wide as long long... no (implied)
... whether time_t is as wide as long
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> whether time_t is as wide as long... yes
==> whether time_t is as wide as long long... no (implied)
... whether time_t is wider than 32 bit
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> whether time_t is wider than 32 bit... yes
... for struct stat.st_mtimensec
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done] conftest.c:18:52: error: no member named 'st_mtimensec' in 'struct stat'
] 18 | int main(void) { struct stat sb; return (sizeof(sb.st_mtimensec)); }] | ~~ ^
] 1 error generated.
==> for struct stat.st_mtimensec... no
... for struct stat.st_mtimespec.tv_nsec
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done] conftest.c:18:52: error: no member named 'st_mtimespec' in 'struct stat'
] 18 | int main(void) { struct stat sb; return (sizeof(sb.st_mtimespec.tv_nsec)); }] | ~~ ^
] 1 error generated.
==> for struct stat.st_mtimespec.tv_nsec... no
... for struct stat.st_mtim.tv_nsec
$ clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; done==> for struct stat.st_mtim.tv_nsec... yes
==> for struct stat.st_mtime_nsec... no (implied)
... done.
Build.sh: Finished configuration testing, now producing output.
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c ar.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c ar_io.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c ar_subs.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c buf_subs.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c compat.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c cpio.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c file_subs.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c ftree.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c gen_subs.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c getoldopt.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c options.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c pat_rep.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c pax.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c sel_subs.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c tables.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c tar.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c tty_subs.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c cache.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c strmode.c
clang -O2 -Wall -fwrapv -I. -DMKSH_BUILDSH=1 -DMBSDPORT_H=\"compat.h\" -D_GNU_SOURCE -DHAVE_ATTRIBUTE_BOUNDED=1 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NONNULL=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MTIO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_GRP_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DHAVE_VIS_H=0 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_ULONG=1 -DHAVE_DPRINTF=1 -DHAVE_FCHMODAT=1 -DHAVE_FCHOWNAT=1 -DHAVE_FUTIMENS=1 -DHAVE_LCHMOD=0 -DHAVE_LCHOWN=0 -DHAVE_LINKAT=1 -DHAVE_PLEDGE=0 -DHAVE_REALLOCARRAY=1 -DHAVE_SETPGENT=0 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_STRMODE=0 -DHAVE_STRTONUM=0 -DHAVE_UG_FROM_UGID=0 -DHAVE_UGID_FROM_UG=0 -DHAVE_UTIMENSAT=1 -DHAVE_UTIMES=0 -DHAVE_LUTIMES=0 -DHAVE_FUTIMES=0 -DHAVE_OFFT_LONG=1 -DHAVE_TIMET_LONG=1 -DHAVE_TIMET_LARGE=1 -Dst_atimensec=st_atim.tv_nsec -Dst_ctimensec=st_ctim.tv_nsec -Dst_mtimensec=st_mtim.tv_nsec -DHAVE_ST_MTIMENSEC=1 -c strtonum.c
clang -O2 -Wall -fwrapv -o paxpax ar.o ar_io.o ar_subs.o buf_subs.o compat.o cpio.o file_subs.o ftree.o gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o tar.o tty_subs.o cache.o strmode.o strtonum.o || for _f in ${tcfn}*; do case $_f in cpio.[1ch]|pax.[1ch]|tar.[1ch]) ;; *) rm -f "$_f" ;; esac; donesize paxpax
text data bss dec hex filename
703723 163148 11888 878759 d68a7 paxpax
Installing the executable:
# install -c -s -o root -g bin -m 555 pax /bin/pax
# ln -f /bin/pax /bin/paxcpio || cp -fp /bin/pax /bin/paxcpio
# ln -f /bin/pax /bin/paxtar || cp -fp /bin/pax /bin/paxtar
Installing the manual:
# install -c -o root -g bin -m 444 mans/paxcpio.1 mans/pax.1 mans/paxtar.1 /usr/share/man/man1/
Please also read the fine manual.
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817
shrinking /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817/bin/pax
checking for references to /build/ in /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817...
gzipping man pages under /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817/share/man/
patching script interpreter paths in /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817
stripping (with command strip and flags -S -p) in /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817/bin
rewriting symlink /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817/bin/paxcpio to be relative to /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817
rewriting symlink /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817/bin/paxtar to be relative to /nix/store/q3dpqar31bas1pzzy2zl48w3z8nwg1a2-pax-x86_64-unknown-linux-gnufilc0-20240817
rinutils-0.10.3
Build started
→ unpackPhase
unpacking source archive /nix/store/rpjbdz3dzdqj5zwj696d7hyxxskq91gb-rinutils-0.10.3.tar.xz
source root is rinutils-0.10.3
setting SOURCE_DATE_EPOCH to timestamp 1720594285 of file "rinutils-0.10.3/CMakeLists.txt"
→ patchPhase
substituteStream() in derivation rinutils-x86_64-unknown-linux-gnufilc0-0.10.3: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'librinutils.pc.in')substituteStream() in derivation rinutils-x86_64-unknown-linux-gnufilc0-0.10.3: WARNING: pattern \$\{exec_prefix\}/@RINUTILS_INSTALL_MYLIBDIR@ doesn't match anything in file 'librinutils.pc.in'→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/share/doc/rinutils -DCMAKE_INSTALL_INFODIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include -DCMAKE_INSTALL_SBINDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Perl: /nix/store/nxw1xxfxkd6bm570nb6gv0g6pghp7i4c-perl-5.40.0/bin/perl (found version "5.40.0")
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Performing Test FLAG_EXISTS_1
-- Performing Test FLAG_EXISTS_1 - Success
-- Performing Test FLAG_EXISTS_2
-- Performing Test FLAG_EXISTS_2 - Failed
-- Configuring done (0.6s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_CROSSCOMPILING_EMULATOR
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_NAME_DIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/rinutils-0.10.3/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j4 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
→ installPhase
install flags: -j4 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/alloc_wrap.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/bit_rw.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/count.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/dllexport.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/exit_error.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/likely.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/longlong.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/min_and_max.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/portable_time.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/rin_cmocka.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/rinutils.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/str_utils.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/typeof_wrap.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/include/rinutils/unused.h
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/lib/pkgconfig/librinutils.pc
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/lib/cmake/Rinutils/RinutilsConfig.cmake
-- Installing: /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/lib/cmake/Rinutils/RinutilsConfigVersion.cmake
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3
checking for references to /build/ in /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3...
patching script interpreter paths in /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3
stripping (with command strip and flags -S -p) in /nix/store/dnqrzp15hcw4qxnmsjdzaak5x4xlzj9s-rinutils-x86_64-unknown-linux-gnufilc0-0.10.3/lib
bogofilter-1.2.5
Build started
→ unpackPhase
unpacking source archive /nix/store/khlnnldini58xnqbsj5qxdpswyfhhw1q-bogofilter-1.2.5.tar.xz
source root is bogofilter-1.2.5
setting SOURCE_DATE_EPOCH to timestamp 1570825959 of file "bogofilter-1.2.5/NEWS"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-dependency-tracking --prefix=/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a thread-safe mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of clang... none
checking for gawk... (cached) gawk
checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking the archiver (ar) interface... ar
checking for x86_64-unknown-linux-gnufilc0-ar... (cached) ar
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for perl... no
checking for perl5... no
checking for onsgmls... no
checking for nsgmls... no
checking for rpmbuild... no
checking for rpm... no
checking for xmllint... no
checking for flex... no
checking for flex... no
checking for lex... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking for extern inline... no
checking for a working shell...... /bin/sh
checking if gcc is really Intel C++... no
checking for additional compiler options... ignoring -mieee
-Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat
checking whether flex needs patching... ./configure: line 6484: ${SHELL}: command not foundunknown
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for cos in -lm... yes
checking whether getopt is declared... yes
checking whether optreset is declared... no
checking whether O_DSYNC is declared... yes
checking whether O_SYNC is declared... yes
checking whether O_FSYNC is declared... yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for inttypes.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for sys/select.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for uint... yes
checking for ulong... yes
checking for uint32_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking for int16_t... yes
checking for u_int16_t... yes
checking for uint16_t... yes
checking for u_int8_t... yes
checking for ssize_t... yes
checking for u_long... yes
checking for sig_atomic_t... yes
checking for rlim_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of size_t... 8
checking for working memcmp... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for vprintf... yes
checking for _doprnt... no
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for getopt_long... yes
checking for arc4random... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for strerror... yes
checking for strtoul... yes
checking for shared library run path origin... (cached) done
checking how to link with libdb... -ldb
checking db and dependent libraries... -ldb
checking if a program can be linked against Berkeley DB and run... yes
checking if Berkeley DB header and library versions match... yes
checking whether db_create is declared... yes
checking if Berkeley DB supports shared environments... yes
checking for xmlto... no
checking whether xmlto is available... no
checking for extended floating point registers... yes
configure: -------------------------------------------------------------
configure: If you have multiple versions of GSL installed, this
configure: configure script will prefer the one in /lib or /usr/lib
configure: to work around a bug in Linux ldconfig.
configure: Deinstall the older GSL version if this behaviour annoys you.
configure: -------------------------------------------------------------
checking for gsl-config... no
checking for GSL - version >= 1.4... no
checking for gsl-config... (cached) no
checking for GSL - version >= 1.0... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bogofilter.spec
config.status: creating trio/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/tests/Makefile
config.status: creating src/bf_compact
config.status: creating src/bf_copy
config.status: creating src/bf_tar
config.status: creating src/config.h
config.status: executing depfiles commands
configure: Using these settings:
configure: ---------------------
configure: CPPFLAGS=
configure: CFLAGS=-g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat
configure: LDFLAGS=
configure: LIBS=-lm
configure: LIBDB=-ldb
configure: GSL_LIBS=libbf_gsl.a
configure: LIBICONV=
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
Making all in trio
make[1]: Entering directory '/build/bogofilter-1.2.5/trio'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/bogofilter-1.2.5/trio'
Making all in src
make[1]: Entering directory '/build/bogofilter-1.2.5/src'
rm -f directories.c
echo "#include \"globals.h\"" >"directories.c" && \
echo "const char *const system_config_file = \"/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc/bogofilter.cf\";" >>"directories.c" \
|| { rm -f "directories.c" ; false ; }clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/cdf/libbf_gsl_a-chisq.o `test -f '../gsl/cdf/chisq.c' || echo './'`../gsl/cdf/chisq.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/cdf/libbf_gsl_a-gamma.o `test -f '../gsl/cdf/gamma.c' || echo './'`../gsl/cdf/gamma.c
In file included from ../gsl/cdf/gamma.c:137:
../gsl/cdf/../specfunc/gamma.c:1033:19: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
1033 | int n = (int) floor (x);
| ^~~~~~~~~
../gsl/cdf/../specfunc/gamma.c:1256:23: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
1256 | int rint_x = (int)floor(x+0.5);
| ^~~~~~~~~~~~
2 warnings generated.
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-gamma_inc.o `test -f '../gsl/specfunc/gamma_inc.c' || echo './'`../gsl/specfunc/gamma_inc.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/err/libbf_gsl_a-error.o `test -f '../gsl/err/error.c' || echo './'`../gsl/err/error.c
../gsl/err/error.c:65:31: warning: parameter 'reason' set but not used [-Wunused-but-set-parameter]
65 | no_error_handler (const char *reason, const char *file, int line, int gsl_errno)
| ^
../gsl/err/error.c:65:51: warning: parameter 'file' set but not used [-Wunused-but-set-parameter]
65 | no_error_handler (const char *reason, const char *file, int line, int gsl_errno)
| ^
../gsl/err/error.c:65:61: warning: parameter 'line' set but not used [-Wunused-but-set-parameter]
65 | no_error_handler (const char *reason, const char *file, int line, int gsl_errno)
| ^
../gsl/err/error.c:65:71: warning: parameter 'gsl_errno' set but not used [-Wunused-but-set-parameter]
65 | no_error_handler (const char *reason, const char *file, int line, int gsl_errno)
| ^
4 warnings generated.
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/sys/libbf_gsl_a-infnan.o `test -f '../gsl/sys/infnan.c' || echo './'`../gsl/sys/infnan.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/sys/libbf_gsl_a-fdiv.o `test -f '../gsl/sys/fdiv.c' || echo './'`../gsl/sys/fdiv.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-exp.o `test -f '../gsl/specfunc/exp.c' || echo './'`../gsl/specfunc/exp.c
../gsl/specfunc/exp.c:133:25: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
133 | const int N = (int) floor(x/M_LN10);
| ^~~~~~~~~~~~~~~
../gsl/specfunc/exp.c:216:32: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
216 | const int N = (int) floor(l10_val);
| ^~~~~~~~~~~~~~
../gsl/specfunc/exp.c:313:32: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
313 | const int N = (int) floor(l10_val);
| ^~~~~~~~~~~~~~
../gsl/specfunc/exp.c:568:28: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
568 | const int N = (int)floor(x/M_LN10);
| ^~~~~~~~~~~~~~~
4 warnings generated.
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-trig.o `test -f '../gsl/specfunc/trig.c' || echo './'`../gsl/specfunc/trig.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-log.o `test -f '../gsl/specfunc/log.c' || echo './'`../gsl/specfunc/log.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-psi.o `test -f '../gsl/specfunc/psi.c' || echo './'`../gsl/specfunc/psi.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-zeta.o `test -f '../gsl/specfunc/zeta.c' || echo './'`../gsl/specfunc/zeta.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-elementary.o `test -f '../gsl/specfunc/elementary.c' || echo './'`../gsl/specfunc/elementary.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/err/libbf_gsl_a-stream.o `test -f '../gsl/err/stream.c' || echo './'`../gsl/err/stream.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-expint.o `test -f '../gsl/specfunc/expint.c' || echo './'`../gsl/specfunc/expint.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/specfunc/libbf_gsl_a-erfc.o `test -f '../gsl/specfunc/erfc.c' || echo './'`../gsl/specfunc/erfc.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/sys/libbf_gsl_a-coerce.o `test -f '../gsl/sys/coerce.c' || echo './'`../gsl/sys/coerce.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/sys/libbf_gsl_a-pow_int.o `test -f '../gsl/sys/pow_int.c' || echo './'`../gsl/sys/pow_int.c
clang -DHAVE_CONFIG_H -I. -I.. -DBOGOFILTER -DRENAMEFILES -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o ../gsl/sys/libbf_gsl_a-minmax.o `test -f '../gsl/sys/minmax.c' || echo './'`../gsl/sys/minmax.c
rm -f libbf_gsl.a
ar cru libbf_gsl.a ../gsl/cdf/libbf_gsl_a-chisq.o ../gsl/cdf/libbf_gsl_a-gamma.o ../gsl/specfunc/libbf_gsl_a-gamma_inc.o ../gsl/err/libbf_gsl_a-error.o ../gsl/sys/libbf_gsl_a-infnan.o ../gsl/sys/libbf_gsl_a-fdiv.o ../gsl/specfunc/libbf_gsl_a-exp.o ../gsl/specfunc/libbf_gsl_a-trig.o ../gsl/specfunc/libbf_gsl_a-log.o ../gsl/specfunc/libbf_gsl_a-psi.o ../gsl/specfunc/libbf_gsl_a-zeta.o ../gsl/specfunc/libbf_gsl_a-elementary.o ../gsl/err/libbf_gsl_a-stream.o ../gsl/specfunc/libbf_gsl_a-expint.o ../gsl/specfunc/libbf_gsl_a-erfc.o ../gsl/sys/libbf_gsl_a-coerce.o ../gsl/sys/libbf_gsl_a-pow_int.o ../gsl/sys/libbf_gsl_a-minmax.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbf_gsl.a
make all-recursive
make[2]: Entering directory '/build/bogofilter-1.2.5/src'
Making all in .
make[3]: Entering directory '/build/bogofilter-1.2.5/src'
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogofilter.o bogofilter.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o main.o main.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o version.o version.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o globals.o globals.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o base64.o base64.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bf_exit.o bf_exit.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogoconfig.o bogoconfig.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogomain.o bogomain.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogoreader.o bogoreader.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bool.o bool.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o buff.o buff.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o charset.o charset.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o convert_unicode.o convert_unicode.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o iconvert.o iconvert.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o collect.o collect.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o configfile.o configfile.c
configfile.c:147:9: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
147 | int lineno = 0;
| ^
1 warning generated.
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o datastore.o datastore.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o db_lock.o db_lock.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o debug.o debug.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o error.o error.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o fgetsl.o fgetsl.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o find_home.o find_home.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o find_home_user.o find_home_user.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o find_home_tildeexpand.o find_home_tildeexpand.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o format.o format.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o lexer.o lexer.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o lexer_v3.o lexer_v3.c
../../src/lexer_v3.l:444:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | char yy_get_state()
| ^
| void
1 warning generated.
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o listsort.o listsort.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o maint.o maint.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o memstr.o memstr.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o mime.o mime.c
mime.c:200:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
200 | void mime_cleanup()
| ^
| void
1 warning generated.
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o msgcounts.o msgcounts.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o mxcat.o mxcat.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o passthrough.o passthrough.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o paths.o paths.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o prob.o prob.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o qp.o qp.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o rand_sleep.o rand_sleep.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o register.o register.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o robx.o robx.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o rstats.o rstats.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o score.o score.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o sighandler.o sighandler.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o swap_32bit.o swap_32bit.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o system.o system.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o textblock.o textblock.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o token.o token.c
token.c:677:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
677 | void token_cleanup()
| ^
| void
token.c:696:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
696 | void token_clear()
| ^
| void
2 warnings generated.
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o transaction.o transaction.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o uudecode.o uudecode.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o word.o word.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o wordhash.o wordhash.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o wordlists.o wordlists.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o wordlists_base.o wordlists_base.c
wordlists_base.c:126:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
126 | void free_wordlists()
| ^
| void
1 warning generated.
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xcalloc.o xcalloc.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xmalloc.o xmalloc.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xmem_error.o xmem_error.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xrealloc.o xrealloc.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xmemrchr.o xmemrchr.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xstrdup.o xstrdup.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xstrlcat.o xstrlcat.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xstrlcpy.o xstrlcpy.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xatof.o xatof.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o xatoi.o xatoi.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o getopt_long_chk.o getopt_long_chk.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o datastore_db.o datastore_db.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o datastore_db_trad.o datastore_db_trad.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o datastore_db_trans.o datastore_db_trans.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o directories.o directories.c
rm -f libbogofilter.a
ar cru libbogofilter.a version.o globals.o base64.o bf_exit.o bogoconfig.o bogomain.o bogoreader.o bool.o buff.o charset.o convert_unicode.o iconvert.o collect.o configfile.o datastore.o db_lock.o debug.o error.o fgetsl.o find_home.o find_home_user.o find_home_tildeexpand.o format.o lexer.o lexer_v3.o listsort.o maint.o memstr.o mime.o msgcounts.o mxcat.o passthrough.o paths.o prob.o qp.o rand_sleep.o register.o robx.o rstats.o score.o sighandler.o swap_32bit.o system.o textblock.o token.o transaction.o uudecode.o word.o wordhash.o wordlists.o wordlists_base.o xcalloc.o xmalloc.o xmem_error.o xrealloc.o xmemrchr.o xstrdup.o xstrlcat.o xstrlcpy.o xatof.o xatoi.o getopt_long_chk.o datastore_db.o datastore_db_trad.o datastore_db_trans.o directories.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbogofilter.a
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o memcmp.o memcmp.c
clang -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogofilter bogofilter.o main.o libbogofilter.a memcmp.o -ldb libbf_gsl.a -lm
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogoutil.o bogoutil.c
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogohist.o bogohist.c
clang -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogoutil bogoutil.o bogohist.o libbogofilter.a memcmp.o -ldb -lm
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogolexer.o bogolexer.c
clang -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogolexer bogolexer.o libbogofilter.a memcmp.o -lm
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o bogotune.o bogotune.c
bogotune.c:1584:9: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
1584 | if (check_for_high_ns_scores() | check_for_low_sp_scores())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ||
bogotune.c:1584:9: note: cast one or both operands to int to silence this warning
1 warning generated.
clang -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I../gsl/specfunc -I.. -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o tunelist.o tunelist.c
clang -DBOGOFILTER -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogotune bogotune.o tunelist.o libbogofilter.a memcmp.o -ldb libbf_gsl.a -lm
rm -f bogoupgrade
sed 's}[@]PERL@}}' <./bogoupgrade.in >bogoupgrade || rm -f bogoupgrade
chmod +x bogoupgrade
make[3]: Leaving directory '/build/bogofilter-1.2.5/src'
Making all in tests
make[3]: Entering directory '/build/bogofilter-1.2.5/src/tests'
( echo >t.config 'EXE_EXT=""' ; \
echo >>t.config 'DB_EXT=".db"' ; \
echo >>t.config 'DB_TYPE="db"'; \
echo >>t.config 'USE_TRANSACTIONS=""' ; \
echo >>t.config 'USE_UNICODE=""' ) || rm -f t.config
rm -f t.query.config
cat ./t.query.config.in | \
sed 's/[@]ENCODING[@]/utf-8/' | \
sed 's/[@]DEFAULT_CHARSET[@]/iso-8859-1/' > t.query.config || rm -f t.query.config
chmod +x t.query.config
make all-am
make[4]: Entering directory '/build/bogofilter-1.2.5/src/tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/bogofilter-1.2.5/src/tests'
make[3]: Leaving directory '/build/bogofilter-1.2.5/src/tests'
make[2]: Leaving directory '/build/bogofilter-1.2.5/src'
make[1]: Leaving directory '/build/bogofilter-1.2.5/src'
Making all in .
make[1]: Entering directory '/build/bogofilter-1.2.5'
clang -DHAVE_CONFIG_H -I. -I./src -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -c -o contrib/bogogrep.o contrib/bogogrep.c
clang -g -O2 -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogogrep contrib/bogogrep.o -lm
make[1]: Leaving directory '/build/bogofilter-1.2.5'
Making all in doc
make[1]: Entering directory '/build/bogofilter-1.2.5/doc'
sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogofilter.1in >bogofilter.1 \
|| { rm -f bogofilter.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogoutil.1in >bogoutil.1 \
|| { rm -f bogoutil.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogoupgrade.1in >bogoupgrade.1 \
|| { rm -f bogoupgrade.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogolexer.1in >bogolexer.1 \
|| { rm -f bogolexer.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogotune.1in >bogotune.1 \
|| { rm -f bogotune.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bf_copy.1in >bf_copy.1 \
|| { rm -f bf_copy.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bf_tar.1in >bf_tar.1 \
|| { rm -f bf_tar.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bf_compact.1in >bf_compact.1 \
|| { rm -f bf_compact.1 ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogofilter.htmlin >bogofilter.html \
|| { rm -f bogofilter.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogoutil.htmlin >bogoutil.html \
|| { rm -f bogoutil.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogoupgrade.htmlin >bogoupgrade.html \
|| { rm -f bogoupgrade.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogolexer.htmlin >bogolexer.html \
|| { rm -f bogolexer.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bogotune.htmlin >bogotune.html \
|| { rm -f bogotune.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bf_copy.htmlin >bf_copy.html \
|| { rm -f bf_copy.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bf_tar.htmlin >bf_tar.html \
|| { rm -f bf_tar.html ; exit 1 ; }sed -e "s|[@]sysconfdir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc|g" \
-e "s|[@]bindir@|/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin|g" <bf_compact.htmlin >bf_compact.html \
|| { rm -f bf_compact.html ; exit 1 ; }make[1]: Leaving directory '/build/bogofilter-1.2.5/doc'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in trio
make[1]: Entering directory '/build/bogofilter-1.2.5/trio'
make[2]: Entering directory '/build/bogofilter-1.2.5/trio'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/bogofilter-1.2.5/trio'
make[1]: Leaving directory '/build/bogofilter-1.2.5/trio'
Making install in src
make[1]: Entering directory '/build/bogofilter-1.2.5/src'
make install-recursive
make[2]: Entering directory '/build/bogofilter-1.2.5/src'
Making install in .
make[3]: Entering directory '/build/bogofilter-1.2.5/src'
make[4]: Entering directory '/build/bogofilter-1.2.5/src'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c bogofilter bogoutil bogolexer bogotune '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c bogoupgrade '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c bf_copy bf_compact bf_tar '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/bogofilter-1.2.5/src'
make[3]: Leaving directory '/build/bogofilter-1.2.5/src'
Making install in tests
make[3]: Entering directory '/build/bogofilter-1.2.5/src/tests'
make install-am
make[4]: Entering directory '/build/bogofilter-1.2.5/src/tests'
make[5]: Entering directory '/build/bogofilter-1.2.5/src/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/bogofilter-1.2.5/src/tests'
make[4]: Leaving directory '/build/bogofilter-1.2.5/src/tests'
make[3]: Leaving directory '/build/bogofilter-1.2.5/src/tests'
make[2]: Leaving directory '/build/bogofilter-1.2.5/src'
make[1]: Leaving directory '/build/bogofilter-1.2.5/src'
Making install in .
make[1]: Entering directory '/build/bogofilter-1.2.5'
make[2]: Entering directory '/build/bogofilter-1.2.5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 bogofilter.cf.example '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/etc'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/bogofilter-1.2.5'
make[1]: Leaving directory '/build/bogofilter-1.2.5'
Making install in doc
make[1]: Entering directory '/build/bogofilter-1.2.5/doc'
make[2]: Entering directory '/build/bogofilter-1.2.5/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1 bf_copy.1 bf_tar.1 bf_compact.1 '/nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/share/man/man1'
make[2]: Leaving directory '/build/bogofilter-1.2.5/doc'
make[1]: Leaving directory '/build/bogofilter-1.2.5/doc'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5
shrinking /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin/bogofilter
shrinking /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin/bogoutil
shrinking /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin/bogolexer
shrinking /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin/bogotune
checking for references to /build/ in /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5...
gzipping man pages under /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/share/man/
patching script interpreter paths in /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5
basename: invalid option -- 'w'
Try 'basename --help' for more information.
stripping (with command strip and flags -S -p) in /nix/store/gqzqkgwvdljj08w4v9wl7l87dgdl9qcn-bogofilter-x86_64-unknown-linux-gnufilc0-1.2.5/bin
black-hole-solver-1.14.0
Build started
→ unpackPhase
unpacking source archive /nix/store/2dy41j39ab642znbyidx632i4jv9522d-black-hole-solver-1.14.0.tar.xz
source root is black-hole-solver-1.14.0
setting SOURCE_DATE_EPOCH to timestamp 1740986469 of file "black-hole-solver-1.14.0/CMakeLists.txt"
→ patchPhase
patching script interpreter paths in ./scripts
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/share/doc/black-hole-solver -DCMAKE_INSTALL_INFODIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Perl: /nix/store/859rnvn3f0kq5hh0y4611i91na10rwwq-perl-5.40.0-env/bin/perl (found version "5.40.0")
-- Found PkgConfig: /nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config (found version "0.29.2")
-- Performing Test FLAG_EXISTS_1
-- Performing Test FLAG_EXISTS_1 - Success
-- Performing Test FLAG_EXISTS_2
-- Performing Test FLAG_EXISTS_2 - Failed
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of void*
-- Check size of void* - done
-- Configuring done (1.1s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/black-hole-solver-1.14.0/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j4 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 6%] Building C object CMakeFiles/bhs_rank_reach_prune.dir/rank_reach_prune.c.o
[ 13%] Generating black-hole-solve.6
[ 20%] Building C object CMakeFiles/black_hole_solver.dir/can_move.c.o
[ 26%] Building C object CMakeFiles/black_hole_solver.dir/generated/lib.c.o
[ 33%] Building C object CMakeFiles/black_hole_solver.dir/meta_alloc.c.o
[ 40%] Linking C shared library libbhs_rank_reach_prune.so
[ 40%] Built target man_docs_pods
[ 46%] Building C object CMakeFiles/black_hole_solver.dir/rank_reach_prune.c.o
[ 46%] Built target bhs_rank_reach_prune
[ 53%] Building C object CMakeFiles/black_hole_solver.dir/fcs_hash.c.o
[ 60%] Linking C shared library libblack_hole_solver.so
[ 73%] Built target black_hole_solver
[ 80%] Building C object CMakeFiles/black-hole-solve.dir/single_board_main.c.o
[ 86%] Building C object CMakeFiles/multi-bhs-solver.dir/multi_solver.c.o
[ 93%] Linking C executable black-hole-solve
[100%] Linking C executable multi-bhs-solver
[100%] Built target black-hole-solve
[100%] Built target multi-bhs-solver
→ installPhase
install flags: -j4 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 6%] Built target man_docs_pods
[ 60%] Built target black_hole_solver
[ 73%] Built target bhs_rank_reach_prune
[100%] Built target black-hole-solve
[100%] Built target multi-bhs-solver
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib/libblack_hole_solver.so.1.0.2
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib/libblack_hole_solver.so.1
-- Set non-toolchain portion of runtime path of "/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib/libblack_hole_solver.so.1.0.2" to "/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib"
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib/libblack_hole_solver.so
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/bin/black-hole-solve
-- Set non-toolchain portion of runtime path of "/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/bin/black-hole-solve" to "/nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib"
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/include/black-hole-solver/black_hole_solver.h
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/include/black-hole-solver/bool.h
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/include/black-hole-solver/fcs_dllexport.h
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib/pkgconfig/libblack-hole-solver.pc
-- Installing: /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/share/man/man6/black-hole-solve.6
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0
shrinking /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib/libblack_hole_solver.so.1.0.2
shrinking /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/bin/black-hole-solve
checking for references to /build/ in /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0...
gzipping man pages under /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/share/man/
patching script interpreter paths in /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0
stripping (with command strip and flags -S -p) in /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/lib /nix/store/1zpk2snc4jhghacvkls2jyfjyxljdpv4-black-hole-solver-x86_64-unknown-linux-gnufilc0-1.14.0/bin
blast-2.14.1
error: Cannot build '/nix/store/7yls5n158gw1r2m38rmmdcyybc28g9sq-blast-x86_64-unknown-linux-gnufilc0-2.14.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/g7d3z3q9l7h1mi46sa6gav0khg283djc-blast-x86_64-unknown-linux-gnufilc0-2.14.1
Last 25 log lines:
> checking for sys/select.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking valgrind/memcheck.h usability... no
> checking valgrind/memcheck.h presence... no
> checking for valgrind/memcheck.h... no
> checking wchar.h usability... yes
> checking wchar.h presence... yes
> checking for wchar.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking cxxabi.h usability... yes
> checking cxxabi.h presence... yes
> checking for cxxabi.h... yes
> checking whether abi::__cxa_demangle is declared... yes
> checking omp.h usability... no
> checking omp.h presence... no
> checking for omp.h... no
> configure: error: --with-openmp explicitly specified, but unavailable with /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang -msse4.2 -std=gnu18 -fgnu89-inline.
For full logs, run:
nix log /nix/store/7yls5n158gw1r2m38rmmdcyybc28g9sq-blast-x86_64-unknown-linux-gnufilc0-2.14.1.drvblink-1.1.0
error: Cannot build '/nix/store/85a8gc46h5p8irjrs99zpnn3qbhxvzkk-blink-x86_64-unknown-linux-gnufilc0-1.1.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/r2y5x5iq1f4dbap8p8ndal5v5ay5q07g-blink-x86_64-unknown-linux-gnufilc0-1.1.0
Last 25 log lines:
> 28 clang-20 0x00000000029f0b8d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
> 29 clang-20 0x00000000029f11b7 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
> 30 clang-20 0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
> 31 clang-20 0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
> 32 clang-20 0x0000000000b840d4 main + 100
> 33 libc.so.6 0x00007ffff7c2a47e
> 34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
> 35 clang-20 0x0000000000c74ed5 _start + 37
> clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
> clang version 20.1.8 (Fil-C 0.684)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
> Build config: +assertions
> clang-20: note: diagnostic msg:
> ********************
>
> PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
> Preprocessed source(s) and associated run script(s) are located at:
> clang-20: note: diagnostic msg: //build/strace-d5a596.c
> clang-20: note: diagnostic msg: //build/strace-d5a596.sh
> clang-20: note: diagnostic msg:
>
> ********************
> make: *** [build/rules.mk:14: o//blink/strace.o] Error 1
For full logs, run:
nix log /nix/store/85a8gc46h5p8irjrs99zpnn3qbhxvzkk-blink-x86_64-unknown-linux-gnufilc0-1.1.0.drvblink1-2.2.0
error: Cannot build '/nix/store/434i06qs05jxfrih8z5qdpaak0ampgik-blink1-x86_64-unknown-linux-gnufilc0-2.2.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ah2d9h1g3qah9av1lxkx2x456gyzlnpb-blink1-x86_64-unknown-linux-gnufilc0-2.2.0
Last 21 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/ccwfyzl948390mhdvdd4q6m5a410mkyp-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation blink1-x86_64-unknown-linux-gnufilc0-2.2.0: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash GIT_TAG=v2.2.0 USBLIB_TYPE=HIDAPI HIDAPI_TYPE=LIBUSB
> Building blink1-tool for OS=linux BLINK1_VERSION=v2.2.0-linux-x86_64 USBLIB_TYPE=HIDAPI
> Type 'make help' for other build products
> true
> clang -Wall -Wno-format -Wno-pointer-to-int-cast -DUSE_HIDAPI -I./hidapi/hidapi `pkg-config libusb-1.0 --cflags` -fPIC -Wall -std=gnu99 -DBLINK1_VERSION=\""v2.2.0-linux-"x86_64""\" -c hidapi/libusb/hid.c -o hidapi/libusb/hid.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> hidapi/libusb/hid.c:47:10: fatal error: 'libusb.h' file not found
> 47 | #include <libusb.h>
> | ^~~~~~~~~~
> 1 error generated.
> make: *** [Makefile:556: hidapi/libusb/hid.o] Error 1
For full logs, run:
nix log /nix/store/434i06qs05jxfrih8z5qdpaak0ampgik-blink1-x86_64-unknown-linux-gnufilc0-2.2.0.drvblis-1.1
error: Cannot build '/nix/store/njh2nv9wr0rsffi2azh0nchsbjab9l77-blis-x86_64-unknown-linux-gnufilc0-1.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/7ymdn5mirwbwq4xbl67367yyigc9mzwx-blis-x86_64-unknown-linux-gnufilc0-1.1
Last 25 log lines:
> -h, --help Output this information and quit.
>
> Environment Variables:
>
> CC Specifies the C compiler to use.
> CXX Specifies the C++ compiler to use (sandbox only).
> FC Specifies the Fortran compiler to use (only to determine --complex-return).
> AR Specifies the static library archiver to use.
> RANLIB Specifies the ranlib (library indexer) executable to use.
> PYTHON Specifies the python interpreter to use.
> CFLAGS Specifies additional compiler flags to use (prepended).
> LDFLAGS Specifies additional linker flags to use (prepended).
> LIBPTHREAD Pthreads library to use.
>
> Environment variables are traditionally set prior to running configure:
>
> CC=gcc ./configure [options] haswell
>
> However, they may also be specified as command line options, e.g.:
>
> ./configure [options] CC=gcc haswell
>
> Note that not all compilers are compatible with a given
> configuration.
>
For full logs, run:
nix log /nix/store/njh2nv9wr0rsffi2azh0nchsbjab9l77-blis-x86_64-unknown-linux-gnufilc0-1.1.drvblogc-0.20.1
error: Cannot build '/nix/store/8npz3kg48pkh67pxhfyj0001652q29n3-blogc-x86_64-unknown-linux-gnufilc0-0.20.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/j24rr6n8km4xb9d6x4v2lk0r4kraa8ls-blogc-x86_64-unknown-linux-gnufilc0-0.20.1
Last 25 log lines:
> CCLD libblogc_git_receiver.la
> CCLD blogc-git-receiver
> CC src/blogc-make/blogc_make-main.o
> CC src/blogc-make/libblogc_make_la-atom.lo
> CC src/blogc-make/libblogc_make_la-ctx.lo
> CC src/blogc-make/libblogc_make_la-exec.lo
> CC src/blogc-make/libblogc_make_la-exec-native.lo
> CC src/blogc-make/libblogc_make_la-httpd.lo
> CC src/blogc-make/libblogc_make_la-reloader.lo
> CC src/blogc-make/libblogc_make_la-rules.lo
> CC src/blogc-make/libblogc_make_la-settings.lo
> CC src/blogc-make/libblogc_make_la-utils.lo
> CCLD libblogc_make.la
> CCLD blogc-make
> CC src/blogc-runserver/blogc_runserver-main.o
> CC src/blogc-runserver/libblogc_runserver_la-httpd.lo
> CC src/blogc-runserver/libblogc_runserver_la-httpd-utils.lo
> CC src/blogc-runserver/libblogc_runserver_la-mime.lo
> CCLD libblogc_runserver.la
> CCLD blogc-runserver
> GEN blogc.1
> error: ronn not found. failed to build man page: blogc.1
> make[1]: *** [Makefile:4174: blogc.1] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:1930: all] Error 2
For full logs, run:
nix log /nix/store/8npz3kg48pkh67pxhfyj0001652q29n3-blogc-x86_64-unknown-linux-gnufilc0-0.20.1.drvblst-0.3.14
error: Cannot build '/nix/store/bb5w9r8rga31kvvsa6fc18g8m1l60z9d-blst-x86_64-unknown-linux-gnufilc0-0.3.14.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/fkxa88j4n7na0bk8rppb53p4s95v797b-blst-x86_64-unknown-linux-gnufilc0-0.3.14
Last 13 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/6y6r76sab2b1595zwcl65pl1l1i60nf8-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> + clang -O2 -fno-builtin -fPIC -Wall -Wextra -Werror -D__ADX__ -c ./src/server.c
> + clang -O2 -fno-builtin -fPIC -Wall -Wextra -Werror -D__ADX__ -c ./build/assembly.S
> clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
> sarcasm: /build/assembly-00569d.s: function 'blst_sha256_block_data_order_shaext' has no signature annotation (add one to its label, e.g. `blst_sha256_block_data_order_shaext: ;! int(ptr)`)
For full logs, run:
nix log /nix/store/bb5w9r8rga31kvvsa6fc18g8m1l60z9d-blst-x86_64-unknown-linux-gnufilc0-0.3.14.drvbmrsa-11
error: Cannot build '/nix/store/2z8p7sblgkfih1d95qpz1brz2ldw9kdl-bmrsa-x86_64-unknown-linux-gnufilc0-11.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/6g847fn0ha91mjyp30nmp6l48mcd5zz4-bmrsa-x86_64-unknown-linux-gnufilc0-11
Last 22 log lines:
> Running phase: unpackPhase
> Archive: /nix/store/1ahad46w10n9ycdyqi66gpgzld1g1hn9-bmrsa11.zip
> inflating: bignum.cpp
> inflating: bignum.h
> inflating: bmrsa
> inflating: bmrsa.cpp
> inflating: bmrsa.exe
> inflating: demo.bat
> inflating: Makefile
> inflating: README
> inflating: README.linux
> inflating: README.txt
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> g++ -c bmrsa.cpp
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
> make: *** [Makefile:36: bmrsa.o] Error 127
For full logs, run:
nix log /nix/store/2z8p7sblgkfih1d95qpz1brz2ldw9kdl-bmrsa-x86_64-unknown-linux-gnufilc0-11.drvbngblaster-0.9.15
error: Cannot build '/nix/store/k32s4wsam1qwmxhld082j6gwa2sqbzsn-bngblaster-x86_64-unknown-linux-gnufilc0-0.9.15.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/migzf2cl7yrhwf0rkywsnvdd960qwxky-bngblaster-x86_64-unknown-linux-gnufilc0-0.9.15bolt-20.1.8
error: Cannot build '/nix/store/nzw9240vnj47188jnlrxgdfjdzn6fpx2-bolt-x86_64-unknown-linux-gnufilc0-20.1.8.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/kyqkl04hm1z1cjh25ag41shsah28kxv0-bolt-x86_64-unknown-linux-gnufilc0-20.1.8
/nix/store/p7i7hc2ff287fd54ksgc591c0ca67gbl-bolt-x86_64-unknown-linux-gnufilc0-20.1.8-devbolt-21.1.0-rc1
error: Cannot build '/nix/store/40g7yzgpz6jxnsa9xhzb3756y8irmvyh-bolt-x86_64-unknown-linux-gnufilc0-21.1.0-rc1.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/pfwxnrxzi7nf358cdzsjqqmg7c7ih5bv-bolt-x86_64-unknown-linux-gnufilc0-21.1.0-rc1
/nix/store/w2v3nbgi7231msb0d4p0wlp5skpzc5ck-bolt-x86_64-unknown-linux-gnufilc0-21.1.0-rc1-devbonnie++-2.00a
error: Cannot build '/nix/store/grvy4yy9r84n8v52mgvsrf73k5xnybbx-bonnie++-x86_64-unknown-linux-gnufilc0-2.00a.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/w4qiyad6550xmmqnsm95ys2bba010kc9-bonnie++-x86_64-unknown-linux-gnufilc0-2.00a
Last 25 log lines:
> checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
> checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for size_t... yes
> checking algorithm usability... yes
> checking algorithm presence... yes
> checking for algorithm... yes
> checking algo.h usability... no
> checking algo.h presence... no
> checking for algo.h... no
> checking algo usability... no
> checking algo presence... no
> checking for algo... no
> configure: error: in `/build/bonnie++-2.00a':
> configure: error: cannot run test program while cross compiling
> See `config.log' for more details
For full logs, run:
nix log /nix/store/grvy4yy9r84n8v52mgvsrf73k5xnybbx-bonnie++-x86_64-unknown-linux-gnufilc0-2.00a.drvboolector-3.2.3
error: Cannot build '/nix/store/bp7g416xcapga270fp5f893zdficgnf9-boolector-x86_64-unknown-linux-gnufilc0-3.2.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/j05ms2f1cgsq07cmgvkn98338547ms7a-boolector-x86_64-unknown-linux-gnufilc0-3.2.3
Last 25 log lines:
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_sqrt'
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_log'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/btormc.dir/build.make:104: bin/btormc] Error 1
> make[1]: *** [CMakeFiles/Makefile2:270: src/CMakeFiles/btormc.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> [ 94%] Linking C executable ../bin/boolector
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_sqrt'
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_log'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/boolector-bin.dir/build.make:120: bin/boolector] Error 1
> make[1]: *** [CMakeFiles/Makefile2:238: src/CMakeFiles/boolector-bin.dir/all] Error 2
> [ 94%] Linking C executable ../bin/btoruntrace
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_sqrt'
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_log'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/btoruntrace.dir/build.make:104: bin/btoruntrace] Error 1
> make[1]: *** [CMakeFiles/Makefile2:334: src/CMakeFiles/btoruntrace.dir/all] Error 2
> [ 96%] Linking C executable ../bin/btormbt
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_sqrt'
> ../lib/libboolector.so: error: undefined reference to 'pizlonated_log'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/btormbt.dir/build.make:104: bin/btormbt] Error 1
> make[1]: *** [CMakeFiles/Makefile2:302: src/CMakeFiles/btormbt.dir/all] Error 2
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/bp7g416xcapga270fp5f893zdficgnf9-boolector-x86_64-unknown-linux-gnufilc0-3.2.3.drvboost-build-4.4.1
error: Cannot build '/nix/store/ij8sbbf0iw8gwib0sw07hlfknvfvrk7n-boost-build-x86_64-unknown-linux-gnufilc0-4.4.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/f81dcmmxmq45sr47h2vblbpj2i8sxpgf-boost-build-x86_64-unknown-linux-gnufilc0-4.4.1
Last 25 log lines:
> ###
> ###
>
> clang version 20.1.8 (Fil-C 0.684)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
> Build config: +assertions
>
> ###
> ###
>
> > clang++ -x c++ -std=c++11 -O3 -s -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filesys.cpp filent.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam_strings.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp -o b2
> execunix.cpp:258:33: error: use of undeclared identifier 'vfork'; did you mean 'fork'?
> 258 | if ( ( cmdtab[ slot ].pid = vfork() ) == -1 )
> | ^~~~~
> | fork
> /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/unistd.h:778:16: note: 'fork' declared here
> 778 | extern __pid_t fork (void) __THROWNL;
> | ^
> 1 error generated.
> > cp b2 bjam
> cp: cannot stat 'b2': No such file or directory
>
> Failed to build the B2 engine.
For full logs, run:
nix log /nix/store/ij8sbbf0iw8gwib0sw07hlfknvfvrk7n-boost-build-x86_64-unknown-linux-gnufilc0-4.4.1.drvboost-1.77.0
error: Cannot build '/nix/store/7pvlv26kn1k0ivzap6np1naj7jakha5d-boost-x86_64-unknown-linux-gnufilc0-1.77.0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/10650xl4ha5znfklg9r3cldqjwlvxn42-boost-x86_64-unknown-linux-gnufilc0-1.77.0
/nix/store/wl7zgi12ddp7jnh54pdhamjpdcv3d3za-boost-x86_64-unknown-linux-gnufilc0-1.77.0-dev
Last 25 log lines:
> | ^
> ./boost/type_traits/intrinsics.hpp:199:48: note: expanded from macro 'BOOST_HAS_NOTHROW_CONSTRUCTOR'
> 199 | # define BOOST_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) && is_default_constructible<T>::value)
> | ^
> In file included from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> In file included from ./boost/wave/cpplexer/cpp_lex_token.hpp:27:
> In file included from ./boost/optional.hpp:15:
> In file included from ./boost/optional/optional.hpp:47:
> In file included from ./boost/type_traits/is_nothrow_move_assignable.hpp:16:
> ./boost/type_traits/has_nothrow_assign.hpp:65:7: warning: builtin __has_nothrow_assign is deprecated; use __is_nothrow_assignable instead [-Wdeprecated-builtins]
> 65 | BOOST_HAS_NOTHROW_ASSIGN(T)
> | ^
> ./boost/type_traits/intrinsics.hpp:205:43: note: expanded from macro 'BOOST_HAS_NOTHROW_ASSIGN'
> 205 | # define BOOST_HAS_NOTHROW_ASSIGN(T) (__has_nothrow_assign(T) && !is_volatile<T>::value && is_assignable<T&, const T&>::value)
> | ^
> 2 warnings generated.
> gcc.link.dll bin.v2/libs/wave/build/gcc-cross/release/threadapi-pthread/threading-multi/visibility-hidden/libboost_wave.so.1.77.0
> boost-install.generate-cmake-variant- bin.v2/libs/wave/build/gcc-cross/release/threadapi-pthread/threading-multi/visibility-hidden/libboost_wave-variant-shared.cmake
> common.copy /build/boost_1_77_0/stage/lib/cmake/boost_wave-1.77.0/libboost_wave-variant-shared.cmake
> common.copy /build/boost_1_77_0/stage/lib/libboost_wave.so.1.77.0
> ...on 1000th target...
> ln-UNIX /build/boost_1_77_0/stage/lib/libboost_wave.so
> ...failed updating 3 targets...
> ...skipped 15 targets...
> ...updated 997 targets...
For full logs, run:
nix log /nix/store/7pvlv26kn1k0ivzap6np1naj7jakha5d-boost-x86_64-unknown-linux-gnufilc0-1.77.0.drvbmrsa-11
error: build of '/nix/store/2z8p7sblgkfih1d95qpz1brz2ldw9kdl-bmrsa-x86_64-unknown-linux-gnufilc0-11.drv^*', '/nix/store/40g7yzgpz6jxnsa9xhzb3756y8irmvyh-bolt-x86_64-unknown-linux-gnufilc0-21.1.0-rc1.drv^*', '/nix/store/434i06qs05jxfrih8z5qdpaak0ampgik-blink1-x86_64-unknown-linux-gnufilc0-2.2.0.drv^*', '/nix/store/7pvlv26kn1k0ivzap6np1naj7jakha5d-boost-x86_64-unknown-linux-gnufilc0-1.77.0.drv^*', '/nix/store/7yls5n158gw1r2m38rmmdcyybc28g9sq-blast-x86_64-unknown-linux-gnufilc0-2.14.1.drv^*', '/nix/store/85a8gc46h5p8irjrs99zpnn3qbhxvzkk-blink-x86_64-unknown-linux-gnufilc0-1.1.0.drv^*', '/nix/store/8npz3kg48pkh67pxhfyj0001652q29n3-blogc-x86_64-unknown-linux-gnufilc0-0.20.1.drv^*', '/nix/store/bb5w9r8rga31kvvsa6fc18g8m1l60z9d-blst-x86_64-unknown-linux-gnufilc0-0.3.14.drv^*', '/nix/store/bp7g416xcapga270fp5f893zdficgnf9-boolector-x86_64-unknown-linux-gnufilc0-3.2.3.drv^*', '/nix/store/grvy4yy9r84n8v52mgvsrf73k5xnybbx-bonnie++-x86_64-unknown-linux-gnufilc0-2.00a.drv^*', '/nix/store/ij8sbbf0iw8gwib0sw07hlfknvfvrk7n-boost-build-x86_64-unknown-linux-gnufilc0-4.4.1.drv^*', '/nix/store/k32s4wsam1qwmxhld082j6gwa2sqbzsn-bngblaster-x86_64-unknown-linux-gnufilc0-0.9.15.drv^*', '/nix/store/njh2nv9wr0rsffi2azh0nchsbjab9l77-blis-x86_64-unknown-linux-gnufilc0-1.1.drv^*', '/nix/store/nzw9240vnj47188jnlrxgdfjdzn6fpx2-bolt-x86_64-unknown-linux-gnufilc0-20.1.8.drv^*' failed
End of log