D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/axel-2.4-12.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9t2mls + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf axel-2.4 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/axel-2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd axel-2.4 + /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.tDGmx7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd axel-2.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + 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 --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 --etcdir=/etc --i18n=1 --strip=0 Configuration done: Internationalization enabled. Debugging disabled. Binary stripping disabled. + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j8 gcc -c ftp.c -o ftp.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 msgfmt -vo nl.mo nl.po 40 translated messages, 6 fuzzy translations, 4 untranslated messages. msgfmt -vo de.mo de.po 46 translated messages, 4 fuzzy translations. msgfmt -vo ru.mo ru.po 46 translated messages, 2 fuzzy translations, 2 untranslated messages. msgfmt -vo zh_CN.mo zh_CN.po 42 translated messages, 6 fuzzy translations, 2 untranslated messages. gcc -c search.c -o search.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 gcc -c conf.c -o conf.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 conf.c: In function 'conf_loadfile': conf.c:61:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf( fp, "%100[^\n#]s", s ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conf.c:62:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf( fp, "%*[^\n]s" ); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -c tcp.c -o tcp.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 gcc -c http.c -o http.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 http.c: In function 'http_exec': http.c:140:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( conn->fd, conn->request, strlen( conn->request ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c conn.c -o conn.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 conn.c: In function 'conn_setup': conn.c:256:31: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( s, MAX_STRING, "%s%s", conn->dir, conn->file ); ^~ In file included from /usr/include/stdio.h:936:0, from axel.h:32, from conn.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c text.c -o text.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 text.c: In function 'main': text.c:298:24: warning: '.st' directive writing 3 bytes into a region of size between 1 and 1024 [-Wformat-overflow=] sprintf( string, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:936:0, from axel.h:32, from text.c:26: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c axel.c -o axel.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 axel.c: In function 'axel_open': axel.c:160:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->conf->num_connections, sizeof( axel->conf->num_connections ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:167:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->bytes_done, sizeof( axel->bytes_done ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:169:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->conn[i].currentbyte, sizeof( axel->conn[i].currentbyte ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:208:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( axel->outfd, buffer, min( j, axel->conf->buffer_size ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c: In function 'save_state': axel.c:514:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->conf->num_connections, sizeof( axel->conf->num_connections ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:515:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->bytes_done, sizeof( axel->bytes_done ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:518:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->conn[i].currentbyte, sizeof( axel->conn[i].currentbyte ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:509:31: warning: '.st' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( fn, MAX_STRING, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:936:0, from axel.h:32, from axel.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c: In function 'axel_open': axel.c:144:35: warning: '.st' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( buffer, MAX_STRING, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:936:0, from axel.h:32, from axel.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c: In function 'axel_close': axel.c:463:36: warning: '.st' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( buffer, MAX_STRING, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:936:0, from axel.h:32, from axel.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc *.o -o axel -lpthread # skip strip axel + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ncHEJO + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 + cd axel-2.4 + '[' 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/axel-2.4-12.mga7.x86_64 install mkdir -p /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/bin/ cp axel /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/bin/axel mkdir -p /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/etc/ cp axelrc.example /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/etc/axelrc mkdir -p /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/man/man1/ cp axel.1 /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/man/man1/axel.1 mkdir -p /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/man/zh_CN/man1/ cp axel_zh_CN.1 /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/man/zh_CN/man1/axel.1 Installing locale files... + install -D -d -m 0755 /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/applications + install -D -m 0755 gui/kapt/axel-kapt /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/bin/ + install -D -m 0644 gui/kapt/axel-kapt.1 /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/man/man1/ + desktop-file-install --vendor= --dir /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/applications --remove-category=KDE gui/kapt/axel-kapt.desktop + /usr/lib/rpm/find-lang.sh /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 axel --with-man + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 2.4-12.mga7 --unique-debug-suffix -2.4-12.mga7.x86_64 --unique-debug-src-base axel-2.4-12.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/axel-2.4 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/bin/axel /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 161 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: axel-2.4-12.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pY9muy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd axel-2.4 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + cp -pr API /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + cp -pr CREDITS /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + cp -pr axelrc.example /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64/usr/share/doc/axel + exit 0 Provides: axel = 2.4-12.mga7 axel(x86-64) = 2.4-12.mga7 config(axel) = 2.4-12.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.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) libc.so.6(GLIBC_2.7)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) Conflicts: axel < 2.4-12.mga7 Processing files: axel-debugsource-2.4-12.mga7.x86_64 Provides: axel-debugsource = 2.4-12.mga7 axel-debugsource(x86-64) = 2.4-12.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: axel-kapt-0.3-12.mga7.noarch Provides: application() application(axel-kapt.desktop) axel-kapt = 0.3-12.mga7 mimehandler(text/html) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python Conflicts: axel-kapt < 0.3-12.mga7 Processing files: axel-debuginfo-2.4-12.mga7.x86_64 Provides: axel-debuginfo = 2.4-12.mga7 axel-debuginfo(x86-64) = 2.4-12.mga7 debuginfo(build-id) = 9f40597af2ed17bf8f787a467e47a880a8e70eaf Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: axel-debugsource(x86-64) = 2.4-12.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/axel-2.4-12.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/axel-debugsource-2.4-12.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/axel-kapt-0.3-12.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/axel-debuginfo-2.4-12.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NsMiNk + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd axel-2.4 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/axel-2.4-12.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NKSX76 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf axel-2.4 + exit 0 D: [iurt_root_command] Success!