D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/dma-0.13-4.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Pn5rEk + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + test -d /home/pterjan/rpmbuild/BUILD/dma-0.13-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dma-0.13-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/dma-0.13-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dma-0.13-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dma-0.13-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qfxdGS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + rm -rf dma-0.13 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/dma-0.13.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd dma-0.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dma-0.2-mga-fix-build-in-rpm-env.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/dma-0.2-mga-locate-aliases-in-dma-etc-subdir.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oS8omT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + cd dma-0.13 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='\''"0.13"'\'' -DLIBEXEC_PATH='\''"/usr/lib64"'\'' -DCONF_PATH='\''"/etc/dma"'\''' LIBEXEC=/usr/lib64 PREFIX=/usr yacc -d -o aliases_parse.c aliases_parse.y lex -t aliases_scan.l > aliases_scan.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o base64.o -c base64.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o conf.o -c conf.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o dma.o -c dma.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o dfcompat.o -c dfcompat.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o crypto.o -c crypto.c crypto.c: In function 'hmac_md5': crypto.c:238:17: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | MD5_Init(&tctx); | ^~~~~~~~ In file included from crypto.c:37: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ crypto.c:239:17: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 239 | MD5_Update(&tctx, key, key_len); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ crypto.c:240:17: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 240 | MD5_Final(tk, &tctx); | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ crypto.c:272:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 272 | MD5_Init(&context); /* init context for 1st | ^~~~~~~~ /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ crypto.c:274:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 274 | MD5_Update(&context, k_ipad, 64); /* start with inner pad */ | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ crypto.c:275:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 275 | MD5_Update(&context, text, text_len); /* then text of datagram */ | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ crypto.c:276:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | MD5_Final(digest, &context); /* finish up 1st pass */ | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ crypto.c:280:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 280 | MD5_Init(&context); /* init context for 2nd | ^~~~~~~~ /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ crypto.c:282:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 282 | MD5_Update(&context, k_opad, 64); /* start with outer pad */ | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ crypto.c:283:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | MD5_Update(&context, digest, 16); /* then results of 1st | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ crypto.c:285:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 285 | MD5_Final(digest, &context); /* finish up 2nd pass */ | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o dns.o -c dns.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o local.o -c local.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o mail.o -c mail.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o aliases_parse.o -c aliases_parse.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' dma-mbox-create.c -o dma-mbox-create cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o net.o -c net.c net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:503:17: note: in expansion of macro 'READ_REMOTE_CHECK' 503 | READ_REMOTE_CHECK("connect", 2); | ^~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In file included from /usr/include/stdio.h:970, from /usr/include/openssl/crypto.h:31, from /usr/include/openssl/comp.h:22, from /usr/include/openssl/ssl.h:29, from net.c:47: In function 'snprintf', inlined from 'deliver_to_host' at net.c:503:3: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 31 and 2123 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:516:25: note: in expansion of macro 'READ_REMOTE_CHECK' 516 | READ_REMOTE_CHECK("connect", 2); | ^~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In function 'snprintf', inlined from 'deliver_to_host' at net.c:516:4: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 31 and 2123 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ net.c: In function 'deliver_to_host': net.c:547:73: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1010 [-Wformat-truncation=] 547 | snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host); | ^~ In function 'snprintf', inlined from 'deliver_to_host' at net.c:547:4: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 22 and 1046 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:570:17: note: in expansion of macro 'READ_REMOTE_CHECK' 570 | READ_REMOTE_CHECK("RCPT TO", 2); | ^~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In function 'snprintf', inlined from 'deliver_to_host' at net.c:570:3: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 31 and 2123 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:607:9: note: in expansion of macro 'READ_REMOTE_CHECK' 607 | READ_REMOTE_CHECK("final DATA", 2); | ^~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In function 'snprintf', inlined from 'deliver_to_host' at net.c:607:2: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 34 and 2126 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:575:9: note: in expansion of macro 'READ_REMOTE_CHECK' 575 | READ_REMOTE_CHECK("DATA", 3); | ^~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In function 'snprintf', inlined from 'deliver_to_host' at net.c:575:2: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 28 and 2120 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ net.c: In function 'deliver_to_host': net.c:487:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:559:9: note: in expansion of macro 'READ_REMOTE_CHECK' 559 | READ_REMOTE_CHECK("MAIL FROM", 2); | ^~~~~~~~~~~~~~~~~ net.c:487:61: note: format string is defined here 487 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ In function 'snprintf', inlined from 'deliver_to_host' at net.c:559:2: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 33 and 2125 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o spool.o -c spool.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o util.o -c util.c util.c: In function 'setlogident': util.c:134:50: warning: ']' directive output may be truncated writing 1 byte into a region of size between 0 and 49 [-Wformat-truncation=] 134 | snprintf(tag, sizeof(tag), "%s[%s]", logident_base, sufx); | ^ In file included from /usr/include/stdio.h:970, from util.c:46: In function 'snprintf', inlined from 'setlogident' at util.c:134:3: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 52) into a destination of size 50 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DDMA_VERSION='"0.13"' -DLIBEXEC_PATH='"/usr/lib64"' -DCONF_PATH='"/etc/dma"' -include dfcompat.h -o aliases_scan.o -c aliases_scan.c cc -o dma aliases_parse.o aliases_scan.o base64.o conf.o crypto.o dma.o dns.o local.o mail.o net.o spool.o util.o dfcompat.o -lssl -lcrypto -lresolv + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MB3Ztt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/dma-0.13-build + mkdir /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT + cd dma-0.13 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT 'INSTALL=/usr/bin/install -p' LIBEXEC=/usr/lib64 PREFIX=/usr /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/sbin /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/man/man8 /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/lib64 /usr/bin/install -p dma /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/sbin /usr/bin/install -p dma-mbox-create /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/lib64 /usr/bin/install -p dma.8 /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/man/man8/ /usr/bin/install -p -d /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/var/spool/dma + /usr/bin/install -d /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT//etc/dma + cp auth.conf /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT//etc/dma/auth.conf + cp dma.conf /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT//etc/dma/dma.conf + cp /home/pterjan/rpmbuild/SOURCES/dma-aliases /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT//etc/dma/aliases + /usr/bin/install -m644 /home/pterjan/rpmbuild/SOURCES/README.install.urpmi README.install.urpmi + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.13-4.mga10 --unique-debug-suffix -0.13-4.mga10.x86_64 --unique-debug-src-base dma-0.13-4.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/dma-0.13-build/dma-0.13 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/dma-0.13-4.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/dma-0.13-build/SPECPARTS/rpm-debuginfo.specpart Processing files: dma-0.13-4.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9XScp2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + cd dma-0.13 + DOCDIR=/home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/doc/dma + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/doc/dma + cp -pr /home/pterjan/rpmbuild/BUILD/dma-0.13-build/dma-0.13/TODO /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/doc/dma + cp -pr /home/pterjan/rpmbuild/BUILD/dma-0.13-build/dma-0.13/README.markdown /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/doc/dma + cp -pr /home/pterjan/rpmbuild/BUILD/dma-0.13-build/dma-0.13/VERSION /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/doc/dma + cp -pr /home/pterjan/rpmbuild/BUILD/dma-0.13-build/dma-0.13/README.install.urpmi /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT/usr/share/doc/dma + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(dma) = 0.13-4.mga10 dma = 0.13-4.mga10 dma(x86-64) = 0.13-4.mga10 sendmail-command Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.9)(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) Recommends: group(mail) Processing files: dma-debugsource-0.13-4.mga10.x86_64 Provides: dma-debugsource = 0.13-4.mga10 dma-debugsource(x86-64) = 0.13-4.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dma-debuginfo-0.13-4.mga10.x86_64 Provides: debuginfo(build-id) = ad393105b3e9354256f322d162eab98b5b477824 debuginfo(build-id) = d3f096897bc86736621ef0d0804029aac76e6294 dma-debuginfo = 0.13-4.mga10 dma-debuginfo(x86-64) = 0.13-4.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dma-debugsource(x86-64) = 0.13-4.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/dma-0.13-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dma-0.13-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dma-debugsource-0.13-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/dma-debuginfo-0.13-4.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nbzyxx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/dma-0.13-build + test -d /home/pterjan/rpmbuild/BUILD/dma-0.13-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/dma-0.13-build + rm -rf /home/pterjan/rpmbuild/BUILD/dma-0.13-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!