D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/httpfs2-0.1.5-6.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kv4Rpa + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf httpfs2-0.1.5 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/httpfs2-0.1.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd httpfs2-0.1.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/httpfs2-0.1.5-mga-add_makeinstall_rule.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i 's/\r$//' httpfs2.1.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.m20XEd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd httpfs2-0.1.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -o httpfs2 httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ a2x -f manpage httpfs2.1.txt /usr/bin/make all all-mt all-ssl all-ssl-mt make[1]: Nothing to be done for 'all'. /usr/bin/make CPPFLAGS=' -DUSE_THREAD' LDFLAGS=' -lpthread' binsuffix=-mt all /usr/bin/make CPPFLAGS=' -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\"' LDFLAGS=' -lgnutls ' binsuffix=-ssl all /usr/bin/make CPPFLAGS=' -DUSE_THREAD' LDFLAGS=' -lpthread' binsuffix=-mt all-ssl /usr/bin/make CPPFLAGS='-DUSE_THREAD -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\"' LDFLAGS='-lpthread -lgnutls ' binsuffix=-ssl-mt all make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' ln -sf httpfs2.1 httpfs2-mt.1 make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' ln -sf httpfs2.1 httpfs2-ssl.1 make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' ln -sf httpfs2.1 httpfs2-ssl-mt.1 make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -DUSE_THREAD -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -lpthread -o httpfs2-mt httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\" -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -lgnutls -o httpfs2-ssl httpfs2.c: In function 'print_ssl_info': httpfs2.c:500:5: warning: 'gnutls_compression_get_name' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ In file included from /usr/include/gnutls/gnutls.h:3489, from httpfs2.c:57: /usr/include/gnutls/compat.h:228:1: note: declared here 228 | gnutls_compression_get_name(gnutls_compression_method_t | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ httpfs2.c:500:5: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ In file included from /usr/include/gnutls/gnutls.h:3489, from httpfs2.c:57: /usr/include/gnutls/compat.h:225:1: note: declared here 225 | gnutls_compression_get(gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED; | ^~~~~~~~~~~~~~~~~~~~~~ httpfs2.c: In function 'verify_certificate_callback': httpfs2.c:598:82: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 598 | gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c:601:95: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 601 | dn_ret = gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' cc -Wall -Wno-unused-function -Wconversion -Wtype-limits -DUSE_AUTH -D_XOPEN_SOURCE=700 -D_ISOC99_SOURCE -DUSE_THREAD -DUSE_SSL -I/usr/include/p11-kit-1 -DCERT_STORE=\"/etc/ssl/certs/ca-certificates.crt\" -g -Os -Wall -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 httpfs2.c -lfuse -lpthread -lgnutls -o httpfs2-ssl-mt httpfs2.c: In function 'print_ssl_info': httpfs2.c:500:5: warning: 'gnutls_compression_get_name' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ In file included from /usr/include/gnutls/gnutls.h:3489, from httpfs2.c:57: /usr/include/gnutls/compat.h:228:1: note: declared here 228 | gnutls_compression_get_name(gnutls_compression_method_t | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ httpfs2.c:500:5: warning: 'gnutls_compression_get' is deprecated [-Wdeprecated-declarations] 500 | tmp = gnutls_compression_get_name (gnutls_compression_get (session)); | ^~~ In file included from /usr/include/gnutls/gnutls.h:3489, from httpfs2.c:57: /usr/include/gnutls/compat.h:225:1: note: declared here 225 | gnutls_compression_get(gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED; | ^~~~~~~~~~~~~~~~~~~~~~ httpfs2.c: In function 'verify_certificate_callback': httpfs2.c:598:82: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 598 | gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c:601:95: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 601 | dn_ret = gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, i, 0, dn, &dn_size); | ^ httpfs2.c: In function 'init_url': httpfs2.c:670:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 670 | memset(url, 0, sizeof(url)); | ^ make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/httpfs2-0.1.5' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gMEz6d + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 + cd httpfs2-0.1.5 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 'INSTALL=/usr/bin/install -p' # for binary files of httpfs2 mkdir -p /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin install -m 755 httpfs2 httpfs2-mt httpfs2-ssl httpfs2-ssl-mt /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin # for manpages of httpfs2 mkdir -p /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/share/man/man1 install -m 644 httpfs2.1 httpfs2-mt.1 httpfs2-ssl.1 httpfs2-ssl-mt.1 /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.1.5-6.mga8 --unique-debug-suffix -0.1.5-6.mga8.aarch64 --unique-debug-src-base httpfs2-0.1.5-6.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/httpfs2-0.1.5 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2-ssl extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2-ssl explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2-mt explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2-ssl-mt extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2-mt extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/bin/httpfs2-ssl-mt original debug info size: 312kB, size after compression: 280kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 92 blocks + /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/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: httpfs2-0.1.5-6.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DYHNmd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd httpfs2-0.1.5 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/share/doc/httpfs2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/share/doc/httpfs2 + cp -pr httpfs2.1.txt /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64/usr/share/doc/httpfs2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: httpfs2 = 0.1.5-6.mga8 httpfs2(aarch-64) = 0.1.5-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.4)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) Recommends: fuse Processing files: httpfs2-debugsource-0.1.5-6.mga8.aarch64 Provides: httpfs2-debugsource = 0.1.5-6.mga8 httpfs2-debugsource(aarch-64) = 0.1.5-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: httpfs2-debuginfo-0.1.5-6.mga8.aarch64 Provides: debuginfo(build-id) = 68e71da7142e6aa1106ef569dd795864f2525db6 debuginfo(build-id) = 6e97ebf3b7ca6b1b51e153da32ec6ebfddf8d42b debuginfo(build-id) = a79a670b317508fc271c1dbe9d18cd949cd68801 debuginfo(build-id) = a85f7edda0c654e32c5d9be8b186c79f614f9bd6 httpfs2-debuginfo = 0.1.5-6.mga8 httpfs2-debuginfo(aarch-64) = 0.1.5-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: httpfs2-debugsource(aarch-64) = 0.1.5-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/httpfs2-debugsource-0.1.5-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/httpfs2-0.1.5-6.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/httpfs2-debuginfo-0.1.5-6.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uxmAgb + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd httpfs2-0.1.5 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/httpfs2-0.1.5-6.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.h4sDGd + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf httpfs2-0.1.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!