Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash at startup parsing a filter chain #1218

Open
whataboutpereira opened this issue Jul 1, 2023 · 9 comments
Open

crash at startup parsing a filter chain #1218

whataboutpereira opened this issue Jul 1, 2023 · 9 comments

Comments

@whataboutpereira
Copy link

I just tried upgrading from 6.8.0p2 to 7.3.0p1 on AlmaLinux 8 and using the previously working configuration smtpd segfaults at startup.

Starting program: /usr/sbin/smtpd -dv
Program received signal SIGSEGV, Segmentation fault.
0x00005555554359f4 in yyparse () at ../../usr.sbin/smtpd/parse.y:1898
1898 filter_config->chain[filter_config->chain_size - 1] = $1;

I've tracked it down to using filter chains.

These will crash:

listen on 0.0.0.0 tls pki anything filter { rdns-reject, fcrdns-reject, rspamd }
filter incoming-filters chain { rdns-reject, fcrdns-reject, rspamd }
listen on 0.0.0.0 tls pki anything filter incoming-filter

This works:

listen on 0.0.0.0 tls pki anything filter rspamd

I rebuilt from the 6.8.0p2 SRPM with bundled libasr and libtls.

Any ideas?

@omar-polo
Copy link
Contributor

omar-polo commented Jul 1, 2023

Nothing in particular stands out to me, I have two installation (one on alpine linux and one on freebsd) and both have multiple filters enabled.

However, parse.y:1898 is right after a reallocarray. It's just a wild guess, but maybe the configure script is mis-detecting the function. Can you please share the compilation output (both from configure and make)? I'll try to fire up a vm with alma linux and reproduce in the meantime.

Thanks!

@omar-polo omar-polo changed the title smtpd v7.3.0 crashes at startup when using a filter chain crash at startup parsing a filter chain Jul 1, 2023
@whataboutpereira
Copy link
Author

Here's the output from rpmbuild. Should have both outputs?

