D: [iurt_root_command] chroot warning: line 19: It's not recommended to have unversioned Obsoletes: Obsoletes: libsetrans Installing /home/iurt/rpmbuild/SRPMS/mcstrans-0.3.4-5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yFfiqc + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf mcstrans-0.3.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/mcstrans-0.3.4.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mcstrans-0.3.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bg438c + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mcstrans-0.3.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make clean rm -f *~ \#* /usr/bin/make -C src clean clean make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' rm -f mcstransd mcstrans.o mcscolor.o mcstransd.o mls_level.o *~ \#* make[1]: 'clean' is up to date. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' /usr/bin/make -C utils clean clean make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/utils' rm -f transcon untranscon *.o *~ \#* make[1]: 'clean' is up to date. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/utils' /usr/bin/make -C man clean clean make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/man' rm -f *~ \#* rm -f man8/*~ man8/\#* make[1]: 'clean' is up to date. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/man' + /usr/bin/make -O -j8 V=1 VERBOSE=1 LIBDIR=/usr/lib64 'CFLAGS=-g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' /usr/bin/make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' cc -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -c -o mls_level.o mls_level.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' cc -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -c -o mcscolor.o mcscolor.c In file included from mcscolor.c:12: /usr/include/selinux/flask.h:5:2: warning: #warning "Please remove any #include's of this header in your source code." [-Wcpp] 5 | #warning "Please remove any #include's of this header in your source code." | ^~~~~~~ /usr/include/selinux/flask.h:6:2: warning: #warning "Instead, use string_to_security_class() to map the class name to a value." [-Wcpp] 6 | #warning "Instead, use string_to_security_class() to map the class name to a value." | ^~~~~~~ In file included from mcscolor.c:13: /usr/include/selinux/av_permissions.h:1:2: warning: #warning "Please remove any #include of this header in your source code." [-Wcpp] 1 | #warning "Please remove any #include of this header in your source code." | ^~~~~~~ /usr/include/selinux/av_permissions.h:2:2: warning: #warning "Instead, use string_to_av_perm() to map the permission name to a value." [-Wcpp] 2 | #warning "Instead, use string_to_av_perm() to map the permission name to a value." | ^~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' cc -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -c -o mcstransd.o mcstransd.c mcstransd.c: In function 'send_response': mcstransd.c:107:19: warning: implicit declaration of function 'writev'; did you mean 'write'? [-Wimplicit-function-declaration] 107 | while (((count = writev(fd, resp_hdr, 3)) < 0) && (errno == EINTR)); | ^~~~~~ | write mcstransd.c: In function 'service_request': mcstransd.c:233:19: warning: implicit declaration of function 'readv'; did you mean 'read'? [-Wimplicit-function-declaration] 233 | while (((count = readv(fd, req_hdr, 3)) < 0) && (errno == EINTR)); | ^~~~~ | read mcstransd.c: In function 'write_pid_file': mcstransd.c:593:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 593 | (void)write(pidfd, val, (unsigned int)len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' cc -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -c -o mcstrans.o mcstrans.c mcstrans.c: In function 'add_inotify_cache': mcstrans.c:1844:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1844 | fread(trans, 1, BUF_LEN, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' cc -pie -o mcstransd mcstrans.o mcscolor.o mcstransd.o mls_level.o -lselinux -lcap -lpcre /usr/lib64/libsepol.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' /usr/bin/make -C utils all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/utils' cc -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../src -D_GNU_SOURCE transcon.c -L../src ../src/mcstrans.o ../src/mls_level.o -lselinux -lpcre /usr/lib64/libsepol.a -o transcon make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/utils' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/utils' cc -g -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../src -D_GNU_SOURCE untranscon.c -L../src ../src/mcstrans.o ../src/mls_level.o -lselinux -lpcre /usr/lib64/libsepol.a -o untranscon make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/utils' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.b7Dxjg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 + cd mcstrans-0.3.4 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/lib64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64//usr/lib64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/share/mcstrans + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/etc/selinux/mls/setrans.d + /usr/bin/make DESTDIR=/home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 LIBDIR=/home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/lib64 SHLIBDIR=/home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/lib64 SBINDIR=/home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/sbin install /usr/bin/make -C src install install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' test -d /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/sbin || install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/sbin install -m 755 mcstransd /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/sbin test -d /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/etc/rc.d/init.d || install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/etc/rc.d/init.d install -m 755 mcstrans.init /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/etc/rc.d/init.d/mcstrans make[1]: 'install' is up to date. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/src' /usr/bin/make -C man install install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/man' mkdir -p /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/share/man/man8 install -m 644 man8/*.8 /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/share/man/man8 make[1]: 'install' is up to date. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/mcstrans-0.3.4/man' + rm -f '/home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/lib64/*.a' + cp -r share/examples share/util /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/share/mcstrans/ + mkdir -p /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/lib/systemd/system + install -m644 /home/iurt/rpmbuild/SOURCES/mcstransd.service /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/lib/systemd/system + rm -rf /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64//etc/rc.d/init.d/mcstrans + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.3.4-5.mga8 --unique-debug-suffix -0.3.4-5.mga8.aarch64 --unique-debug-src-base mcstrans-0.3.4-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mcstrans-0.3.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/sbin/mcstransd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64/usr/sbin/mcstransd original debug info size: 1064kB, size after compression: 968kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 137 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: mcstrans-0.3.4-5.mga8.aarch64 Provides: mcstrans = 0.3.4-5.mga8 mcstrans(aarch-64) = 0.3.4-5.mga8 setransd = 0.3.4-5.mga8 Requires(interp): /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): systemd-units Requires(post): /bin/sh systemd-units Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.27)(64bit) libcap.so.2()(64bit) libpcre.so.1()(64bit) libselinux.so.1()(64bit) Obsoletes: libsetrans Processing files: mcstrans-debugsource-0.3.4-5.mga8.aarch64 Provides: mcstrans-debugsource = 0.3.4-5.mga8 mcstrans-debugsource(aarch-64) = 0.3.4-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: mcstrans-debuginfo-0.3.4-5.mga8.aarch64 Provides: debuginfo(build-id) = 2477cce7720b5fa054e0f8bdedccb58f7ccb15a5 mcstrans-debuginfo = 0.3.4-5.mga8 mcstrans-debuginfo(aarch-64) = 0.3.4-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: mcstrans-debugsource(aarch-64) = 0.3.4-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/mcstrans-debugsource-0.3.4-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/mcstrans-0.3.4-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/mcstrans-debuginfo-0.3.4-5.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZSL9Xd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mcstrans-0.3.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/mcstrans-0.3.4-5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.j3RfRd + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf mcstrans-0.3.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!