<86>Mar 30 00:31:29 userdel[3291431]: delete user 'rooter' <86>Mar 30 00:31:29 userdel[3291431]: removed group 'rooter' owned by 'rooter' <86>Mar 30 00:31:29 groupadd[3291440]: group added to /etc/group: name=rooter, GID=669 <86>Mar 30 00:31:29 groupadd[3291440]: group added to /etc/gshadow: name=rooter <86>Mar 30 00:31:29 groupadd[3291440]: new group: name=rooter, GID=669 <86>Mar 30 00:31:29 useradd[3291457]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Mar 30 00:31:29 userdel[3291472]: delete user 'builder' <86>Mar 30 00:31:29 userdel[3291472]: removed group 'builder' owned by 'builder' <86>Mar 30 00:31:29 userdel[3291472]: removed shadow group 'builder' owned by 'builder' <86>Mar 30 00:31:29 groupadd[3291487]: group added to /etc/group: name=builder, GID=670 <86>Mar 30 00:31:29 groupadd[3291487]: group added to /etc/gshadow: name=builder <86>Mar 30 00:31:29 groupadd[3291487]: new group: name=builder, GID=670 <86>Mar 30 00:31:29 useradd[3291499]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/stereograph-0.30a-alt2.src.rpm: The use of such a license name is ambiguous: GPL <13>Mar 30 00:31:31 rpmi: libpng16-1.6.37-alt1 sisyphus+236677.100.2.1 1566917982 installed <13>Mar 30 00:31:31 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed <13>Mar 30 00:31:31 rpmi: libpng-devel-1.6.37-alt1 sisyphus+236677.100.2.1 1566917982 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/stereograph-0.30a-alt2.nosrc.rpm (w1.gzdio) Installing stereograph-0.30a-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51013 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf stereograph-0.30a + echo 'Source #0 (stereograph-0.30a.tar):' Source #0 (stereograph-0.30a.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/stereograph-0.30a.tar + cd stereograph-0.30a + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (stereograph-0.30a-alt-libpng-1.5.x.patch):' Patch #1 (stereograph-0.30a-alt-libpng-1.5.x.patch): + /usr/bin/patch -p0 patching file gfxio.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.51013 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stereograph-0.30a + for module in stereograph renderer gfxio + gcc -O2 -Dlinux -c -o stereograph.o stereograph.c stereograph.c: In function 'parse_args': stereograph.c:358:11: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 358 | if(!strcmp(argv[++z], "png")) | ^~~~~~ + for module in stereograph renderer gfxio + gcc -O2 -Dlinux -c -o renderer.o renderer.c renderer.c: In function 'NormalScan': renderer.c:317:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 317 | memcpy(stereo_data + Renderer.startx, texture_data, Texture.Width * sizeof(int)); | ^~~~~~ renderer.c:317:2: warning: incompatible implicit declaration of built-in function 'memcpy' renderer.c:27:1: note: include '' or provide a declaration of 'memcpy' 26 | #include "renderer.h" +++ |+#include 27 | renderer.c: In function 'ZoomScan': renderer.c:454:3: warning: incompatible implicit declaration of built-in function 'memcpy' 454 | memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width * sizeof(int)); | ^~~~~~ renderer.c:454:3: note: include '' or provide a declaration of 'memcpy' renderer.c: In function 'ZoomAAScan': renderer.c:523:3: warning: incompatible implicit declaration of built-in function 'memcpy' 523 | memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width*sizeof(int)); | ^~~~~~ renderer.c:523:3: note: include '' or provide a declaration of 'memcpy' + for module in stereograph renderer gfxio + gcc -O2 -Dlinux -c -o gfxio.o gfxio.c gfxio.c: In function 'Resize_GFX': gfxio.c:104:4: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 104 | memcpy(temp_gfx + y * width, gfx->Data + gfx->Width * y, width*sizeof(int)); | ^~~~~~ gfxio.c:104:4: warning: incompatible implicit declaration of built-in function 'memcpy' gfxio.c:34:1: note: include '' or provide a declaration of 'memcpy' 33 | #include "globals.h" +++ |+#include 34 | gfxio.c: In function 'Write_Gfx_File': gfxio.c:237:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 237 | if(strlen(file_name) >= 4) { | ^~~~~~ gfxio.c:237:7: warning: incompatible implicit declaration of built-in function 'strlen' gfxio.c:237:7: note: include '' or provide a declaration of 'strlen' gfxio.c:238:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 238 | if(!strcmp(file_name + strlen(file_name) - 4, ".tga")) | ^~~~~~ gfxio.c: In function 'Read_TARGA': gfxio.c:536:2: warning: incompatible implicit declaration of built-in function 'memcpy' 536 | memcpy(header, check_header, sizeof(char)*8); | ^~~~~~ gfxio.c:536:2: note: include '' or provide a declaration of 'memcpy' gfxio.c: In function 'Write_TARGA': gfxio.c:697:7: warning: incompatible implicit declaration of built-in function 'strlen' 697 | putc(strlen("created by stereograph"), ofile); | ^~~~~~ gfxio.c:697:7: note: include '' or provide a declaration of 'strlen' + gcc stereograph.o renderer.o gfxio.o -o stereograph -lm -lz -lpng ld: gfxio.o:(.bss+0x0): multiple definition of `verbose'; stereograph.o:(.bss+0x68): first defined here collect2: error: ld returned 1 exit status error: Bad exit status from /usr/src/tmp/rpm-tmp.51013 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.51013 (%build) Command exited with non-zero status 1 1.19user 0.08system 0:01.27elapsed 99%CPU (0avgtext+0avgdata 37076maxresident)k 0inputs+0outputs (0major+35586minor)pagefaults 0swaps hsh-rebuild: rebuild of `stereograph-0.30a-alt2.src.rpm' failed. Command exited with non-zero status 1 4.42user 2.24system 0:06.37elapsed 104%CPU (0avgtext+0avgdata 108380maxresident)k 0inputs+0outputs (0major+261522minor)pagefaults 0swaps