rpmbuild -ba SPECS/opensmtpd.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.umVaZo
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd /root/rpmbuild/BUILD
+ rm -rf opensmtpd-7.3.0p1
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/opensmtpd-7.3.0p1.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd opensmtpd-7.3.0p1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5kTIIb
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd opensmtpd-7.3.0p1
+ export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./config.guess
++ basename ./config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
'/usr/lib/rpm/redhat/config.guess' -> './config.guess'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./config.sub
++ basename ./config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
'/usr/lib/rpm/redhat/config.sub' -> './config.sub'
+ '[' 1 = 1 ']'
+ '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']'
++ find . -name ltmain.sh
+ for i in $(find . -name ltmain.sh)
+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh
+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc/opensmtpd --with-path-CAfile=/etc/pki/tls/cert.pem --with-mantype=man --with-auth-pam=smtp --with-table-db --with-user-smtpd=smtpd --with-user-queue=smtpq --with-group-queue=smtpq --with-path-empty=/var/empty/smtpd --with-path-socket=/var/run --without-rpath --with-bundled-libtls --with-bundled-libasr
configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-bundled-libtls, --with-bundled-libasr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
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... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for x86_64-redhat-linux-gnu-ar... no
checking for x86_64-redhat-linux-gnu-lib... no
checking for x86_64-redhat-linux-gnu-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-redhat-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-redhat-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-redhat-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for x86_64-redhat-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-redhat-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for cat... /usr/bin/cat
checking for chmod... /usr/bin/chmod
checking for chown... /usr/bin/chown
checking for zcat... /usr/bin/zcat
checking for sed... (cached) /usr/bin/sed
checking for bash... /usr/bin/bash
checking for ksh... (cached) /usr/bin/bash
checking for sh... (cached) /usr/bin/bash
checking for sh... /usr/bin/sh
checking for groff... /usr/bin/groff
checking for nroff... /usr/bin/nroff
checking for mandoc... no
checking for bison... bison -y
checking for x86_64-redhat-linux-gnu-pkg-config... /usr/bin/x86_64-redhat-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libbsd-overlay... no
checking for libbsd-ctor... no
checking for arpa/nameser_compat.h... yes
checking for crypt.h... yes
checking for dirent.h... yes
checking for err.h... yes
checking for fcntl.h... yes
checking for getopt.h... yes
checking for grp.h... yes
checking for libgen.h... yes
checking for libutil.h... no
checking for limits.h... yes
checking for maillock.h... no
checking for mach/mach_time.h... no
checking for ndir.h... no
checking for netdb.h... yes
checking for pam/pam_appl.h... no
checking for paths.h... yes
checking for security/pam_appl.h... yes
checking for shadow.h... yes
checking for sys/dir.h... yes
checking for sys/file.h... yes
checking for sys/mount.h... yes
checking for sys/ndir.h... no
checking for sys/pstat.h... no
checking for sys/statfs.h... yes
checking for sys/time.h... yes
checking for sys/un.h... yes
checking for time.h... yes
checking for ucred.h... no
checking for util.h... no
checking for vis.h... no
checking for login_cap.h... no
checking for sys/mount.h... (cached) yes
checking for fts.h... yes
checking for long long... yes
checking for unsigned long long... yes
checking for long double... yes
checking for u_int... yes
checking for u_char... yes
checking size of short int... 2
checking size of int... 4
checking size of long int... 8
checking size of long long int... 8
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for intptr_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uintptr_t... yes
checking for uintmax_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking for mode_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking for socklen_t... yes
checking for sig_atomic_t... yes
checking for fsblkcnt_t... yes
checking for fsfilcnt_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for sa_family_t... yes
checking for struct timespec... yes
checking for struct ifgroupreq... no
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
checking for struct timeval... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether LLONG_MAX is declared... yes
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct passwd.pw_gecos... yes
checking for struct passwd.pw_class... no
checking for struct passwd.pw_change... no
checking for struct passwd.pw_expire... no
checking for struct stat.st_flags... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_storage.ss_len... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for struct statfs.f_favail... no
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for struct tm.tm_gmtoff... yes
checking for struct tm.tm_zone... yes
checking for struct DIR.d_type... no
checking whether O_NONBLOCK is declared... yes
checking whether AF_LOCAL is declared... yes
checking whether PF_LOCAL is declared... yes
checking whether IPPORT_HILASTAUTO is declared... no
checking whether IPV6_ADDR_SCOPE_INTFACELOCAL is declared... no
checking whether WAIT_MYPGRP is declared... yes
checking whether writev is declared... yes
checking whether LOG_PERROR is declared... yes
checking whether suboptarg is declared... no
checking for inline... inline
checking for library containing basename... none required
checking for library containing closefrom... no
checking for library containing fmt_scaled... no
checking for library containing dirname... none required
checking for library containing inet_net_pton... -lresolv
checking for library containing clock_gettime... none required
checking for library containing fts_open... none required
checking for library containing daemon... none required
checking for library containing fparseln... no
checking for library containing res_hnok... no
checking for library containing res_randomid... no
checking for library containing res_9_b64_ntop... no
checking for library containing __b64_pton... none required
checking for library containing b64_pton... no
checking for library containing __b64_ntop... none required
checking for library containing b64_ntop... no
checking for library containing setsockopt... none required
checking for library containing crypt... -lcrypt
checking for library containing crypt_gensalt... none required
checking for library containing imsg_init... no
checking for asprintf... yes
checking for arc4random... no
checking for bcopy... yes
checking for calloc_conceal... no
checking for chflags... no
checking for crypt_checkpass... no
checking for dirfd... yes
checking for err... yes
checking for errc... no
checking for errx... yes
checking for explicit_bzero... yes
checking for fchflags... no
checking for fgetln... no
checking for flock... yes
checking for freeaddrinfo... yes
checking for freezero... no
checking for getaddrinfo... yes
checking for getdtablesize... yes
checking for getdtablecount... no
checking for getline... yes
checking for getnameinfo... yes
checking for gettimeofday... yes
checking for getopt... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for getspnam... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for malloc_conceal... no
checking for memmove... yes
checking for nanosleep... yes
checking for nsleep... no
checking for pipe2... yes
checking for pidfile... no
checking for pledge... no
checking for reallocarray... yes
checking for recallocarray... no
checking for res_hnok... no
checking for res_randomid... no
checking for setenv... yes
checking for seteuid... yes
checking for setegid... yes
checking for setproctitle... no
checking for setregid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for setresgid... yes
checking for setsid... yes
checking for signal... yes
checking for sigaction... yes
checking for snprintf... yes
checking for socketpair... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmode... no
checking for strndup... yes
checking for strnlen... yes
checking for strnvis... no
checking for strtonum... no
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for time... yes
checking for timingsafe_memcmp... no
checking for usleep... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for waitpid... yes
checking for warn... yes
checking for warnx... yes
checking whether strsep is declared... yes
checking for strsep... yes
checking whether strlcat is declared... no
checking whether strlcpy is declared... no
checking for /proc/pid/fd directory... yes
checking if gcc supports compile flag -Qunused-arguments... no
checking if gcc supports compile flag -Wunknown-warning-option... no
checking if gcc supports compile flag -Wall... yes
checking if gcc supports compile flag -Wpointer-arith... yes
checking if gcc supports compile flag -Wuninitialized... yes
checking if gcc supports compile flag -Wsign-compare... yes
checking if gcc supports compile flag -Wformat-security... yes
checking if gcc supports compile flag -Wsizeof-pointer-memaccess... yes
checking if gcc supports compile flag -Wpointer-sign... yes
checking if gcc supports compile flag -Wunused-result... yes
checking if gcc supports compile flag -fno-strict-aliasing... yes
checking gcc version... 8.5.0
checking if gcc accepts -fno-builtin-memset... yes
checking if compiler allows __attribute__ on return types... yes
checking compiler and flags for sanity... yes
checking whether system supports SO_PEERCRED getsockopt... yes
checking for dlopen in -ldl... yes
checking for pam_set_item in -lpam... yes
checking for pam_getenvlist... yes
checking for pam_putenv... yes
checking whether pam_strerror takes only one argument... no
checking system mail directory... /var/mail from _PATH_MAILDIR
checking system pid directory... /var/run/ from paths.h
checking for msg_accrights field in struct msghdr... no
checking for msg_control field in struct msghdr... yes
checking if libc defines __progname... yes
checking whether gcc implements __FUNCTION__... yes
checking whether gcc implements __func__... yes
checking whether va_copy exists... yes
checking whether __va_copy exists... yes
checking whether getopt has optreset support... no
checking for event.h... yes
checking if programs using libevent functions will link... yes
checking whether SSL_CTX_use_certificate_chain_mem is available... no
checking whether SSL_CTX_load_verify_mem is available... no
checking whether ECDSA is available... no
checking whether X509_LOOKUP_mem is available... no
checking whether LibreSSL's headers match the library... yes
checking if programs using LibreSSL functions will link... no
checking if programs using LibreSSL need -ldl... no
checking whether LIBRESSL_VERSION_NUMBER is declared... no
checking for zlib.h... yes
checking for deflate in -lz... yes
checking for db_185.h... yes
checking for dbopen in -ldb... no
checking for __db185_open in -ldb... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating openbsd-compat/Makefile
config.status: creating mk/Makefile
config.status: creating mk/mail/Makefile
config.status: creating mk/mail/mail.lmtp/Makefile
config.status: creating mk/mail/mail.maildir/Makefile
config.status: creating mk/mail/mail.mboxfile/Makefile
config.status: creating mk/mail/mail.mda/Makefile
config.status: creating mk/smtpd/Makefile
config.status: creating mk/smtpctl/Makefile
config.status: creating mk/smtp/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/libexec/Makefile
config.status: creating contrib/libexec/mail.local/Makefile
config.status: creating contrib/libexec/lockspool/Makefile
config.status: creating contrib/libexec/encrypt/Makefile
config.status: creating config.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-bundled-libtls, --with-bundled-libasr
+ make -j2
make  all-recursive
make[1]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
Making all in openbsd-compat
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/openbsd-compat'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o empty.o empty.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o arc4random.o arc4random.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o closefrom.o closefrom.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o crypt_checkpass.o crypt_checkpass.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o errc.o errc.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o event_asr_run.o event_asr_run.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o fgetln.o fgetln.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o fmt_scaled.o fmt_scaled.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o fparseln.o fparseln.c
fmt_scaled.c: In function 'fmt_scaled':
fmt_scaled.c:278:52: warning: '%1lld' directive output may be truncated writing between 1 and 17 bytes into a region of size between 0 and 5 [-Wformat-truncation=]
   (void)snprintf(result, FMT_SCALED_STRSIZE, "%lld.%1lld%c",
                                                    ^~~~~
fmt_scaled.c:278:46: note: directive argument in the range [-9007199254740991, 9]
   (void)snprintf(result, FMT_SCALED_STRSIZE, "%lld.%1lld%c",
                                              ^~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:873,
                 from openbsd-compat.h:198,
                 from includes.h:71,
                 from fmt_scaled.c:41:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 40 bytes into a destination of size 7
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o freezero.o freezero.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o getpeereid.o getpeereid.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o imsg.o imsg.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o imsg-buffer.o imsg-buffer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o pidfile.o pidfile.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o recallocarray.o recallocarray.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o res_hnok.o res_hnok.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o res_random.o res_random.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o setproctitle.o setproctitle.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o SSL_CTX_use_certificate_chain_mem.o SSL_CTX_use_certificate_chain_mem.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o strlcat.o strlcat.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o strlcpy.o strlcpy.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o strmode.o strmode.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o strtonum.o strtonum.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o timingsafe_memcmp.o timingsafe_memcmp.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o vis.o vis.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o getsubopt.o getsubopt.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/asr.o libasr/asr.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/asr_debug.o libasr/asr_debug.c
libasr/asr.c:139:1: warning: '_asr_resolver_done_tp' defined but not used [-Wunused-function]
 _asr_resolver_done_tp(void *arg)
 ^~~~~~~~~~~~~~~~~~~~~
In file included from libasr/asr_private.h:20,
                 from libasr/asr.c:40:
libasr/asr_compat.h:22:26: warning: '__thread_name__asr' defined but not used [-Wunused-variable]
 #define __THREAD_NAME(x) __thread_name_ ## x
                          ^~~~~~~~~~~~~~
libasr/asr.c:62:14: note: in expansion of macro '__THREAD_NAME'
 static void *__THREAD_NAME(_asr);
              ^~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/asr_compat.o libasr/asr_compat.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/asr_utils.o libasr/asr_utils.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/getaddrinfo_async.o libasr/getaddrinfo_async.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/gethostnamadr_async.o libasr/gethostnamadr_async.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/getnameinfo_async.o libasr/getnameinfo_async.c
libasr/getnameinfo_async.c: In function '_servname':
libasr/getnameinfo_async.c:216:19: warning: unused variable 's' [-Wunused-variable]
  struct servent   s;
                   ^
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/getnetnamadr_async.o libasr/getnetnamadr_async.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/res_search_async.o libasr/res_search_async.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libasr/res_send_async.o libasr/res_send_async.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/asn.o libtls/asn.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls.o libtls/tls.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_client.o libtls/tls_client.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_bio_cb.o libtls/tls_bio_cb.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_config.o libtls/tls_config.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_conninfo.o libtls/tls_conninfo.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_keypair.o libtls/tls_keypair.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_server.o libtls/tls_server.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_ocsp.o libtls/tls_ocsp.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_peer.o libtls/tls_peer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_util.o libtls/tls_util.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/tls_verify.o libtls/tls_verify.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/by_mem.o libtls/by_mem.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../usr.sbin/smtpd -I../openbsd-compat -I../openbsd-compat/libasr -I../openbsd-compat/libtls -I../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o libtls/openssl.o libtls/openssl.c
rm -f libopenbsd.a
ar cru libopenbsd.a empty.o libasr/asr.o libasr/asr_debug.o libasr/asr_compat.o libasr/asr_utils.o libasr/getaddrinfo_async.o libasr/gethostnamadr_async.o libasr/getnameinfo_async.o libasr/getnetnamadr_async.o libasr/res_search_async.o libasr/res_send_async.o libtls/asn.o libtls/tls.o libtls/tls_client.o libtls/tls_bio_cb.o libtls/tls_config.o libtls/tls_conninfo.o libtls/tls_keypair.o libtls/tls_server.o libtls/tls_ocsp.o libtls/tls_peer.o libtls/tls_util.o libtls/tls_verify.o libtls/by_mem.o libtls/openssl.o  arc4random.o    closefrom.o crypt_checkpass.o    errc.o event_asr_run.o  fgetln.o fmt_scaled.o fparseln.o freezero.o  getpeereid.o imsg.o imsg-buffer.o   pidfile.o   recallocarray.o res_hnok.o res_random.o setproctitle.o      SSL_CTX_use_certificate_chain_mem.o  strlcat.o strlcpy.o strmode.o  strtonum.o   timingsafe_memcmp.o  vis.o  getsubopt.o
ranlib libopenbsd.a
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/openbsd-compat'
Making all in mk
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
Making all in smtpd
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-aliases.o `test -f '../../usr.sbin/smtpd/aliases.c' || echo './'`../../usr.sbin/smtpd/aliases.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-bounce.o `test -f '../../usr.sbin/smtpd/bounce.c' || echo './'`../../usr.sbin/smtpd/bounce.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-ca.o `test -f '../../usr.sbin/smtpd/ca.c' || echo './'`../../usr.sbin/smtpd/ca.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-compress_backend.o `test -f '../../usr.sbin/smtpd/compress_backend.c' || echo './'`../../usr.sbin/smtpd/compress_backend.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-config.o `test -f '../../usr.sbin/smtpd/config.c' || echo './'`../../usr.sbin/smtpd/config.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-control.o `test -f '../../usr.sbin/smtpd/control.c' || echo './'`../../usr.sbin/smtpd/control.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-dict.o `test -f '../../usr.sbin/smtpd/dict.c' || echo './'`../../usr.sbin/smtpd/dict.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-dispatcher.o `test -f '../../usr.sbin/smtpd/dispatcher.c' || echo './'`../../usr.sbin/smtpd/dispatcher.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-dns.o `test -f '../../usr.sbin/smtpd/dns.c' || echo './'`../../usr.sbin/smtpd/dns.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-esc.o `test -f '../../usr.sbin/smtpd/esc.c' || echo './'`../../usr.sbin/smtpd/esc.c
../../usr.sbin/smtpd/esc.c: In function 'esc_code':
../../usr.sbin/smtpd/esc.c:106:44: warning: '%d' directive output may be truncated writing between 1 and 9 bytes into a region of size between 0 and 4 [-Wformat-truncation=]
  (void)snprintf(buffer, sizeof buffer, "%d.%d.%d", class, code / 10, code % 10);
                                            ^~
../../usr.sbin/smtpd/esc.c:106:40: note: directive argument in the range [0, 429496729]
  (void)snprintf(buffer, sizeof buffer, "%d.%d.%d", class, code / 10, code % 10);
                                        ^~~~~~~~~~
../../usr.sbin/smtpd/esc.c:106:40: note: directive argument in the range [0, 9]
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/esc.c:19:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 6 and 24 bytes into a destination of size 6
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-envelope.o `test -f '../../usr.sbin/smtpd/envelope.c' || echo './'`../../usr.sbin/smtpd/envelope.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-expand.o `test -f '../../usr.sbin/smtpd/expand.c' || echo './'`../../usr.sbin/smtpd/expand.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-forward.o `test -f '../../usr.sbin/smtpd/forward.c' || echo './'`../../usr.sbin/smtpd/forward.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-iobuf.o `test -f '../../usr.sbin/smtpd/iobuf.c' || echo './'`../../usr.sbin/smtpd/iobuf.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-limit.o `test -f '../../usr.sbin/smtpd/limit.c' || echo './'`../../usr.sbin/smtpd/limit.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-lka.o `test -f '../../usr.sbin/smtpd/lka.c' || echo './'`../../usr.sbin/smtpd/lka.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-lka_filter.o `test -f '../../usr.sbin/smtpd/lka_filter.c' || echo './'`../../usr.sbin/smtpd/lka_filter.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-lka_session.o `test -f '../../usr.sbin/smtpd/lka_session.c' || echo './'`../../usr.sbin/smtpd/lka_session.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-log.o `test -f '../../usr.sbin/smtpd/log.c' || echo './'`../../usr.sbin/smtpd/log.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mda.o `test -f '../../usr.sbin/smtpd/mda.c' || echo './'`../../usr.sbin/smtpd/mda.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mda_mbox.o `test -f '../../usr.sbin/smtpd/mda_mbox.c' || echo './'`../../usr.sbin/smtpd/mda_mbox.c
../../usr.sbin/smtpd/mda.c: In function 'mda_drain':
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c: In function 'mda_imsg':
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mda.c:793:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s:%s", u->usertable, u->name);
                                    ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mda.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mda_unpriv.o `test -f '../../usr.sbin/smtpd/mda_unpriv.c' || echo './'`../../usr.sbin/smtpd/mda_unpriv.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mda_variables.o `test -f '../../usr.sbin/smtpd/mda_variables.c' || echo './'`../../usr.sbin/smtpd/mda_variables.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mproc.o `test -f '../../usr.sbin/smtpd/mproc.c' || echo './'`../../usr.sbin/smtpd/mproc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mailaddr.o `test -f '../../usr.sbin/smtpd/mailaddr.c' || echo './'`../../usr.sbin/smtpd/mailaddr.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mta.o `test -f '../../usr.sbin/smtpd/mta.c' || echo './'`../../usr.sbin/smtpd/mta.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-mta_session.o `test -f '../../usr.sbin/smtpd/mta_session.c' || echo './'`../../usr.sbin/smtpd/mta_session.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-parse.o `test -f '../../usr.sbin/smtpd/parse.c' || echo './'`../../usr.sbin/smtpd/parse.c
../../usr.sbin/smtpd/parse.y: In function 'yyerror':
../../usr.sbin/smtpd/parse.y:2637:6: warning: implicit declaration of function 'vasprintf'; did you mean 'xasprintf'? [-Wimplicit-function-declaration]
  if (vasprintf(&msg, fmt, ap) == -1)
      ^~~~~~~~~
      xasprintf
../../usr.sbin/smtpd/parse.y: In function 'lungetc':
../../usr.sbin/smtpd/parse.y:2847:13: warning: implicit declaration of function 'reallocarray'; did you mean 'recallocarray'? [-Wimplicit-function-declaration]
   void *p = reallocarray(file->ungetbuf, file->ungetsize, 2);
             ^~~~~~~~~~~~
             recallocarray
../../usr.sbin/smtpd/parse.y:2847:13: warning: initialization of 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
../../usr.sbin/smtpd/parse.y: In function 'yyparse':
../../usr.sbin/smtpd/parse.y:686:2: warning: implicit declaration of function 'asprintf'; did you mean 'xasprintf'? [-Wimplicit-function-declaration]
  asprintf(&dsp->u.local.command, PATH_LIBEXEC"/mail.local -f %%{mbox.from} -- %%{user.username}");
  ^~~~~~~~
  xasprintf
../../usr.sbin/smtpd/parse.y:1895:23: warning: assignment to 'const char **' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  filter_config->chain = reallocarray(filter_config->chain, filter_config->chain_size, sizeof(char *));
                       ^
../../usr.sbin/smtpd/mta.c: In function 'mta_imsg':
../../usr.sbin/smtpd/mta.c:411:17: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 2045 [-Wformat-truncation=]
        "%s|%llu|%s",
                 ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mta.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 4 or more bytes (assuming 2051) into a destination of size 2048
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mta.c:2045:99: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 908 and 972 [-Wformat-truncation=]
  (void)snprintf(buf, sizeof(buf), "%s refcount=%d ntask=%zu nconn=%zu lastconn=%s timeout=%s wait=%s%s",
                                                                                                   ^~
../../usr.sbin/smtpd/mta.c:2052:6:
      flags,
      ~~~~~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mta.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 53 or more bytes (assuming 1146) into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/mta.c:2093:74: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 903 and 967 [-Wformat-truncation=]
       "  connector %s refcount=%d nconn=%zu lastconn=%s timeout=%s flags=%s",
                                                                          ^~
../../usr.sbin/smtpd/mta.c:2099:7:
       flags);
       ~~~~~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/mta.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 58 or more bytes (assuming 1145) into a destination of size 1024
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-proxy.o `test -f '../../usr.sbin/smtpd/proxy.c' || echo './'`../../usr.sbin/smtpd/proxy.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-queue.o `test -f '../../usr.sbin/smtpd/queue.c' || echo './'`../../usr.sbin/smtpd/queue.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-queue_backend.o `test -f '../../usr.sbin/smtpd/queue_backend.c' || echo './'`../../usr.sbin/smtpd/queue_backend.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-report_smtp.o `test -f '../../usr.sbin/smtpd/report_smtp.c' || echo './'`../../usr.sbin/smtpd/report_smtp.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-resolver.o `test -f '../../usr.sbin/smtpd/resolver.c' || echo './'`../../usr.sbin/smtpd/resolver.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-rfc5322.o `test -f '../../usr.sbin/smtpd/rfc5322.c' || echo './'`../../usr.sbin/smtpd/rfc5322.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-ruleset.o `test -f '../../usr.sbin/smtpd/ruleset.c' || echo './'`../../usr.sbin/smtpd/ruleset.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-runq.o `test -f '../../usr.sbin/smtpd/runq.c' || echo './'`../../usr.sbin/smtpd/runq.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-scheduler.o `test -f '../../usr.sbin/smtpd/scheduler.c' || echo './'`../../usr.sbin/smtpd/scheduler.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-scheduler_backend.o `test -f '../../usr.sbin/smtpd/scheduler_backend.c' || echo './'`../../usr.sbin/smtpd/scheduler_backend.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-smtp.o `test -f '../../usr.sbin/smtpd/smtp.c' || echo './'`../../usr.sbin/smtpd/smtp.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-smtp_session.o `test -f '../../usr.sbin/smtpd/smtp_session.c' || echo './'`../../usr.sbin/smtpd/smtp_session.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-smtpd.o `test -f '../../usr.sbin/smtpd/smtpd.c' || echo './'`../../usr.sbin/smtpd/smtpd.c
../../usr.sbin/smtpd/smtpd.c: In function 'parent_imsg':
../../usr.sbin/smtpd/smtpd.c:1515:65: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 101 [-Wformat-truncation=]
../../usr.sbin/smtpd/smtpd.c:1479:24:
      ": %s as %s", id, deliver->userinfo.username,
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
../../usr.sbin/smtpd/smtpd.c:1515:65:
   (void)snprintf(ebuf, sizeof ebuf, "not allowed to deliver to: %s",
                                                                 ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/smtpd.c:21:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 28 and 283 bytes into a destination of size 128
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-srs.o `test -f '../../usr.sbin/smtpd/srs.c' || echo './'`../../usr.sbin/smtpd/srs.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-ssl.o `test -f '../../usr.sbin/smtpd/ssl.c' || echo './'`../../usr.sbin/smtpd/ssl.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-stat_backend.o `test -f '../../usr.sbin/smtpd/stat_backend.c' || echo './'`../../usr.sbin/smtpd/stat_backend.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-table.o `test -f '../../usr.sbin/smtpd/table.c' || echo './'`../../usr.sbin/smtpd/table.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-to.o `test -f '../../usr.sbin/smtpd/to.c' || echo './'`../../usr.sbin/smtpd/to.c
../../usr.sbin/smtpd/table.c: In function 'table_dump':
../../usr.sbin/smtpd/table.c:303:41: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 2039 [-Wformat-truncation=]
   snprintf(buf, sizeof(buf), " config=\"%s\"", t->t_config);
                                         ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/table.c:20:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 2048
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-tree.o `test -f '../../usr.sbin/smtpd/tree.c' || echo './'`../../usr.sbin/smtpd/tree.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-unpack_dns.o `test -f '../../usr.sbin/smtpd/unpack_dns.c' || echo './'`../../usr.sbin/smtpd/unpack_dns.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-util.o `test -f '../../usr.sbin/smtpd/util.c' || echo './'`../../usr.sbin/smtpd/util.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-waitq.o `test -f '../../usr.sbin/smtpd/waitq.c' || echo './'`../../usr.sbin/smtpd/waitq.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-ioev.o `test -f '../../usr.sbin/smtpd/ioev.c' || echo './'`../../usr.sbin/smtpd/ioev.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-crypto.o `test -f '../../usr.sbin/smtpd/crypto.c' || echo './'`../../usr.sbin/smtpd/crypto.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-compress_gzip.o `test -f '../../usr.sbin/smtpd/compress_gzip.c' || echo './'`../../usr.sbin/smtpd/compress_gzip.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-table_db.o `test -f '../../usr.sbin/smtpd/table_db.c' || echo './'`../../usr.sbin/smtpd/table_db.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-table_getpwnam.o `test -f '../../usr.sbin/smtpd/table_getpwnam.c' || echo './'`../../usr.sbin/smtpd/table_getpwnam.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-table_proc.o `test -f '../../usr.sbin/smtpd/table_proc.c' || echo './'`../../usr.sbin/smtpd/table_proc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-table_static.o `test -f '../../usr.sbin/smtpd/table_static.c' || echo './'`../../usr.sbin/smtpd/table_static.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-queue_fs.o `test -f '../../usr.sbin/smtpd/queue_fs.c' || echo './'`../../usr.sbin/smtpd/queue_fs.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-queue_null.o `test -f '../../usr.sbin/smtpd/queue_null.c' || echo './'`../../usr.sbin/smtpd/queue_null.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-queue_proc.o `test -f '../../usr.sbin/smtpd/queue_proc.c' || echo './'`../../usr.sbin/smtpd/queue_proc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-queue_ram.o `test -f '../../usr.sbin/smtpd/queue_ram.c' || echo './'`../../usr.sbin/smtpd/queue_ram.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-scheduler_null.o `test -f '../../usr.sbin/smtpd/scheduler_null.c' || echo './'`../../usr.sbin/smtpd/scheduler_null.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-scheduler_proc.o `test -f '../../usr.sbin/smtpd/scheduler_proc.c' || echo './'`../../usr.sbin/smtpd/scheduler_proc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-scheduler_ramqueue.o `test -f '../../usr.sbin/smtpd/scheduler_ramqueue.c' || echo './'`../../usr.sbin/smtpd/scheduler_ramqueue.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/paths_h -I../../openbsd-compat/libasr -I../../openbsd-compat/libtls -I. -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H  -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../usr.sbin/smtpd/smtpd-stat_ramstat.o `test -f '../../usr.sbin/smtpd/stat_ramstat.c' || echo './'`../../usr.sbin/smtpd/stat_ramstat.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smtpd ../../usr.sbin/smtpd/smtpd-aliases.o ../../usr.sbin/smtpd/smtpd-bounce.o ../../usr.sbin/smtpd/smtpd-ca.o ../../usr.sbin/smtpd/smtpd-compress_backend.o ../../usr.sbin/smtpd/smtpd-config.o ../../usr.sbin/smtpd/smtpd-control.o ../../usr.sbin/smtpd/smtpd-dict.o ../../usr.sbin/smtpd/smtpd-dispatcher.o ../../usr.sbin/smtpd/smtpd-dns.o ../../usr.sbin/smtpd/smtpd-esc.o ../../usr.sbin/smtpd/smtpd-envelope.o ../../usr.sbin/smtpd/smtpd-expand.o ../../usr.sbin/smtpd/smtpd-forward.o ../../usr.sbin/smtpd/smtpd-iobuf.o ../../usr.sbin/smtpd/smtpd-limit.o ../../usr.sbin/smtpd/smtpd-lka.o ../../usr.sbin/smtpd/smtpd-lka_filter.o ../../usr.sbin/smtpd/smtpd-lka_session.o ../../usr.sbin/smtpd/smtpd-log.o ../../usr.sbin/smtpd/smtpd-mda.o ../../usr.sbin/smtpd/smtpd-mda_mbox.o ../../usr.sbin/smtpd/smtpd-mda_unpriv.o ../../usr.sbin/smtpd/smtpd-mda_variables.o ../../usr.sbin/smtpd/smtpd-mproc.o ../../usr.sbin/smtpd/smtpd-mailaddr.o ../../usr.sbin/smtpd/smtpd-mta.o ../../usr.sbin/smtpd/smtpd-mta_session.o ../../usr.sbin/smtpd/smtpd-parse.o ../../usr.sbin/smtpd/smtpd-proxy.o ../../usr.sbin/smtpd/smtpd-queue.o ../../usr.sbin/smtpd/smtpd-queue_backend.o ../../usr.sbin/smtpd/smtpd-report_smtp.o ../../usr.sbin/smtpd/smtpd-resolver.o ../../usr.sbin/smtpd/smtpd-rfc5322.o ../../usr.sbin/smtpd/smtpd-ruleset.o ../../usr.sbin/smtpd/smtpd-runq.o ../../usr.sbin/smtpd/smtpd-scheduler.o ../../usr.sbin/smtpd/smtpd-scheduler_backend.o ../../usr.sbin/smtpd/smtpd-smtp.o ../../usr.sbin/smtpd/smtpd-smtp_session.o ../../usr.sbin/smtpd/smtpd-smtpd.o ../../usr.sbin/smtpd/smtpd-srs.o ../../usr.sbin/smtpd/smtpd-ssl.o ../../usr.sbin/smtpd/smtpd-stat_backend.o ../../usr.sbin/smtpd/smtpd-table.o ../../usr.sbin/smtpd/smtpd-to.o ../../usr.sbin/smtpd/smtpd-tree.o ../../usr.sbin/smtpd/smtpd-unpack_dns.o ../../usr.sbin/smtpd/smtpd-util.o ../../usr.sbin/smtpd/smtpd-waitq.o ../../usr.sbin/smtpd/smtpd-ioev.o ../../usr.sbin/smtpd/smtpd-crypto.o ../../usr.sbin/smtpd/smtpd-compress_gzip.o ../../usr.sbin/smtpd/smtpd-table_db.o ../../usr.sbin/smtpd/smtpd-table_getpwnam.o ../../usr.sbin/smtpd/smtpd-table_proc.o ../../usr.sbin/smtpd/smtpd-table_static.o ../../usr.sbin/smtpd/smtpd-queue_fs.o ../../usr.sbin/smtpd/smtpd-queue_null.o ../../usr.sbin/smtpd/smtpd-queue_proc.o ../../usr.sbin/smtpd/smtpd-queue_ram.o ../../usr.sbin/smtpd/smtpd-scheduler_null.o ../../usr.sbin/smtpd/smtpd-scheduler_proc.o ../../usr.sbin/smtpd/smtpd-scheduler_ramqueue.o ../../usr.sbin/smtpd/smtpd-stat_ramstat.o ../../openbsd-compat/libopenbsd.a -ldb  -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smtpd ../../usr.sbin/smtpd/smtpd-aliases.o ../../usr.sbin/smtpd/smtpd-bounce.o ../../usr.sbin/smtpd/smtpd-ca.o ../../usr.sbin/smtpd/smtpd-compress_backend.o ../../usr.sbin/smtpd/smtpd-config.o ../../usr.sbin/smtpd/smtpd-control.o ../../usr.sbin/smtpd/smtpd-dict.o ../../usr.sbin/smtpd/smtpd-dispatcher.o ../../usr.sbin/smtpd/smtpd-dns.o ../../usr.sbin/smtpd/smtpd-esc.o ../../usr.sbin/smtpd/smtpd-envelope.o ../../usr.sbin/smtpd/smtpd-expand.o ../../usr.sbin/smtpd/smtpd-forward.o ../../usr.sbin/smtpd/smtpd-iobuf.o ../../usr.sbin/smtpd/smtpd-limit.o ../../usr.sbin/smtpd/smtpd-lka.o ../../usr.sbin/smtpd/smtpd-lka_filter.o ../../usr.sbin/smtpd/smtpd-lka_session.o ../../usr.sbin/smtpd/smtpd-log.o ../../usr.sbin/smtpd/smtpd-mda.o ../../usr.sbin/smtpd/smtpd-mda_mbox.o ../../usr.sbin/smtpd/smtpd-mda_unpriv.o ../../usr.sbin/smtpd/smtpd-mda_variables.o ../../usr.sbin/smtpd/smtpd-mproc.o ../../usr.sbin/smtpd/smtpd-mailaddr.o ../../usr.sbin/smtpd/smtpd-mta.o ../../usr.sbin/smtpd/smtpd-mta_session.o ../../usr.sbin/smtpd/smtpd-parse.o ../../usr.sbin/smtpd/smtpd-proxy.o ../../usr.sbin/smtpd/smtpd-queue.o ../../usr.sbin/smtpd/smtpd-queue_backend.o ../../usr.sbin/smtpd/smtpd-report_smtp.o ../../usr.sbin/smtpd/smtpd-resolver.o ../../usr.sbin/smtpd/smtpd-rfc5322.o ../../usr.sbin/smtpd/smtpd-ruleset.o ../../usr.sbin/smtpd/smtpd-runq.o ../../usr.sbin/smtpd/smtpd-scheduler.o ../../usr.sbin/smtpd/smtpd-scheduler_backend.o ../../usr.sbin/smtpd/smtpd-smtp.o ../../usr.sbin/smtpd/smtpd-smtp_session.o ../../usr.sbin/smtpd/smtpd-smtpd.o ../../usr.sbin/smtpd/smtpd-srs.o ../../usr.sbin/smtpd/smtpd-ssl.o ../../usr.sbin/smtpd/smtpd-stat_backend.o ../../usr.sbin/smtpd/smtpd-table.o ../../usr.sbin/smtpd/smtpd-to.o ../../usr.sbin/smtpd/smtpd-tree.o ../../usr.sbin/smtpd/smtpd-unpack_dns.o ../../usr.sbin/smtpd/smtpd-util.o ../../usr.sbin/smtpd/smtpd-waitq.o ../../usr.sbin/smtpd/smtpd-ioev.o ../../usr.sbin/smtpd/smtpd-crypto.o ../../usr.sbin/smtpd/smtpd-compress_gzip.o ../../usr.sbin/smtpd/smtpd-table_db.o ../../usr.sbin/smtpd/smtpd-table_getpwnam.o ../../usr.sbin/smtpd/smtpd-table_proc.o ../../usr.sbin/smtpd/smtpd-table_static.o ../../usr.sbin/smtpd/smtpd-queue_fs.o ../../usr.sbin/smtpd/smtpd-queue_null.o ../../usr.sbin/smtpd/smtpd-queue_proc.o ../../usr.sbin/smtpd/smtpd-queue_ram.o ../../usr.sbin/smtpd/smtpd-scheduler_null.o ../../usr.sbin/smtpd/smtpd-scheduler_proc.o ../../usr.sbin/smtpd/smtpd-scheduler_ramqueue.o ../../usr.sbin/smtpd/smtpd-stat_ramstat.o  ../../openbsd-compat/libopenbsd.a -ldb -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
Making all in smtpctl
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-enqueue.o `test -f '../../usr.sbin/smtpd/enqueue.c' || echo './'`../../usr.sbin/smtpd/enqueue.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-parser.o `test -f '../../usr.sbin/smtpd/parser.c' || echo './'`../../usr.sbin/smtpd/parser.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-log.o `test -f '../../usr.sbin/smtpd/log.c' || echo './'`../../usr.sbin/smtpd/log.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-envelope.o `test -f '../../usr.sbin/smtpd/envelope.c' || echo './'`../../usr.sbin/smtpd/envelope.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-queue_backend.o `test -f '../../usr.sbin/smtpd/queue_backend.c' || echo './'`../../usr.sbin/smtpd/queue_backend.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-queue_fs.o `test -f '../../usr.sbin/smtpd/queue_fs.c' || echo './'`../../usr.sbin/smtpd/queue_fs.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-smtpctl.o `test -f '../../usr.sbin/smtpd/smtpctl.c' || echo './'`../../usr.sbin/smtpd/smtpctl.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-spfwalk.o `test -f '../../usr.sbin/smtpd/spfwalk.c' || echo './'`../../usr.sbin/smtpd/spfwalk.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-util.o `test -f '../../usr.sbin/smtpd/util.c' || echo './'`../../usr.sbin/smtpd/util.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-unpack_dns.o `test -f '../../usr.sbin/smtpd/unpack_dns.c' || echo './'`../../usr.sbin/smtpd/unpack_dns.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-compress_backend.o `test -f '../../usr.sbin/smtpd/compress_backend.c' || echo './'`../../usr.sbin/smtpd/compress_backend.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-compress_gzip.o `test -f '../../usr.sbin/smtpd/compress_gzip.c' || echo './'`../../usr.sbin/smtpd/compress_gzip.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-to.o `test -f '../../usr.sbin/smtpd/to.c' || echo './'`../../usr.sbin/smtpd/to.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-expand.o `test -f '../../usr.sbin/smtpd/expand.c' || echo './'`../../usr.sbin/smtpd/expand.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-tree.o `test -f '../../usr.sbin/smtpd/tree.c' || echo './'`../../usr.sbin/smtpd/tree.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-dict.o `test -f '../../usr.sbin/smtpd/dict.c' || echo './'`../../usr.sbin/smtpd/dict.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-config.o `test -f '../../usr.sbin/smtpd/config.c' || echo './'`../../usr.sbin/smtpd/config.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-parse.o `test -f '../../usr.sbin/smtpd/parse.c' || echo './'`../../usr.sbin/smtpd/parse.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-limit.o `test -f '../../usr.sbin/smtpd/limit.c' || echo './'`../../usr.sbin/smtpd/limit.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-table.o `test -f '../../usr.sbin/smtpd/table.c' || echo './'`../../usr.sbin/smtpd/table.c
../../usr.sbin/smtpd/table.c: In function 'table_dump':
../../usr.sbin/smtpd/table.c:303:41: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 2039 [-Wformat-truncation=]
   snprintf(buf, sizeof(buf), " config=\"%s\"", t->t_config);
                                         ^~
In file included from /usr/include/stdio.h:873,
                 from ../../openbsd-compat/openbsd-compat.h:198,
                 from ../../openbsd-compat/includes.h:71,
                 from ../../usr.sbin/smtpd/table.c:20:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 2048
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-table_static.o `test -f '../../usr.sbin/smtpd/table_static.c' || echo './'`../../usr.sbin/smtpd/table_static.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-table_db.o `test -f '../../usr.sbin/smtpd/table_db.c' || echo './'`../../usr.sbin/smtpd/table_db.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-table_getpwnam.o `test -f '../../usr.sbin/smtpd/table_getpwnam.c' || echo './'`../../usr.sbin/smtpd/table_getpwnam.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-table_proc.o `test -f '../../usr.sbin/smtpd/table_proc.c' || echo './'`../../usr.sbin/smtpd/table_proc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-mailaddr.o `test -f '../../usr.sbin/smtpd/mailaddr.c' || echo './'`../../usr.sbin/smtpd/mailaddr.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-makemap.o `test -f '../../usr.sbin/smtpd/makemap.c' || echo './'`../../usr.sbin/smtpd/makemap.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libasr -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtpctl-crypto.o `test -f '../../usr.sbin/smtpd/crypto.c' || echo './'`../../usr.sbin/smtpd/crypto.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE  -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smtpctl ../../usr.sbin/smtpd/smtpctl-enqueue.o ../../usr.sbin/smtpd/smtpctl-parser.o ../../usr.sbin/smtpd/smtpctl-log.o ../../usr.sbin/smtpd/smtpctl-envelope.o ../../usr.sbin/smtpd/smtpctl-queue_backend.o ../../usr.sbin/smtpd/smtpctl-queue_fs.o ../../usr.sbin/smtpd/smtpctl-smtpctl.o ../../usr.sbin/smtpd/smtpctl-spfwalk.o ../../usr.sbin/smtpd/smtpctl-util.o ../../usr.sbin/smtpd/smtpctl-unpack_dns.o ../../usr.sbin/smtpd/smtpctl-compress_backend.o ../../usr.sbin/smtpd/smtpctl-compress_gzip.o ../../usr.sbin/smtpd/smtpctl-to.o ../../usr.sbin/smtpd/smtpctl-expand.o ../../usr.sbin/smtpd/smtpctl-tree.o ../../usr.sbin/smtpd/smtpctl-dict.o ../../usr.sbin/smtpd/smtpctl-config.o ../../usr.sbin/smtpd/smtpctl-parse.o ../../usr.sbin/smtpd/smtpctl-limit.o ../../usr.sbin/smtpd/smtpctl-table.o ../../usr.sbin/smtpd/smtpctl-table_static.o ../../usr.sbin/smtpd/smtpctl-table_db.o ../../usr.sbin/smtpd/smtpctl-table_getpwnam.o ../../usr.sbin/smtpd/smtpctl-table_proc.o ../../usr.sbin/smtpd/smtpctl-mailaddr.o ../../usr.sbin/smtpd/smtpctl-makemap.o ../../usr.sbin/smtpd/smtpctl-crypto.o ../../openbsd-compat/libopenbsd.a -ldb -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -DNO_IO -DCONFIG_MINIMUM -DPATH_GZCAT=\"/usr/bin/zcat\" -DPATH_ENCRYPT=\"/usr/libexec/opensmtpd/encrypt\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smtpctl ../../usr.sbin/smtpd/smtpctl-enqueue.o ../../usr.sbin/smtpd/smtpctl-parser.o ../../usr.sbin/smtpd/smtpctl-log.o ../../usr.sbin/smtpd/smtpctl-envelope.o ../../usr.sbin/smtpd/smtpctl-queue_backend.o ../../usr.sbin/smtpd/smtpctl-queue_fs.o ../../usr.sbin/smtpd/smtpctl-smtpctl.o ../../usr.sbin/smtpd/smtpctl-spfwalk.o ../../usr.sbin/smtpd/smtpctl-util.o ../../usr.sbin/smtpd/smtpctl-unpack_dns.o ../../usr.sbin/smtpd/smtpctl-compress_backend.o ../../usr.sbin/smtpd/smtpctl-compress_gzip.o ../../usr.sbin/smtpd/smtpctl-to.o ../../usr.sbin/smtpd/smtpctl-expand.o ../../usr.sbin/smtpd/smtpctl-tree.o ../../usr.sbin/smtpd/smtpctl-dict.o ../../usr.sbin/smtpd/smtpctl-config.o ../../usr.sbin/smtpd/smtpctl-parse.o ../../usr.sbin/smtpd/smtpctl-limit.o ../../usr.sbin/smtpd/smtpctl-table.o ../../usr.sbin/smtpd/smtpctl-table_static.o ../../usr.sbin/smtpd/smtpctl-table_db.o ../../usr.sbin/smtpd/smtpctl-table_getpwnam.o ../../usr.sbin/smtpd/smtpctl-table_proc.o ../../usr.sbin/smtpd/smtpctl-mailaddr.o ../../usr.sbin/smtpd/smtpctl-makemap.o ../../usr.sbin/smtpd/smtpctl-crypto.o  ../../openbsd-compat/libopenbsd.a -ldb -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
Making all in mail
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
Making all in mail.lmtp
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.lmtp'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../usr.sbin/smtpd -I../../../openbsd-compat -I../../../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../../usr.sbin/smtpd/mail.lmtp.o ../../../usr.sbin/smtpd/mail.lmtp.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../usr.sbin/smtpd -I../../../openbsd-compat -I../../../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../../usr.sbin/smtpd/log.o ../../../usr.sbin/smtpd/log.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.lmtp ../../../usr.sbin/smtpd/mail.lmtp.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.lmtp ../../../usr.sbin/smtpd/mail.lmtp.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.lmtp'
Making all in mail.maildir
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.maildir'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../usr.sbin/smtpd -I../../../openbsd-compat -I../../../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../../usr.sbin/smtpd/mail.maildir.o ../../../usr.sbin/smtpd/mail.maildir.c
../../../usr.sbin/smtpd/mail.maildir.c: In function 'maildir_engine':
../../../usr.sbin/smtpd/mail.maildir.c:180:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=]
  (void)snprintf(tmp, sizeof tmp, "%s/tmp/%s", dirname, filename);
                                          ^~            ~~~~~~~~
In file included from /usr/include/stdio.h:873,
                 from ../../../openbsd-compat/openbsd-compat.h:198,
                 from ../../../openbsd-compat/includes.h:71,
                 from ../../../usr.sbin/smtpd/mail.maildir.c:17:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
../../../usr.sbin/smtpd/mail.maildir.c:208:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=]
  (void)snprintf(new, sizeof new, "%s/new/%s",
                                          ^~
      is_junk ? junkpath : dirname, filename);
                                    ~~~~~~~~
In file included from /usr/include/stdio.h:873,
                 from ../../../openbsd-compat/openbsd-compat.h:198,
                 from ../../../openbsd-compat/includes.h:71,
                 from ../../../usr.sbin/smtpd/mail.maildir.c:17:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __glibc_objsize (__s), __fmt,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.maildir ../../../usr.sbin/smtpd/mail.maildir.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.maildir ../../../usr.sbin/smtpd/mail.maildir.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.maildir'
Making all in mail.mboxfile
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mboxfile'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../usr.sbin/smtpd -I../../../openbsd-compat -I../../../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../../usr.sbin/smtpd/mail.mboxfile.o ../../../usr.sbin/smtpd/mail.mboxfile.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.mboxfile ../../../usr.sbin/smtpd/mail.mboxfile.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.mboxfile ../../../usr.sbin/smtpd/mail.mboxfile.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mboxfile'
Making all in mail.mda
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mda'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../usr.sbin/smtpd -I../../../openbsd-compat -I../../../openbsd-compat/err_h   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o ../../../usr.sbin/smtpd/mail.mda.o ../../../usr.sbin/smtpd/mail.mda.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.mda ../../../usr.sbin/smtpd/mail.mda.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.mda ../../../usr.sbin/smtpd/mail.mda.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mda'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
Making all in smtp
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libtls -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtp-iobuf.o `test -f '../../usr.sbin/smtpd/iobuf.c' || echo './'`../../usr.sbin/smtpd/iobuf.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libtls -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtp-ioev.o `test -f '../../usr.sbin/smtpd/ioev.c' || echo './'`../../usr.sbin/smtpd/ioev.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libtls -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtp-log.o `test -f '../../usr.sbin/smtpd/log.c' || echo './'`../../usr.sbin/smtpd/log.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libtls -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtp-smtp_client.o `test -f '../../usr.sbin/smtpd/smtp_client.c' || echo './'`../../usr.sbin/smtpd/smtp_client.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libtls -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtp-smtpc.o `test -f '../../usr.sbin/smtpd/smtpc.c' || echo './'`../../usr.sbin/smtpd/smtpc.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../usr.sbin/smtpd -I../../openbsd-compat -I../../openbsd-compat/err_h -I../../openbsd-compat/libtls -I.  -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty/smtpd\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_MAKEMAP=\"/usr/sbin/makemap\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE -c -o ../../usr.sbin/smtpd/smtp-ssl.o `test -f '../../usr.sbin/smtpd/ssl.c' || echo './'`../../usr.sbin/smtpd/ssl.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -D_GNU_SOURCE  -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smtp ../../usr.sbin/smtpd/smtp-iobuf.o ../../usr.sbin/smtpd/smtp-ioev.o ../../usr.sbin/smtpd/smtp-log.o ../../usr.sbin/smtpd/smtp-smtp_client.o ../../usr.sbin/smtpd/smtp-smtpc.o ../../usr.sbin/smtpd/smtp-ssl.o ../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -DIO_TLS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o smtp ../../usr.sbin/smtpd/smtp-iobuf.o ../../usr.sbin/smtpd/smtp-ioev.o ../../usr.sbin/smtpd/smtp-log.o ../../usr.sbin/smtpd/smtp-smtp_client.o ../../usr.sbin/smtpd/smtp-smtpc.o ../../usr.sbin/smtpd/smtp-ssl.o  ../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
Making all in contrib
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
Making all in libexec
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
Making all in mail.local
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/mail.local'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../openbsd-compat -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\"   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o mail.local.o mail.local.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../openbsd-compat -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\"   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o locking.o locking.c
mail.local.c: In function 'deliver':
mail.local.c:259:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'ssize_t' {aka 'long int'} [-Wsign-compare]
   for (off = 0; off < nr;  off += nw)
                     ^
mail.local.c: In function 'notifybiff':
mail.local.c:325:60: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
  if (sendto(f, msg, len, 0, res->ai_addr, res->ai_addrlen) != len)
                                                            ^~
mail.local.c:325:32: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (sendto(f, msg, len, 0, res->ai_addr, res->ai_addrlen) != len)
                             ~~~^~~~~~~~~
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.local mail.local.o locking.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mail.local mail.local.o locking.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/mail.local'
Making all in lockspool
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../openbsd-compat -I../../../mail.local   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o lockspool.o lockspool.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../openbsd-compat -I../../../mail.local   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o locking.o locking.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lockspool lockspool.o locking.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lockspool lockspool.o locking.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
Making all in encrypt
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/encrypt'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../openbsd-compat   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE  -c -o encrypt.o encrypt.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE   -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o encrypt encrypt.o ../../../usr.sbin/smtpd/log.o ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv  -levent -lcrypto -lssl  -lpam -ldl
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o encrypt encrypt.o ../../../usr.sbin/smtpd/log.o  ../../../openbsd-compat/libopenbsd.a -lz -lcrypt -lresolv -levent -lcrypto -lssl -lpam -ldl
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/encrypt'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
make[1]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BTOfeV
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64
++ dirname /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64
+ cd opensmtpd-7.3.0p1
+ make install DESTDIR=/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64
Making install in openbsd-compat
make[1]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/openbsd-compat'
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/openbsd-compat'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/openbsd-compat'
make[1]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/openbsd-compat'
Making install in mk
make[1]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
Making install in smtpd
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c smtpd '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin'
libtool: install: /usr/bin/install -c smtpd /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin/smtpd
make  install-exec-hook
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
conffile=../../usr.sbin/smtpd/`echo smtpd.conf.out | sed 's/.out$//'`; \
/usr/bin/cat ${conffile} > smtpd.conf.out
manpage=../../usr.sbin/smtpd/`echo aliases.5.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} | gawk -f ./../mdoc2man.awk > aliases.5.out; \
else \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} > aliases.5.out; \
fi
manpage=../../usr.sbin/smtpd/`echo forward.5.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} | gawk -f ./../mdoc2man.awk > forward.5.out; \
else \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} > forward.5.out; \
fi
manpage=../../usr.sbin/smtpd/`echo smtpd.8.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} | gawk -f ./../mdoc2man.awk > smtpd.8.out; \
else \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} > smtpd.8.out; \
fi
manpage=../../usr.sbin/smtpd/`echo smtpd.conf.5.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} | gawk -f ./../mdoc2man.awk > smtpd.conf.5.out; \
else \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} > smtpd.conf.5.out; \
fi
manpage=../../usr.sbin/smtpd/`echo smtpd-filters.7.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} | gawk -f ./../mdoc2man.awk > smtpd-filters.7.out; \
else \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} > smtpd-filters.7.out; \
fi
manpage=../../usr.sbin/smtpd/`echo table.5.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} | gawk -f ./../mdoc2man.awk > table.5.out; \
else \
        /usr/bin/sed -e 's|/etc/mail/|/etc/opensmtpd/|g' -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/local/libexec/smtpd/|/usr/libexec/opensmtpd|g' ${manpage} > table.5.out; \
fi
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/etc/opensmtpd
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/bin
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man5
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man7
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8
/usr/bin/install -c -m 644 aliases.5.out                /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man5/aliases.5
/usr/bin/install -c -m 644 forward.5.out                /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man5/forward.5
/usr/bin/install -c -m 644 table.5.out          /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man5/table.5
/usr/bin/install -c -m 644 smtpd.8.out          /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8/smtpd.8
/usr/bin/install -c -m 644 smtpd.conf.5.out     /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man5/smtpd.conf.5
/usr/bin/install -c -m 644 smtpd-filters.7.out  /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man7/smtpd-filters.7
rm      aliases.5.out forward.5.out table.5.out \
        smtpd.8.out smtpd.conf.5.out smtpd-filters.7.out smtpd.conf.out
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpd'
Making install in smtpctl
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c smtpctl '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin'
libtool: install: /usr/bin/install -c smtpctl /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin/smtpctl
make  install-exec-hook
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
manpage=../../usr.sbin/smtpd/`echo smtpctl.8.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} | gawk -f ./../mdoc2man.awk > smtpctl.8.out; \
else \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} > smtpctl.8.out; \
fi
manpage=../../usr.sbin/smtpd/`echo sendmail.8.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} | gawk -f ./../mdoc2man.awk > sendmail.8.out; \
else \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} > sendmail.8.out; \
fi
manpage=../../usr.sbin/smtpd/`echo makemap.8.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} | gawk -f ./../mdoc2man.awk > makemap.8.out; \
else \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} > makemap.8.out; \
fi
manpage=../../usr.sbin/smtpd/`echo newaliases.8.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} | gawk -f ./../mdoc2man.awk > newaliases.8.out; \
else \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} > newaliases.8.out; \
fi
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8
chgrp smtpq /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin/smtpctl || true
chmod 2555 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin/smtpctl || true
/usr/bin/install -c -m 644 smtpctl.8.out                /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8/smtpctl.8
/usr/bin/install -c -m 644 sendmail.8.out       /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8/sendmail.8
/usr/bin/install -c -m 644 makemap.8.out                /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8/makemap.8
/usr/bin/install -c -m 644 newaliases.8.out     /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8/newaliases.8
rm smtpctl.8.out sendmail.8.out makemap.8.out newaliases.8.out
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtpctl'
Making install in mail
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
Making install in mail.lmtp
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.lmtp'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.lmtp'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c mail.lmtp '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c mail.lmtp /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.lmtp
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
 /usr/bin/install -c -m 644 ../../../usr.sbin/smtpd/mail.lmtp.8 '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.lmtp'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.lmtp'
