D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/mbuffer-20151002-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uD63xe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf mbuffer-20151002 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/mbuffer-20151002.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mbuffer-20151002 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/mbuffer-20121111-pipe-buf.diff + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/mbuffer-20121111-fix_pointer_cast.diff + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cjo4qZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mbuffer-20151002 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export ac_cv_search_MD5_Init=no + ac_cv_search_MD5_Init=no + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + 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 build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking target system type... x86_64-mageia-linux-gnu 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 gcc option to accept ISO C99... none needed checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for C/C++ restrict keyword... __restrict checking for inline... inline checking for a BSD-compatible install... /usr/bin/install -c checking for rm... /usr/bin/rm checking for mt... /usr/bin/mt checking return type of signal handlers... void 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 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 for struct stat.st_blksize... yes checking whether to enable assertions... yes checking for pthread_mutex_init in -lpthread... yes checking for library containing clock_gettime... none required checking for library containing sem_init... none required checking for library containing rint... -lm checking for library containing seteuid... none required checking for library containing atoll... none required checking for library containing hstrerror... none required checking for library containing getaddrinfo... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing sendfile... none required checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for library containing mhash_init... -lmhash configure: creating ./config.status config.status: creating Makefile config.status: creating mbuffer.1 config.status: creating config.h + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /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 -DHAVE_CONFIG_H -I. -I. -c -o log.o log.c log.c: In function 'logwrite': log.c:89:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(Log,buf,b); ^~~~~~~~~~~~~~~~~~~~~~~ log.c: In function 'printmsg': log.c:220:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(Log,buf,s); ^~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -I. -c -o network.o network.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -I. -c -o mbuffer.o mbuffer.c mbuffer.c:122:3: warning: #warning sendfile is unable to send from buffers [-Wcpp] #warning sendfile is unable to send from buffers ^~~~~~~ mbuffer.c: In function 'inputThread': mbuffer.c:764:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pthread_exit((void *) in); ^ mbuffer.c:765:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (void *) in; ^ mbuffer.c: In function 'terminateSender': mbuffer.c:862:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pthread_exit((void *) ret); ^ mbuffer.c: In function 'main': mbuffer.c:2533:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(STDERR_FILENO,d->result,strlen(d->result)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c:2535:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(Log,d->result,strlen(d->result)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c: In function 'requestOutputVolume': mbuffer.c:1111:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(STDERR_FILENO,msg,sizeof(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c: In function 'sigHandler': mbuffer.c:317:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(TermQ[1],"0",1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c: In function 'requestInputVolume': mbuffer.c:659:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(STDERR_FILENO,msg,sizeof(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c: In function 'promptInteractive': mbuffer.c:558:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(STDERR_FILENO,donemsg,sizeof(donemsg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c:575:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(STDERR_FILENO,contmsg,sizeof(contmsg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c: In function 'summary': mbuffer.c:286:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(Log,buf,msg-buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbuffer.c:288:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(STDERR_FILENO,buf,msg-buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_CONFIG_H -I. -I. -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags log.o network.o mbuffer.o -lmhash -lm -lpthread -o mbuffer + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Auo3wZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 + cd mbuffer-20151002 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall_std is deprecated, try %make_install instead' warning: %makeinstall_std is deprecated, try %make_install instead + make DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 install /usr/bin/install -c -d /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/bin /usr/bin/install -c mbuffer /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/bin /usr/bin/install -c -d /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/man/man1 /usr/bin/install -c mbuffer.1 /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 20151002-1.mga7 --unique-debug-suffix -20151002-1.mga7.x86_64 --unique-debug-src-base mbuffer-20151002-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/mbuffer-20151002 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/bin/mbuffer /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 186 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: mbuffer-20151002-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.a6h951 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mbuffer-20151002 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + cp -pr ChangeLog /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + cp -pr NEWS /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64/usr/share/doc/mbuffer + exit 0 Provides: mbuffer = 20151002-1.mga7 mbuffer(x86-64) = 20151002-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.15)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libmhash.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libpthread.so.0(GLIBC_2.3.3)(64bit) Processing files: mbuffer-debugsource-20151002-1.mga7.x86_64 Provides: mbuffer-debugsource = 20151002-1.mga7 mbuffer-debugsource(x86-64) = 20151002-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: mbuffer-debuginfo-20151002-1.mga7.x86_64 Provides: debuginfo(build-id) = c35df48bbf729de22711d7a28009d33939a7254a mbuffer-debuginfo = 20151002-1.mga7 mbuffer-debuginfo(x86-64) = 20151002-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: mbuffer-debugsource(x86-64) = 20151002-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/mbuffer-20151002-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/mbuffer-debugsource-20151002-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/mbuffer-debuginfo-20151002-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iRFeX5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mbuffer-20151002 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/mbuffer-20151002-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mSfwT9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf mbuffer-20151002 + exit 0 D: [iurt_root_command] Success!