<86>Jul 13 09:16:44 userdel[2512775]: delete user 'rooter' <86>Jul 13 09:16:44 userdel[2512775]: removed group 'rooter' owned by 'rooter' <86>Jul 13 09:16:44 userdel[2512775]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 13 09:16:44 groupadd[2512788]: group added to /etc/group: name=rooter, GID=630 <86>Jul 13 09:16:44 groupadd[2512788]: group added to /etc/gshadow: name=rooter <86>Jul 13 09:16:44 groupadd[2512788]: new group: name=rooter, GID=630 <86>Jul 13 09:16:44 useradd[2512802]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash <86>Jul 13 09:16:44 userdel[2512815]: delete user 'builder' <86>Jul 13 09:16:44 userdel[2512815]: removed group 'builder' owned by 'builder' <86>Jul 13 09:16:44 userdel[2512815]: removed shadow group 'builder' owned by 'builder' <86>Jul 13 09:16:44 groupadd[2512828]: group added to /etc/group: name=builder, GID=631 <86>Jul 13 09:16:44 groupadd[2512828]: group added to /etc/gshadow: name=builder <86>Jul 13 09:16:44 groupadd[2512828]: new group: name=builder, GID=631 <86>Jul 13 09:16:44 useradd[2512836]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash <13>Jul 13 09:16:47 rpmi: libpng16-1.6.37-alt1 sisyphus+275734.100.2.1 1624788812 installed <13>Jul 13 09:16:47 rpmi: zlib-devel-1.2.11-alt1 sisyphus+278099.4700.1.1 1626032672 installed <13>Jul 13 09:16:47 rpmi: libpng-devel-1.6.37-alt1 sisyphus+275734.100.2.1 1624788812 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/stereograph-0.30a-alt3.nosrc.rpm (w1.gzdio) Installing stereograph-0.30a-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88375 + 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.88375 + 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 -fcommon -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 -fcommon -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 -fcommon -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 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12770 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/stereograph-buildroot + : + /bin/rm -rf -- /usr/src/tmp/stereograph-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd stereograph-0.30a + install -pD -m 755 stereograph /usr/src/tmp/stereograph-buildroot/usr/bin/stereograph + install -pD -m 644 stereograph.1 /usr/src/tmp/stereograph-buildroot/usr/share/man/man1/stereograph.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/stereograph-buildroot (auto) Verifying and fixing files in /usr/src/tmp/stereograph-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/stereograph-buildroot/ (default) Compressing files in /usr/src/tmp/stereograph-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/stereograph-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/stereograph: uses non-LFS functions: fopen Processing files: stereograph-0.30a-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24515 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stereograph-0.30a + DOCDIR=/usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a + export DOCDIR + rm -rf /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a + /bin/mkdir -p /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a + cp -prL README ChangeLog AUTHORS /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a + chmod -R go-w /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a + chmod -R a+rX /usr/src/tmp/stereograph-buildroot/usr/share/doc/stereograph-0.30a + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5T0V6j find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bWcH4h find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libpng16.so.16 >= set:lgHMZqVB6r63A5lpq9ZlcwUlUpuBVoyfEkBhC3I6hhc2qWrJT0dx4mSUEvSIquP2, libpng16.so.16(PNG16_0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xyq1rj Creating stereograph-debuginfo package Processing files: stereograph-debuginfo-0.30a-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Sdqcwi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jUFq0h find-requires: running scripts (debuginfo) Requires: stereograph = 0.30a-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libpng16.so.16) Adding to stereograph-debuginfo a strict dependency on stereograph Wrote: /usr/src/RPM/RPMS/i586/stereograph-0.30a-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/stereograph-debuginfo-0.30a-alt3.i586.rpm (w2.lzdio) 2.94user 1.20system 0:07.93elapsed 52%CPU (0avgtext+0avgdata 31424maxresident)k 0inputs+0outputs (0major+152072minor)pagefaults 0swaps 9.06user 7.18system 0:19.03elapsed 85%CPU (0avgtext+0avgdata 103752maxresident)k 0inputs+0outputs (0major+427435minor)pagefaults 0swaps --- stereograph-0.30a-alt3.i586.rpm.repo 2021-04-06 17:33:02.000000000 +0000 +++ stereograph-0.30a-alt3.i586.rpm.hasher 2021-07-13 09:16:59.825827650 +0000 @@ -21,2 +21,2 @@ Provides: stereograph = 0.30a-alt3:sisyphus+269067.100.1.1 -RPMIdentity: 80b0a333f9dd1bca4abb529f05252ad7 +RPMIdentity: c6e3179674ca05928d628b3247368b49 --- stereograph-debuginfo-0.30a-alt3.i586.rpm.repo 2021-04-06 17:33:02.000000000 +0000 +++ stereograph-debuginfo-0.30a-alt3.i586.rpm.hasher 2021-07-13 09:16:59.959822807 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/8b 40755 -/usr/lib/debug/.build-id/8b/555b8983287d25c28ba28152f6d9855950f541 120777 ../../../../bin/stereograph -/usr/lib/debug/.build-id/8b/555b8983287d25c28ba28152f6d9855950f541.debug 120777 ../../usr/bin/stereograph.debug +/usr/lib/debug/.build-id/b3 40755 +/usr/lib/debug/.build-id/b3/b0415d319ddfc6783cdb9329befa6b946396fc 120777 ../../../../bin/stereograph +/usr/lib/debug/.build-id/b3/b0415d319ddfc6783cdb9329befa6b946396fc.debug 120777 ../../usr/bin/stereograph.debug /usr/lib/debug/usr/bin/stereograph.debug 100644 @@ -11,2 +11,2 @@ Provides: stereograph-debuginfo = 0.30a-alt3:sisyphus+269067.100.1.1 -RPMIdentity: dfc0e2484ff2350c7ceb59956855c15a +RPMIdentity: 3f117ce214228627a66bb941bd32aba2