D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/libircclient-1.9-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YShnbl + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf libircclient-1.9 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/libircclient-1.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libircclient-1.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/libircclient-1.5-include-rfc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/libircclient-1.9-openssl11.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Wob0fl + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libircclient-1.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + autoreconf -fi aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' + 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 --enable-openssl --enable-ipv6 checking for g++... g++ 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 g++ accepts -g... yes checking for gcc... gcc 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 ar... ar checking for ranlib... ranlib 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 stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for localtime_r... yes checking for socket... yes checking for socket in -lsocket... no checking for getaddrinfo... yes checking for inet_pton... yes checking for getaddrinfo in -lnsl... yes checking For MinGW32... no checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_new in -lssl... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes configure: creating ./config.status config.status: creating examples/Makefile config.status: creating src/Makefile config.status: creating src/config.h + /usr/bin/make -O -j8 for subdir in src examples; do \ /usr/bin/make -C $subdir || exit 1; \ done make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/src' gcc -Wall -DIN_BUILDING_LIBIRC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -O3 -DENABLE_IPV6 -DENABLE_THREADS -D_REENTRANT -DENABLE_SSL -I../include -c -o libircclient.o libircclient.c In file included from libircclient.c:18:0: sockets.c: In function 'socket_connect': sockets.c:104:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( socket_error() == EINTR ) ^~ sockets.c:107:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( socket_error() != EINPROGRESS && socket_error() != EWOULDBLOCK ) ^~ sockets.c: In function 'socket_accept': sockets.c:120:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( socket_error() == EINTR ) ^~ sockets.c:123:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 1; ^~~~~~ libircclient.c: In function 'irc_process_select_descriptors': libircclient.c:865:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( gethostname (hname, sizeof(hname)) < 0 ) ^~ libircclient.c:869:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( session->server_password ) ^~ In file included from libircclient.c:27:0: At top level: ssl.c:76:22: warning: 'cb_openssl_id_function' defined but not used [-Wunused-function] static unsigned long cb_openssl_id_function() ^~~~~~~~~~~~~~~~~~~~~~ ssl.c:64:13: warning: 'cb_openssl_locking_function' defined but not used [-Wunused-function] static void cb_openssl_locking_function( int mode, int n, const char * file, int line ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libircclient.c:25:0: colors.c: In function 'irc_color_convert_from_mirc': colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ In file included from libircclient.c:25:0: colors.c:49:21: warning: argument 1 null where non-null expected [-Wnonnull] unsigned int len = strlen(str); ^~~~~~~~~~~ In file included from portable.c:20:0, from libircclient.c:17: /usr/include/string.h:394:15: note: in a call to function 'strlen' declared here extern size_t strlen (const char *__s) ^~~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/src' ar cr libircclient.a libircclient.o ranlib libircclient.a make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' Compiling spammer.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' gcc -o spammer spammer.o -L../src/ -lircclient -lpthread -lssl -lcrypto -lnsl make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' Compiling irctest.c make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' gcc -o irctest irctest.o -L../src/ -lircclient -lpthread -lssl -lcrypto -lnsl make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' Compiling colors.cpp make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' Compiling ircftp.cpp make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' g++ -o colors colors.o -L../src/ -lircclient -lpthread -lssl -lcrypto -lnsl make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' g++ -o ircftp ircftp.o -L../src/ -lircclient -lpthread -lssl -lcrypto -lnsl make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' Compiling censor.cpp make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' g++ -o censor censor.o -L../src/ -lircclient -lpthread -lssl -lcrypto -lnsl make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libircclient-1.9/examples' + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.E9X2AG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64 + cd libircclient-1.9 + '[' 1 -eq 1 ']' + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/lib64 + /usr/bin/cp src/libircclient.a /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/lib64/ + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/include + /usr/bin/cp include/libirc_errors.h include/libirc_events.h include/libirc_options.h include/libirc_rfcnumeric.h include/libircclient.h /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/include + '[' -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 + '[' -n '' ']' + export DISABLE_DEBUG=1 + DISABLE_DEBUG=1 + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 1.9-2.mga7 --unique-debug-suffix -1.9-2.mga7.x86_64 --unique-debug-src-base libircclient-1.9-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/libircclient-1.9 + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: lib64ircclient-static-devel-1.9-2.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MtBOR2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libircclient-1.9 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/share/doc/lib64ircclient-static-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/share/doc/lib64ircclient-static-devel + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/share/doc/lib64ircclient-static-devel + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/share/doc/lib64ircclient-static-devel + cp -pr Changelog /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/share/doc/lib64ircclient-static-devel + cp -pr THANKS /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64/usr/share/doc/lib64ircclient-static-devel + exit 0 Provides: lib64ircclient-static-devel = 1.9-2.mga7 lib64ircclient-static-devel(x86-64) = 1.9-2.mga7 libircclient-static-devel = 1.9-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64ircclient-static-devel-1.9-2.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OaiMUp + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libircclient-1.9 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/libircclient-1.9-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.61C4YM + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf libircclient-1.9 + exit 0 D: [iurt_root_command] Success!