D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/hexedit-1.4.2-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WIwjLa + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf hexedit-1.4.2 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/hexedit-1.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hexedit-1.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7fdsoV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hexedit-1.4.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/sh ./autogen.sh + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for initscr in -lcurses... yes checking for keypad in -ltinfo... yes checking for use_default_colors... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether stat file-mode macros are broken... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for memcmp... yes checking for memmem... yes checking for memrmem... no checking for memrchr... yes checking for strdup... yes checking for strerror... yes checking for basename... yes checking whether dirname is declared... yes checking whether basename is declared... yes checking whether memrchr is declared... yes checking whether memmem is declared... yes checking whether memrmem is declared... no configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile-build config.status: creating hexedit.1 config.status: creating config.h + /usr/bin/make -O -j4 gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hexedit.c gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c mark.c gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c display.c display.c: In function 'get_number': display.c:309:42: warning: format '%llx' expects argument of type 'long long unsigned int *', but argument 3 has type 'off_t * {aka long int *}' [-Wformat=] err = sscanf(tmp + strlen("0x"), "%llx", i); ~~~^ %lx display.c:311:27: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t * {aka long int *}' [-Wformat=] err = sscanf(tmp, "%lld", i); ~~~^ %ld gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c file.c gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c page.c gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c misc.c gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c interact.c gcc -DHAVE_CONFIG_H -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c search.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lcurses -ltinfo + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CGVbUN + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 + cd hexedit-1.4.2 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 'INSTALL=/usr/bin/install -p' /usr/bin/install -p -d -m 755 /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/bin /usr/bin/install -p -m 755 hexedit /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/bin /usr/bin/install -p -d -m 755 /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/share/man/man1 /usr/bin/install -p -m 644 hexedit.1 /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 1.4.2-1.mga7 --unique-debug-suffix -1.4.2-1.mga7.x86_64 --unique-debug-src-base hexedit-1.4.2-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/hexedit-1.4.2 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/bin/hexedit /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 107 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 Processing files: hexedit-1.4.2-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JyriUH + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hexedit-1.4.2 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/share/doc/hexedit + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/share/doc/hexedit + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64/usr/share/doc/hexedit + exit 0 Provides: hexedit = 1.4.2-1.mga7 hexedit(x86-64) = 1.4.2-1.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.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.4)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) Processing files: hexedit-debugsource-1.4.2-1.mga7.x86_64 Provides: hexedit-debugsource = 1.4.2-1.mga7 hexedit-debugsource(x86-64) = 1.4.2-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hexedit-debuginfo-1.4.2-1.mga7.x86_64 Provides: debuginfo(build-id) = 664683b63706cd8036d7736de56d9e658e88926e hexedit-debuginfo = 1.4.2-1.mga7 hexedit-debuginfo(x86-64) = 1.4.2-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hexedit-debugsource(x86-64) = 1.4.2-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hexedit-1.4.2-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hexedit-debugsource-1.4.2-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hexedit-debuginfo-1.4.2-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2Ak4rC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hexedit-1.4.2 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/hexedit-1.4.2-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DbUu1w + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf hexedit-1.4.2 + exit 0 D: [iurt_root_command] Success!