Making install in mail.maildir
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.maildir'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.maildir'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c mail.maildir '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c mail.maildir /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.maildir
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
 /usr/bin/install -c -m 644 ../../../usr.sbin/smtpd/mail.maildir.8 '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.maildir'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.maildir'
Making install in mail.mboxfile
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mboxfile'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mboxfile'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c mail.mboxfile '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c mail.mboxfile /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.mboxfile
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
 /usr/bin/install -c -m 644 ../../../usr.sbin/smtpd/mail.mboxfile.8 '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mboxfile'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mboxfile'
Making install in mail.mda
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mda'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mda'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c mail.mda '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c mail.mda /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.mda
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
 /usr/bin/install -c -m 644 ../../../usr.sbin/smtpd/mail.mda.8 '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mda'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail/mail.mda'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/mail'
Making install in smtp
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c smtp '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/bin'
libtool: install: /usr/bin/install -c smtp /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/bin/smtp
make  install-exec-hook
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
manpage=../../usr.sbin/smtpd/`echo smtp.1.out | sed 's/\.out$//'`; \
if test "man" = "man"; then \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} | gawk -f ./../mdoc2man.awk > smtp.1.out; \
else \
        /usr/bin/sed -e 's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' -e 's|/usr/libexec|/usr/libexec|g' -e 's|/etc/mail/|/etc/opensmtpd/|g' ${manpage} > smtp.1.out; \
