<86>Oct 29 15:06:40 userdel[168246]: delete user 'rooter' <86>Oct 29 15:06:40 userdel[168246]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:06:40 userdel[168246]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:06:40 groupadd[168279]: group added to /etc/group: name=rooter, GID=1814 <86>Oct 29 15:06:40 groupadd[168279]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:06:40 groupadd[168279]: new group: name=rooter, GID=1814 <86>Oct 29 15:06:40 useradd[168323]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:06:41 userdel[168381]: delete user 'builder' <86>Oct 29 15:06:41 userdel[168381]: removed group 'builder' owned by 'builder' <86>Oct 29 15:06:41 userdel[168381]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:06:41 groupadd[168428]: group added to /etc/group: name=builder, GID=1815 <86>Oct 29 15:06:41 groupadd[168428]: group added to /etc/gshadow: name=builder <86>Oct 29 15:06:41 groupadd[168428]: new group: name=builder, GID=1815 <86>Oct 29 15:06:41 useradd[168462]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ppmtocpva-1.0-alt1.1.src.rpm: The use of such a license name is ambiguous: GPL <13>Oct 29 15:06:44 rpmi: rgb-1.0.6-alt3 sisyphus+275450.100.1.2 1624513780 installed <13>Oct 29 15:06:44 rpmi: libnetpbm11-10.85.04-alt2 sisyphus+326391.500.4.2 1691152837 installed <13>Oct 29 15:06:44 rpmi: libnetpbm-devel-10.85.04-alt2 sisyphus+326391.500.4.2 1691152837 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ppmtocpva-1.0-alt1.1.nosrc.rpm (w1.gzdio) Installing ppmtocpva-1.0-alt1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.31466 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ppmtocpva-1.0 + echo 'Source #0 (ppmtocpva-1.0.tar):' Source #0 (ppmtocpva-1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ppmtocpva-1.0.tar + cd ppmtocpva-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (ppmtocpva-1.0-netpbm.patch):' Patch #1 (ppmtocpva-1.0-netpbm.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #2 (ppmtocpva-1.0-LDFLAGS.patch):' Patch #2 (ppmtocpva-1.0-LDFLAGS.patch): + /usr/bin/patch -p0 patching file Makefile + chmod 644 Makefile README cpva-colour ppmtocpva.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.31466 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ppmtocpva-1.0 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -I/usr/include/netpbm' make: Entering directory '/usr/src/RPM/BUILD/ppmtocpva-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -I/usr/include/netpbm -o ppmtocpva ppmtocpva.c -lnetpbm -lm ppmtocpva.c: In function 'build_dith': ppmtocpva.c:390:3: error: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 390 | memcpy(sorted,indith,sizeof(int)*n*n); | ^~~~~~ ppmtocpva.c:22:1: note: include '' or provide a declaration of 'memcpy' 21 | #include +++ |+#include 22 | ppmtocpva.c:390:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 390 | memcpy(sorted,indith,sizeof(int)*n*n); | ^~~~~~ ppmtocpva.c:390:3: note: include '' or provide a declaration of 'memcpy' ppmtocpva.c: In function 'main': ppmtocpva.c:815:14: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 815 | if (strlen(val) <= strlen(options[i].name) && | ^~~~~~ ppmtocpva.c:815:14: note: include '' or provide a declaration of 'strlen' ppmtocpva.c:815:14: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] ppmtocpva.c:815:14: note: include '' or provide a declaration of 'strlen' ppmtocpva.c:816:15: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 816 | !strncmp(val, options[i].name, strlen(val))) { | ^~~~~~~ ppmtocpva.c:816:15: note: include '' or provide a declaration of 'strncmp' ppmtocpva.c:864:15: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 864 | strcpy(options[i].value,argv[1]); | ^~~~~~ ppmtocpva.c:864:15: note: include '' or provide a declaration of 'strcpy' ppmtocpva.c:864:15: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] ppmtocpva.c:864:15: note: include '' or provide a declaration of 'strcpy' ppmtocpva.c:913:9: warning: the address of 'mediatype' will always evaluate as 'true' [-Waddress] 913 | if ( mediatype && mediatype[0] ) { | ^~~~~~~~~ ppmtocpva.c:914:11: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 914 | if ( strcmp(mediatype,"paper") == 0 ) | ^~~~~~ ppmtocpva.c:914:11: note: include '' or provide a declaration of 'strcmp' ppmtocpva.c:946:9: warning: the address of 'papersize' will always evaluate as 'true' [-Waddress] 946 | if ( papersize && papersize[0] ) { | ^~~~~~~~~ ppmtocpva.c:1020:16: warning: too many arguments for format [-Wformat-extra-args] 1020 | pm_error("can't allocate space for row", 0,0,0,0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppmtocpva.c:1038:21: error: implicit declaration of function 'time' [-Wimplicit-function-declaration] 1038 | srandom( (int) ( time( 0 ) ^ getpid( ) ) ); | ^~~~ ppmtocpva.c:22:1: note: 'time' is defined in header ''; this is probably fixable by adding '#include ' 21 | #include +++ |+#include 22 | ppmtocpva.c:1239:6: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 1239 | memset(cyanbits,0,cols); | ^~~~~~ ppmtocpva.c:1239:6: note: include '' or provide a declaration of 'memset' ppmtocpva.c:1239:6: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] ppmtocpva.c:1239:6: note: include '' or provide a declaration of 'memset' ppmtocpva.c: At top level: ppmtocpva.c:213:18: warning: 'dithmat10' defined but not used [-Wunused-const-variable=] 213 | static const int dithmat10[10*10] = { | ^~~~~~~~~ ppmtocpva.c:205:18: warning: 'dithmat6linelow' defined but not used [-Wunused-const-variable=] 205 | static const int dithmat6linelow[6*6] = { | ^~~~~~~~~~~~~~~ ppmtocpva.c:183:18: warning: 'dithmat6dot' defined but not used [-Wunused-const-variable=] 183 | static const int dithmat6dot[6*6] = { | ^~~~~~~~~~~ ppmtocpva.c:171:18: warning: 'dithmat8line' defined but not used [-Wunused-const-variable=] 171 | static const int dithmat8line[8*8] = { | ^~~~~~~~~~~~ make: *** [Makefile:6: ppmtocpva] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/ppmtocpva-1.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.31466 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.31466 (%build) Command exited with non-zero status 1 0.05user 0.05system 0:00.11elapsed 103%CPU (0avgtext+0avgdata 25688maxresident)k 0inputs+0outputs (0major+10538minor)pagefaults 0swaps hsh-rebuild: rebuild of `ppmtocpva-1.0-alt1.1.src.rpm' failed. Command exited with non-zero status 1 3.77user 3.84system 0:12.84elapsed 59%CPU (0avgtext+0avgdata 140568maxresident)k 96inputs+0outputs (0major+183121minor)pagefaults 0swaps