<86>Nov 9 06:18:43 userdel[1169397]: delete user 'rooter' <86>Nov 9 06:18:43 groupadd[1169418]: group added to /etc/group: name=rooter, GID=1238 <86>Nov 9 06:18:43 groupadd[1169418]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:18:43 groupadd[1169418]: new group: name=rooter, GID=1238 <86>Nov 9 06:18:43 useradd[1169435]: new user: name=rooter, UID=1238, GID=1238, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:18:43 userdel[1169469]: delete user 'builder' <86>Nov 9 06:18:43 userdel[1169469]: removed group 'builder' owned by 'builder' <86>Nov 9 06:18:43 groupadd[1169494]: group added to /etc/group: name=builder, GID=1239 <86>Nov 9 06:18:43 groupadd[1169494]: group added to /etc/gshadow: name=builder <86>Nov 9 06:18:43 groupadd[1169494]: new group: name=builder, GID=1239 <86>Nov 9 06:18:43 useradd[1169510]: new user: name=builder, UID=1239, GID=1239, 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>Nov 9 06:18:49 rpmi: rgb-1.0.6-alt3 sisyphus+275450.100.1.2 1624513781 installed <13>Nov 9 06:18:49 rpmi: libnetpbm11-10.85.04-alt2 sisyphus+326391.500.4.2 1691152857 installed <13>Nov 9 06:18:49 rpmi: libnetpbm-devel-10.85.04-alt2 sisyphus+326391.500.4.2 1691152857 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91941 + 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.91941 + 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 -march=i586 -mtune=generic -I/usr/include/netpbm' make: Entering directory '/usr/src/RPM/BUILD/ppmtocpva-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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.91941 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.91941 (%build) Command exited with non-zero status 1 0.14user 0.08system 0:00.21elapsed 102%CPU (0avgtext+0avgdata 21504maxresident)k 0inputs+0outputs (0major+9730minor)pagefaults 0swaps hsh-rebuild: rebuild of `ppmtocpva-1.0-alt1.1.src.rpm' failed. Command exited with non-zero status 1 6.99user 2.51system 0:12.33elapsed 77%CPU (0avgtext+0avgdata 132148maxresident)k 344inputs+0outputs (0major+180635minor)pagefaults 0swaps