D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/bti-034-6.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ht8YGb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf bti-034 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/bti-034.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bti-034 + /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.MaiHVe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd bti-034 + '[' 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 -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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes 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 whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for xsltproc... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBOAUTH... yes checking for LIBPCRE... yes checking for LIBCURL... yes checking for XML... yes checking for JSON... yes checking for library containing dlopen... -ldl checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands bti 034 ======= prefix: /usr datarootdir: ${prefix}/share mandir: /usr/share/man compiler: gcc cflags: -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ldflags: -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags xsltproc: + /usr/bin/make -O -j4 CC bti-config.o CC bti-bti.o bti.c: In function 'json_parse_array': bti.c:506:3: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] jarray = json_object_object_get(jobj, key); ^~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from bti.c:35: /usr/include/json-c/json_object.h:290:1: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ bti.c: In function 'json_parse': bti.c:645:4: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations] json_parse(json_object_object_get(jobj, key), nestlevel); ^~~~~~~~~~ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from bti.c:35: /usr/include/json-c/json_object.h:290:1: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ bti.c: In function 'request_access_token': bti.c:808:2: warning: 'oauth_http_get' is deprecated [-Wdeprecated-declarations] reply = oauth_http_get(request_url, post_params); ^~~~~ In file included from bti.c:39:0: /usr/include/oauth.h:572:7: note: declared here char *oauth_http_get (const char *u, const char *q) attribute_deprecated; ^~~~~~~~~~~~~~ bti.c:844:2: warning: 'oauth_http_get' is deprecated [-Wdeprecated-declarations] reply = oauth_http_get(request_url, post_params); ^~~~~ In file included from bti.c:39:0: /usr/include/oauth.h:572:7: note: declared here char *oauth_http_get (const char *u, const char *q) attribute_deprecated; ^~~~~~~~~~~~~~ bti.c: In function 'send_request': bti.c:1121:5: warning: 'oauth_http_post' is deprecated [-Wdeprecated-declarations] reply = oauth_http_post(req_url, postarg); ^~~~~ In file included from bti.c:39:0: /usr/include/oauth.h:629:7: note: declared here char *oauth_http_post (const char *u, const char *p) attribute_deprecated; ^~~~~~~~~~~~~~~ bti.c:1128:5: warning: 'oauth_http_get' is deprecated [-Wdeprecated-declarations] reply = oauth_http_get(req_url, postarg); ^~~~~ In file included from bti.c:39:0: /usr/include/oauth.h:572:7: note: declared here char *oauth_http_get (const char *u, const char *q) attribute_deprecated; ^~~~~~~~~~~~~~ bti.c: In function 'read_password': bti.c:1261:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] (void)scanf("%79s", pwd); ^~~~~~~~~~~~~~~~~~~~~~~~ CCLD bti + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dLXWqm + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 + cd bti-034 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/bti-034' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/bin' /usr/bin/install -p bti '/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/bin' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/bin' /usr/bin/install -p bti-shrink-urls '/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/bin' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 bti.1 bti-shrink-urls.1 '/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/man/man1' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/bti-034' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/bash-completion/completions + cp -p bti-bashcompletion /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/bash-completion/completions/bti + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 034-6.mga7 --unique-debug-suffix -034-6.mga7.x86_64 --unique-debug-src-base bti-034-6.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/bti-034 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/bin/bti /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 113 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: bti-034-6.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eKzK8u + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd bti-034 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + cp -pr ChangeLog /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + cp -pr RELEASE-NOTES /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + cp -pr bti.example /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64/usr/share/doc/bti + exit 0 Provides: bti = 034-6.mga7 bti(x86-64) = 034-6.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) libc.so.6(GLIBC_2.8)(64bit) libcurl.so.4()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libjson-c.so.2()(64bit) liboauth.so.0()(64bit) libpcre.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) Processing files: bti-debugsource-034-6.mga7.x86_64 Provides: bti-debugsource = 034-6.mga7 bti-debugsource(x86-64) = 034-6.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: bti-debuginfo-034-6.mga7.x86_64 Provides: bti-debuginfo = 034-6.mga7 bti-debuginfo(x86-64) = 034-6.mga7 debuginfo(build-id) = 84182c63c3865e465f96fee44aa796433a6caad1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bti-debugsource(x86-64) = 034-6.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/bti-034-6.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/bti-debugsource-034-6.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/bti-debuginfo-034-6.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.D1R6yE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd bti-034 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/bti-034-6.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8fCa1N + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf bti-034 + exit 0 D: [iurt_root_command] Success!