D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/ltl2ba-1.1-5.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FGNAqV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf ltl2ba-1.1 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/ltl2ba-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ltl2ba-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/ltl2ba-1.1-mageia-format-security.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + iconv -f latin1 -t utf8 README + mv README.utf8 README + perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' Makefile + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jNYGkH + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ltl2ba-1.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o trans.o trans.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o lex.o lex.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o mem.o mem.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o rewrt.o rewrt.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o main.o main.c main.c: In function 'main': main.c:190:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(formula, 4096, tl_out); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o set.o set.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o parse.o parse.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o cache.o cache.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o buchi.o buchi.c buchi.c: In function 'simplify_btrans': buchi.c:113:78: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the Buchi automaton - transitions: %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ buchi.c:113:83: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the Buchi automaton - transitions: %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ buchi.c: In function 'simplify_bstates': buchi.c:228:73: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the Buchi automaton - states: %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ buchi.c:228:78: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the Buchi automaton - states: %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ buchi.c: In function 'mk_buchi': buchi.c:623:56: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nBuilding the Buchi automaton : %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ buchi.c:623:61: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nBuilding the Buchi automaton : %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o alternating.o alternating.c alternating.c: In function 'mk_alternating': alternating.c:436:83: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nBuilding and simplification of the alternating automaton: %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ alternating.c:436:88: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nBuilding and simplification of the alternating automaton: %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -c -o generalized.o generalized.c generalized.c: In function 'simplify_gtrans': generalized.c:154:90: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - transitions: %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ generalized.c:154:95: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - transitions: %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ generalized.c: In function 'simplify_gstates': generalized.c:247:85: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - states: %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ generalized.c:247:90: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nSimplification of the generalized Buchi automaton - states: %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ generalized.c: In function 'mk_generalized': generalized.c:621:68: warning: format '%i' expects argument of type 'int', but argument 3 has type '__time_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nBuilding the generalized Buchi automaton : %i.%06is", ~^ %li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~ generalized.c:621:73: warning: format '%i' expects argument of type 'int', but argument 4 has type '__suseconds_t {aka long int}' [-Wformat=] fprintf(tl_out, "\nBuilding the generalized Buchi automaton : %i.%06is", ~~~^ %06li t_diff.tv_sec, t_diff.tv_usec); ~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -ansi -DNXT -o ltl2ba parse.o lex.o main.o trans.o buchi.o set.o mem.o rewrt.o cache.o alternating.o generalized.o + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bWlWWt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64 + cd ltl2ba-1.1 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/bin + install -m 0755 ltl2ba /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 1.1-5.mga7 --unique-debug-suffix -1.1-5.mga7.x86_64 --unique-debug-src-base ltl2ba-1.1-5.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ltl2ba-1.1 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/bin/ltl2ba /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 237 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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nUOhFh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ltl2ba-1.1 + '[' 1 -eq 1 ']' + ./ltl2ba -f true never { /* true */ accept_init: if :: (1) -> goto accept_init fi; } + exit 0 Processing files: ltl2ba-1.1-5.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FYdUo5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ltl2ba-1.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/share/doc/ltl2ba + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/share/doc/ltl2ba + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/share/doc/ltl2ba + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HaqX9S + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ltl2ba-1.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/share/licenses/ltl2ba + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/share/licenses/ltl2ba + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64/usr/share/licenses/ltl2ba + exit 0 Provides: ltl2ba = 1.1-5.mga7 ltl2ba(x86-64) = 1.1-5.mga7 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.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: ltl2ba-debugsource-1.1-5.mga7.x86_64 Provides: ltl2ba-debugsource = 1.1-5.mga7 ltl2ba-debugsource(x86-64) = 1.1-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ltl2ba-debuginfo-1.1-5.mga7.x86_64 Provides: debuginfo(build-id) = 700ad8b709aecad6db1fffc11d71cd9fcf8d15ff ltl2ba-debuginfo = 1.1-5.mga7 ltl2ba-debuginfo(x86-64) = 1.1-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ltl2ba-debugsource(x86-64) = 1.1-5.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ltl2ba-1.1-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ltl2ba-debugsource-1.1-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ltl2ba-debuginfo-1.1-5.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.teKkwH + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd ltl2ba-1.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/ltl2ba-1.1-5.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N4OsUv + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf ltl2ba-1.1 + exit 0 D: [iurt_root_command] Success!