fi
/usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man1
/usr/bin/install -c -m 644 smtp.1.out           /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man1/smtp.1
rm smtp.1.out
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk/smtp'
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
make[1]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/mk'
Making install in contrib
make[1]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
Making install in libexec
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
Making install in mail.local
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/mail.local'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/mail.local'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c mail.local '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c mail.local /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.local
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
 /usr/bin/install -c -m 644 mail.local.8 '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man8'
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/mail.local'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/mail.local'
Making install in lockspool
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c lockspool '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c lockspool /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/lockspool
make  install-exec-hook
make[5]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
chown root /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/lockspool || true
chmod 4555 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/lockspool || true
make[5]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man1'
 /usr/bin/install -c -m 644 lockspool.1 '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/man/man1'
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/lockspool'
Making install in encrypt
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/encrypt'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/encrypt'
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c encrypt '/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd'
libtool: install: /usr/bin/install -c encrypt /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/encrypt
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/encrypt'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec/encrypt'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[4]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib/libexec'
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[3]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[1]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1/contrib'
make[1]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
make[2]: Entering directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
make[1]: Leaving directory '/root/rpmbuild/BUILD/opensmtpd-7.3.0p1'
+ mkdir -p -m 0755 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//var/empty/smtpd
+ install -Dpm 0644 /root/rpmbuild/SOURCES/opensmtpd.service /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/lib/systemd/system/opensmtpd.service
+ install -Dpm 0644 /root/rpmbuild/SOURCES/opensmtpd.pam /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//etc/pam.d/smtp.opensmtpd
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//etc/pam.d/smtp
+ rm -rf /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/bin/sendmail
+ rm -rf /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/sbin/mailq
+ ln -s /usr/sbin/smtpctl /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/sbin/sendmail.opensmtpd
+ ln -s /usr/sbin/smtpctl /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/bin/mailq.opensmtpd
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/sbin/sendmail
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/lib/sendmail
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/bin/mailq
+ mv /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man1/smtp.1 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man1/smtp.opensmtpd.1
+ mv /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man5/aliases.5 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man5/aliases.opensmtpd.5
+ mv /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/sendmail.8 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/sendmail.opensmtpd.8
+ mv /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/smtpd.8 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/smtpd.opensmtpd.8
+ ln -s /usr/share/man/man1/smtp.opensmtpd.1.gz /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/smtp.opensmtpd.8
+ ln -s /usr/share/man/man8/smtpctl.8.gz /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man1/mailq.opensmtpd.1
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man1/mailq.1
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man5/aliases.5
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/sendmail.8
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/smtp.8
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/smtpd.8
+ ln -s /usr/sbin/smtpctl /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/sbin/makemap.opensmtpd
+ ln -s /usr/sbin/smtpctl /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/bin/newaliases.opensmtpd
+ mv /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/makemap.8 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/makemap.opensmtpd.8
+ mv /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/newaliases.8 /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/newaliases.opensmtpd.8
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/sbin/makemap
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/bin/newaliases
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man1/newaliases.1
+ touch /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//usr/share/man/man8/makemap.8
+ for i in incoming offline purge queue
+ mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//var/spool/smtpd/incoming
+ for i in incoming offline purge queue
+ mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//var/spool/smtpd/offline
+ for i in incoming offline purge queue
+ mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//var/spool/smtpd/purge
+ for i in incoming offline purge queue
+ mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//var/spool/smtpd/queue
+ sed -i -e 's|/etc/mail/aliases|/etc/aliases|g' /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//etc/opensmtpd/smtpd.conf
+ sed -i -e 's|^action "local" maildir|action "local" mbox|g' /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64//etc/opensmtpd/smtpd.conf
+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 7.3.0p1-1.el8 --unique-debug-suffix -7.3.0p1-1.el8.x86_64 --unique-debug-src-base opensmtpd-7.3.0p1-1.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /root/rpmbuild/BUILD/opensmtpd-7.3.0p1
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/bin/smtp
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/encrypt
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/lockspool
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.lmtp
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.local
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.maildir
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.mboxfile
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/libexec/opensmtpd/mail.mda
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin/smtpctl
extracting debug info from /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/sbin/smtpd
/usr/lib/rpm/sepdebugcrcfix: Updated 10 CRC32s, 0 CRC32s did match.
3212 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile '' 1
+ /usr/lib/rpm/brp-python-hardlink
+ PYTHON3=/usr/libexec/platform-python
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: opensmtpd-7.3.0p1-1.el8.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Pp7EDI
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd opensmtpd-7.3.0p1
+ DOCDIR=/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/doc/opensmtpd
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/doc/opensmtpd
+ cp -pr CHANGES.md /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/doc/opensmtpd
+ cp -pr README.md /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/doc/opensmtpd
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6UdA35
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd opensmtpd-7.3.0p1
+ LICENSEDIR=/root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/licenses/opensmtpd
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/licenses/opensmtpd
+ cp -pr LICENSE /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64/usr/share/licenses/opensmtpd
+ exit 0
Provides: MTA config(opensmtpd) = 7.3.0p1-1.el8 opensmtpd = 7.3.0p1-1.el8 opensmtpd(x86-64) = 7.3.0p1-1.el8 server(smtp) smtpd smtpdaemon
Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): /bin/sh shadow-utils
Requires(post): /bin/sh systemd
Requires(preun): /bin/sh systemd
Requires(postun): /bin/sh systemd
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.26)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcrypt.so.1()(64bit) libcrypt.so.1(XCRYPT_2.0)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcrypto.so.1.1(OPENSSL_1_1_0i)(64bit) libdb-5.3.so()(64bit) libdl.so.2()(64bit) libevent-2.1.so.6()(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH)
Processing files: opensmtpd-debugsource-7.3.0p1-1.el8.x86_64
Provides: opensmtpd-debugsource = 7.3.0p1-1.el8 opensmtpd-debugsource(x86-64) = 7.3.0p1-1.el8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: opensmtpd-debuginfo-7.3.0p1-1.el8.x86_64
Provides: debuginfo(build-id) = 06a10fa469df5344604a47d072961ba1b6bd689e debuginfo(build-id) = 228f89fda794d14c52bcfebb013e1ec40a7ad25a debuginfo(build-id) = 297519d268491ea6acb47b4246c4db7b057394d0 debuginfo(build-id) = 3ce86bd8bc16b0f2c95fd8aedaeaf73c9a67f36a debuginfo(build-id) = 49b426aa0a7f7795c994853747aa6486139647b0 debuginfo(build-id) = 67c172dcf9b3e650b3914a5ddd5b099dd694781e debuginfo(build-id) = 87083ef180b779b41fdd5a4e578f18faf94a6b03 debuginfo(build-id) = bf445b1b41b24df0af21f8a2263ac6c7d1a1172b debuginfo(build-id) = cfc486dd9c30ab4dfc9fd56eaa5cf333c3ed7fdd debuginfo(build-id) = d85e7221d1e82699190b178e1b5fde4db6914248 opensmtpd-debuginfo = 7.3.0p1-1.el8 opensmtpd-debuginfo(x86-64) = 7.3.0p1-1.el8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: opensmtpd-debugsource(x86-64) = 7.3.0p1-1.el8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64
Wrote: /root/rpmbuild/SRPMS/opensmtpd-7.3.0p1-1.el8.src.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/opensmtpd-7.3.0p1-1.el8.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/opensmtpd-debugsource-7.3.0p1-1.el8.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/opensmtpd-debuginfo-7.3.0p1-1.el8.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KjFcmt
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd opensmtpd-7.3.0p1
+ /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/opensmtpd-7.3.0p1-1.el8.x86_64
+ exit 0

