request from: hawk checking if we should skip the build started at: Wed Mar 7 12:37:06 2018 fetching http://kraz.tld-linux.org/~buildertidev//srpms/095ea50e-d001-47d8-8f0d-70b2a646458d/libdbi-drivers-0.9.0-3.src.rpm fetched 1838569 bytes, 3013.7 K/s installing srpm: libdbi-drivers-0.9.0-3.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.nBE95L/BUILD /tmp/B.nBE95L/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog libdbi-drivers-0.9.0-3.src.rpm * Wed Mar 07 2018 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/libdbi-drivers.git;a=log;h=master * Wed Mar 07 2018 Marcin Krol 29b02d5 - release 3 + rpm -Uhv --nodeps --define '_topdir /tmp/B.nBE95L' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' libdbi-drivers-0.9.0-3.src.rpm libdbi-drivers ################################################## + rm -f libdbi-drivers-0.9.0-3.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.nBE95L/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.nBE95L/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.nBE95L' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.nBE95L/libdbi-drivers.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 095ea50e-d001-47d8-8f0d-70b2a646458d; TMPDIR=/tmp/B.nBE95L/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.nBE95L' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.nBE95L/libdbi-drivers.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: 095ea50e-d001-47d8-8f0d-70b2a646458d + TMPDIR=/tmp/B.nBE95L/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.nBE95L' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.nBE95L/libdbi-drivers.spec Building target platforms: i686-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.nBE95L/BUILD/tmp /bin/sh -e /tmp/B.nBE95L/BUILD/tmp/rpm-tmp.52158 + umask 022 + cd /tmp/B.nBE95L/BUILD + cd /tmp/B.nBE95L/BUILD + rm -rf libdbi-drivers-0.9.0 + /usr/bin/gzip -dc /tmp/B.nBE95L/libdbi-drivers-0.9.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd libdbi-drivers-0.9.0 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libdbi-drivers-sqlite3_libs.patch):' Patch #0 (libdbi-drivers-sqlite3_libs.patch): + current_db); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbd_mysql.c:337:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&sql_cmd, "SHOW VARIABLES LIKE '%s'", "character_set_connection"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbd_mysql.c:355:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&sql_cmd, "SHOW VARIABLES LIKE '%s'", "character_set"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/dbi/dbd.h: In function 'dbd_list_dbs': dbd_mysql.c:466:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&sql_cmd, "SHOW DATABASES LIKE '%s'", pattern); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/dbi/dbd.h: In function 'dbd_list_tables': dbd_mysql.c:482:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&sql_cmd, "SHOW TABLES FROM %s", db); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbd_mysql.c:488:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&sql_cmd, "SHOW TABLES FROM %s LIKE '%s'", db, pattern); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/dbi/dbd.h: In function 'dbd_savepoint': dbd_mysql.c:631:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&query, "SAVEPOINT %s", savepoint); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/dbi/dbd.h: In function 'dbd_rollback_to_savepoint': dbd_mysql.c:650:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&query, "ROLLBACK TO SAVEPOINT %s", savepoint); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/dbi/dbd.h: In function 'dbd_release_savepoint': dbd_mysql.c:669:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&query, "RELEASE SAVEPOINT %s", savepoint); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/dbd_mysql.Tpo .deps/dbd_mysql.Plo /bin/sh ../../libtool --tag=CC --mode=link i686-tld-linux-gcc -std=gnu99 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -module -avoid-version -L/usr/lib -lmysqlclient_r -no-undefined -ldbi -L/usr/lib -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o libdbdmysql.la -rpath /usr/lib/dbd dbd_mysql.lo libtool: link: i686-tld-linux-gcc -shared -fPIC -DPIC -O2 -fstack-protector -march=i686 -mtune=pentium4 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc .libs/dbd_mysql.o -L/usr/lib -lmysqlclient_r /usr/lib/libdbi.so -ldl -lm -Wl,-soname -Wl,libdbdmysql.so -o .libs/libdbdmysql.so /usr/bin/ld: cannot find -lmysqlclient_r collect2: error: ld returned 1 exit status make[3]: *** [Makefile:478: libdbdmysql.la] Error 1 make[3]: Leaving directory '/tmp/B.nBE95L/BUILD/libdbi-drivers-0.9.0/drivers/mysql' make[2]: *** [Makefile:403: all-recursive] Error 1 make[2]: Leaving directory '/tmp/B.nBE95L/BUILD/libdbi-drivers-0.9.0/drivers' make[1]: *** [Makefile:454: all-recursive] Error 1 make[1]: Leaving directory '/tmp/B.nBE95L/BUILD/libdbi-drivers-0.9.0' make: *** [Makefile:384: all] Error 2 error: Bad exit status from /tmp/B.nBE95L/BUILD/tmp/rpm-tmp.52158 (%build) RPM build errors: Bad exit status from /tmp/B.nBE95L/BUILD/tmp/rpm-tmp.52158 (%build) ended at: Wed Mar 7 12:37:16 2018, done in 0:00:08.859305 error: No files produced. mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.nBE95L/BUILD + rm -rf /tmp/B.nBE95L/tmp /tmp/B.nBE95L/BUILD mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.nBE95L Begin-TLD-Builder-Info Build-Time: user:7.67s sys:0.57s real:9.97s (faults io:0 non-io:511272) End-TLD-Builder-Info