# src : https://buildlogs.pld-linux.org/pld/th/x32/FAIL/microcom,bd2afd50-19ce-4a11-a7ad-8f69880ff707.bz2 # date : 2026/03/03 00:14:24 request from: arekm2 checking if we should skip the build started at: Tue Mar 3 00:14:22 2026 killing old processes on a builder sending signal 9 to pid -1 cleaning up /tmp fetching https://srcbuilder.pld-linux.org/th//srpms/bd2afd50-19ce-4a11-a7ad-8f69880ff707/microcom-1.02-2.src.rpm fetched 32525 bytes, 180.8 K/s installing srpm: microcom-1.02-2.src.rpm + install -d /tmp/B.58ybu9ws/BUILD /tmp/B.58ybu9ws/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog microcom-1.02-2.src.rpm * Tue Mar 03 2026 PLD Linux Team - For complete changelog see: http://git.pld-linux.org/?p=packages/microcom.git;a=log;h=master * Tue Mar 03 2026 Arkadiusz Miśkiewicz 470192e - Release 2 (by relup.sh) * Tue Feb 13 2007 Elan Ruusamäe 3a591cc - tabs in preamble * Mon Feb 12 2007 Jan Rękorajski 8f8be15 - converted to UTF-8 * Sat Aug 09 2003 ankry 1dab4e6 - some pl translations, cosmetics * Sun Aug 03 2003 Arkadiusz Miśkiewicz c660f0e - initial pld release + rpm -Uhv --nodeps --define '_topdir /tmp/B.58ybu9ws' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' microcom-1.02-2.src.rpm Updating / installing... microcom-1.02-2 ######################################## + rm -f microcom-1.02-2.src.rpm + install -m 700 -d /tmp/B.58ybu9ws/BUILD/tmp + TMPDIR=/tmp/B.58ybu9ws/BUILD/tmp + exec nice -n 0 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.58ybu9ws' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x32-pld-linux --define 'prep exit 0' /tmp/B.58ybu9ws/microcom.spec Building target platforms: x32-pld-linux Building for target x32-pld-linux checking BuildConflict-ing packages rpm: Building target platforms: x32-pld-linux rpm: Building for target x32-pld-linux no BuildConflicts found checking BR rpm: Building target platforms: x32-pld-linux rpm: Building for target x32-pld-linux no BR needed building RPM using: set -ex; : build-id: bd2afd50-19ce-4a11-a7ad-8f69880ff707; TMPDIR=/tmp/B.58ybu9ws/BUILD/tmp exec nice -n 0 rpmbuild -bb --define '__jobs 28' --define '_smp_mflags -j28' --define '_make_opts -Otarget' --define '_pld_builder 1' --define '_topdir /tmp/B.58ybu9ws' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x32-pld-linux /tmp/B.58ybu9ws/microcom.spec + : build-id: bd2afd50-19ce-4a11-a7ad-8f69880ff707 + TMPDIR=/tmp/B.58ybu9ws/BUILD/tmp + exec nice -n 0 rpmbuild -bb --define '__jobs 28' --define '_smp_mflags -j28' --define '_make_opts -Otarget' --define '_pld_builder 1' --define '_topdir /tmp/B.58ybu9ws' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x32-pld-linux /tmp/B.58ybu9ws/microcom.spec Building target platforms: x32-pld-linux Building for target x32-pld-linux Executing(%mkbuilddir): /bin/sh -e /tmp/B.58ybu9ws/BUILD/tmp/rpm-tmp.Wuk2xQ Executing(%prep): /bin/sh -e /tmp/B.58ybu9ws/BUILD/tmp/rpm-tmp.Nk6Lae + umask 022 + cd /tmp/B.58ybu9ws/BUILD/microcom-1.02-build + cd /tmp/B.58ybu9ws/BUILD/microcom-1.02-build + rm -rf microcom-1.02 + /bin/mkdir -p microcom-1.02 + cd microcom-1.02 + /usr/lib/rpm/rpmuncompress -x /tmp/B.58ybu9ws/m102.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 + jobs -p + exit 0 Executing(%build): /bin/sh -e /tmp/B.58ybu9ws/BUILD/tmp/rpm-tmp.cdC9C2 HOME=/home/users/builder PATH=/home/users/builder/GNUstep/Tools:/bin:/usr/bin:/usr/local/bin TMPDIR=/tmp/B.58ybu9ws/BUILD/tmp + umask 022 + cd /tmp/B.58ybu9ws/BUILD/microcom-1.02-build + cd microcom-1.02 + /usr/bin/make -Otarget -j28 gcc -O -c microcom.c microcom.c:28:5: warning: built-in function ‘log’ declared as non-function [-Wbuiltin-declaration-mismatch] 28 | int log = 0; /* log active flag */ | ^~~ microcom.c: In function ‘main’: microcom.c:150:11: error: implicit declaration of function ‘autodetect’ [-Wimplicit-function-declaration] 150 | if (autodetect(i)) { | ^~~~~~~~~~ make: *** [Makefile:34: microcom.o] Error 1 make: *** Waiting for unfinished jobs.... gcc -O -c script.c script.c: In function ‘s_error’: script.c:70:13: warning: old-style function definition [-Wold-style-definition] 70 | static void s_error(fmt, a1, a2, a3) | ^~~~~~~ script.c: At top level: script.c:352:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 352 | { "expect", doexpect }, | ^~~~~~~~ script.c:352:17: note: (near initialization for ‘keywords[0].fn’) script.c:226:7: note: ‘doexpect’ declared here 226 | char* doexpect(char *text) | ^~~~~~~~ script.c:353:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 353 | { "send", dosend }, | ^~~~~~ script.c:353:17: note: (near initialization for ‘keywords[1].fn’) script.c:204:7: note: ‘dosend’ declared here 204 | char* dosend(char *text) | ^~~~~~ script.c:354:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 354 | { "suspend", dosuspend }, | ^~~~~~~~~ script.c:354:17: note: (near initialization for ‘keywords[2].fn’) script.c:273:7: note: ‘dosuspend’ declared here 273 | char* dosuspend(char* text) { | ^~~~~~~~~ script.c:355:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 355 | { "!", doshell }, | ^~~~~~~ script.c:355:17: note: (near initialization for ‘keywords[3].fn’) script.c:279:7: note: ‘doshell’ declared here 279 | char* doshell(char* text) { | ^~~~~~~ script.c:356:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 356 | { "goto", dogoto }, | ^~~~~~ script.c:356:17: note: (near initialization for ‘keywords[4].fn’) script.c:326:7: note: ‘dogoto’ declared here 326 | char* dogoto(char* text) { | ^~~~~~ script.c:360:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 360 | { "print", doprint }, | ^~~~~~~ script.c:360:17: note: (near initialization for ‘keywords[5].fn’) script.c:153:7: note: ‘doprint’ declared here 153 | char* doprint(char *text) | ^~~~~~~ script.c:361:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 361 | { "set", doset }, | ^~~~~ script.c:361:17: note: (near initialization for ‘keywords[6].fn’) script.c:162:7: note: ‘doset’ declared here 162 | char* doset(char *text) | ^~~~~ script.c:362:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 362 | { "inc", doinc }, | ^~~~~ script.c:362:17: note: (near initialization for ‘keywords[7].fn’) script.c:192:7: note: ‘doinc’ declared here 192 | char* doinc(char *text) | ^~~~~ script.c:363:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 363 | { "dec", dodec }, | ^~~~~ script.c:363:17: note: (near initialization for ‘keywords[8].fn’) script.c:177:7: note: ‘dodec’ declared here 177 | char* dodec(char *text) | ^~~~~ script.c:364:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 364 | { "if", doif }, | ^~~~ script.c:364:17: note: (near initialization for ‘keywords[9].fn’) script.c:287:7: note: ‘doif’ declared here 287 | char* doif(char* text) { | ^~~~ script.c:365:17: error: initialization of ‘char * (*)(void)’ from incompatible pointer type ‘char * (*)(char *)’ [-Wincompatible-pointer-types] 365 | { "timeout", dotimeout }, | ^~~~~~~~~ script.c:365:17: note: (near initialization for ‘keywords[10].fn’) script.c:209:7: note: ‘dotimeout’ declared here 209 | char* dotimeout(char *text) | ^~~~~~~~~ script.c: In function ‘s_exec’: script.c:396:11: error: too many arguments to function ‘k->fn’; expected 0, have 1 396 | return((*(k->fn))(text)); | ~^~~~~~~~~ ~~~~ script.c:350:11: note: declared here 350 | char* (*fn)(); | ^~ make: *** [Makefile:28: script.o] Error 1 gcc -O -c autodet.c gcc -O -c mux.c mux.c:27:12: warning: built-in function ‘log’ declared as non-function [-Wbuiltin-declaration-mismatch] 27 | extern int log; | ^~~ gcc -O -c help.c help.c:26:12: warning: built-in function ‘log’ declared as non-function [-Wbuiltin-declaration-mismatch] 26 | extern int log; /* log active flag */ | ^~~ error: Bad exit status from /tmp/B.58ybu9ws/BUILD/tmp/rpm-tmp.cdC9C2 (%build) RPM build errors: Bad exit status from /tmp/B.58ybu9ws/BUILD/tmp/rpm-tmp.cdC9C2 (%build) ended at: Tue Mar 3 00:14:24 2026, done in 0:00:00.300966 error: No files produced. + chmod -R u+rwX /tmp/B.58ybu9ws/BUILD + rm -rf /tmp/B.58ybu9ws/tmp /tmp/B.58ybu9ws/BUILD + rm -rf /tmp/B.58ybu9ws Begin-PLD-Builder-Info Build-Time: user:1.29s sys:0.88s real:2.03s (faults io:0 non-io:120543) End-PLD-Builder-Info