D: [iurt_root_command] chroot warning: line 24: It's not recommended to have unversioned Obsoletes: Obsoletes: ccs-tools Installing /home/pterjan/rpmbuild/SRPMS/tomoyo-tools-2.5.0-11.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JUCWB9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf tomoyo-tools + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/tomoyo-tools-2.5.0-20110929.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd tomoyo-tools + rm -rf /home/pterjan/rpmbuild/BUILD/tomoyo-tools-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/tomoyo-tools-SPECPARTS + /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/pterjan/rpmbuild/tmp/rpm-tmp.XK6OQT + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd tomoyo-tools + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + sed -i s:/usr/lib:/usr/lib64:g Include.make + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + make -s all 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' 'CXXFLAG=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' editpolicy_offline.c: In function 'ccs_get_name': editpolicy_offline.c:1464:23: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1464 | list_add_tail(&ptr->head.list, head); | ^~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_get_group': editpolicy_offline.c:1582:31: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1582 | list_add_tail(&entry->head.list, list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_update_policy': editpolicy_offline.c:1795:31: warning: taking address of packed member of 'struct ccs_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1795 | list_add_tail(&entry->list, list); | ^~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_commit_condition': editpolicy_offline.c:1966:34: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1966 | list_add(&entry->head.list, &ccs_condition_list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c:1973:35: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 1973 | ccs_del_condition(&entry->head.list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_get_condition': editpolicy_offline.c:2234:35: warning: taking address of packed member of 'struct ccs_shared_acl_head' may result in an unaligned pointer value [-Waddress-of-packed-member] 2234 | ccs_del_condition(&entry->head.list); | ^~~~~~~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_update_domain': editpolicy_offline.c:2310:31: warning: taking address of packed member of 'struct ccs_acl_info' may result in an unaligned pointer value [-Waddress-of-packed-member] 2310 | list_add_tail(&entry->list, list); | ^~~~~~~~~~~~ editpolicy_offline.c: In function 'ccs_editpolicy_offline_init': editpolicy_offline.c:4756:13: error: type of 'coid' defaults to 'int' [-Wimplicit-int] 4756 | static void ccs_editpolicy_offline_init(coid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:25: tomoyo-editpolicy] Error 1 make: *** [Makefile:3: all] Error 2 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.XK6OQT (%build) RPM build warnings: line 24: It's not recommended to have unversioned Obsoletes: Obsoletes: ccs-tools RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.XK6OQT (%build) I: [iurt_root_command] ERROR: chroot