request from: hawk checking if we should skip the build started at: Wed Apr 29 23:08:06 2020 fetching http://src.tld-linux.org/~builderti//srpms/4849e3e6-fc61-4ecc-a001-48a95b091151/perl-WWW-Curl-4.17-4.src.rpm fetched 58340 bytes, 1036.8 K/s installing srpm: perl-WWW-Curl-4.17-4.src.rpm + install -d /tmp/B.W0doDF/BUILD /tmp/B.W0doDF/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-WWW-Curl-4.17-4.src.rpm * Wed Apr 29 2020 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-WWW-Curl.git;a=log;h=80df9a5a27435c001e81b791063944b051111405 * Sat Jan 25 2020 Jan Rękorajski 80df9a5 - drop obsolete and outdated manual inclusion of rpm macros * Thu Dec 05 2019 Jan Rękorajski 6cfc52b - fix building with curl 7.66+ - rel 4 + rpm -Uhv --nodeps --define '_topdir /tmp/B.W0doDF' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests perl-WWW-Curl-4.17-4.src.rpm perl-WWW-Curl ################################################## + rm -f perl-WWW-Curl-4.17-4.src.rpm + install -m 700 -d /tmp/B.W0doDF/BUILD/tmp + TMPDIR=/tmp/B.W0doDF/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.W0doDF' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux --define 'prep exit 0' /tmp/B.W0doDF/perl-WWW-Curl.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: 4849e3e6-fc61-4ecc-a001-48a95b091151; TMPDIR=/tmp/B.W0doDF/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.W0doDF' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.W0doDF/perl-WWW-Curl.spec + : build-id: 4849e3e6-fc61-4ecc-a001-48a95b091151 + TMPDIR=/tmp/B.W0doDF/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.W0doDF' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.W0doDF/perl-WWW-Curl.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.W0doDF/BUILD/tmp /bin/sh -e /tmp/B.W0doDF/BUILD/tmp/rpm-tmp.25000 + umask 022 + cd /tmp/B.W0doDF/BUILD + cd /tmp/B.W0doDF/BUILD + rm -rf WWW-Curl-4.17 + /usr/bin/gzip -dc /tmp/B.W0doDF/WWW-Curl-4.17.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd WWW-Curl-4.17 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (WWW-Curl-4.17-Skip-preprocessor-symbol-only-CURL_STRICTER.patch):' Patch #0 (WWW-Curl-4.17-Skip-preprocessor-symbol-only-CURL_STRICTER.patch): + Curl.xsc cp lib/WWW/Curl.pm blib/lib/WWW/Curl.pm cp lib/WWW/Curl/Multi.pm blib/lib/WWW/Curl/Multi.pm cp lib/WWW/Curl/Form.pm blib/lib/WWW/Curl/Form.pm cp lib/WWW/Curl/Share.pm blib/lib/WWW/Curl/Share.pm cp lib/WWW/Curl/Easy.pm blib/lib/WWW/Curl/Easy.pm chmod 644 "Curl.bs" "/usr/bin/perl5.30.2" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/WWW/Curl/Curl.bs 644 mv Curl.xsc Curl.c i686-tld-linux-gcc -c -I/usr/include -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -DVERSION=\"4.17\" -DXS_VERSION=\"4.17\" -fPIC "-I/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/CORE" Curl.c In file included from Curl.xs:578: curlopt-constants.c: In function 'constant': curlopt-constants.c:183:46: error: 'CURL_WIN32' undeclared (first use in this function); did you mean 'CURLINFO'? 183 | if (strEQ(name, "WIN32")) return CURL_WIN32; | ^~~~~~~~~~ | CURLINFO curlopt-constants.c:183:46: note: each undeclared identifier is reported only once for each function it appears in curlopt-constants.c:2403:48: error: 'CURLOPT' undeclared (first use in this function) 2403 | if (strEQ(name, "CURLOPT")) return CURLOPT; | ^~~~~~~ make: *** [Makefile:347: Curl.o] Error 1 error: Bad exit status from /tmp/B.W0doDF/BUILD/tmp/rpm-tmp.25000 (%build) RPM build errors: Bad exit status from /tmp/B.W0doDF/BUILD/tmp/rpm-tmp.25000 (%build) ended at: Wed Apr 29 23:08:07 2020, done in 0:00:01.204989 error: No files produced. + chmod -R u+rwX /tmp/B.W0doDF/BUILD + rm -rf /tmp/B.W0doDF/tmp /tmp/B.W0doDF/BUILD + rm -rf /tmp/B.W0doDF Begin-TLD-Builder-Info Build-Time: user:1.55s sys:0.43s real:1.78s (faults io:0 non-io:83458) End-TLD-Builder-Info