@whataboutpereira
Copy link
Author

whataboutpereira commented Jul 1, 2023

Just noticed this one too.

configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-bundled-libtls, --with-bundled-libasr

@whataboutpereira
Copy link
Author

Just noticed this one too.

configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-bundled-libtls, --with-bundled-libasr

Are these not needed now since: "force the use of the bundled libtls and libasr" in p1?

@omar-polo
Copy link
Contributor

Are these not needed now since: "force the use of the bundled libtls and libasr" in p1?

Yes. I've added those flags for 7.3.0p0 but promptly removed in p1. There's no harm in compiling with those anyway, the configure script will just ignore them.

Anyway, it seems that my intuition was right! The configure script finds reallocarray:

checking for reallocarray... yes

but then there's no matching prototype for it:

../../usr.sbin/smtpd/parse.y:1895:23: warning: assignment to 'const char **' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  filter_config->chain = reallocarray(filter_config->chain, filter_config->chain_size, sizeof(char *));
                       ^

as a quick solution you may try to add the following argument to the configure script: ac_cv_func_reallocarray=no

it'll force the configure script to pretend it doesn't find reallocarray and use it from the compat layer. I'll try to replicate tomorrow (CEST).

Thanks!

@whataboutpereira
Copy link
Author

as a quick solution you may try to add the following argument to the configure script: ac_cv_func_reallocarray=no

Thanks, that worked! 7.3.0p1 running now.

These are left in the build log now. Might they be causing trouble down the line?

../../usr.sbin/smtpd/parse.y: In function 'yyerror':
../../usr.sbin/smtpd/parse.y:2637:6: warning: implicit declaration of function 'vasprintf'; did you mean 'xasprintf'? [-Wimplicit-function-declaration]
  if (vasprintf(&msg, fmt, ap) == -1)
      ^~~~~~~~~
      xasprintf
../../usr.sbin/smtpd/parse.y: In function 'yyparse':
../../usr.sbin/smtpd/parse.y:686:2: warning: implicit declaration of function 'asprintf'; did you mean 'xasprintf'? [-Wimplicit-function-declaration]
  asprintf(&dsp->u.local.command, PATH_LIBEXEC"/mail.local -f %%{mbox.from} -- %%{user.username}");
  ^~~~~~~~
  xasprintf

@omar-polo
Copy link
Contributor

@whataboutpereira it's the same issue, but in this case is harmless.

When the C compiler finds a function call without a matching prototype or definition it guesses what the return type is, and what all the compilers do is to assume int. For (v)asprintf this is fine, since it actually returns an int, but for functions that return pointers (reallocarray for example) on 64bit architectures the return value gets truncated and this very likely becomes a crash at runtime.

The configure script does the checks in the wrong order, and for this reason it might mis-detect some functions. It's in my TODO list to reorganize it, but since it's very long it could take a while. It'll be done hopefully in time for 7.4 (around october / november.)

Thanks!

@whataboutpereira
Copy link
Author

Wonderful, thanks for the explanation!

@omar-polo
Copy link
Contributor

Forgot to update here after #1229 was committed; I believe that this issue is now fixed in 7.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants