<86>Jun 3 04:51:23 userdel[344538]: delete user 'rooter' <86>Jun 3 04:51:23 userdel[344538]: removed group 'rooter' owned by 'rooter' <86>Jun 3 04:51:23 userdel[344538]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 3 04:51:23 groupadd[344552]: group added to /etc/group: name=rooter, GID=1871 <86>Jun 3 04:51:23 groupadd[344552]: group added to /etc/gshadow: name=rooter <86>Jun 3 04:51:23 groupadd[344552]: new group: name=rooter, GID=1871 <86>Jun 3 04:51:23 useradd[344561]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Jun 3 04:51:23 userdel[344576]: delete user 'builder' <86>Jun 3 04:51:23 userdel[344576]: removed group 'builder' owned by 'builder' <86>Jun 3 04:51:23 userdel[344576]: removed shadow group 'builder' owned by 'builder' <86>Jun 3 04:51:23 groupadd[344591]: group added to /etc/group: name=builder, GID=1872 <86>Jun 3 04:51:23 groupadd[344591]: group added to /etc/gshadow: name=builder <86>Jun 3 04:51:23 groupadd[344591]: new group: name=builder, GID=1872 <86>Jun 3 04:51:23 useradd[344599]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none <13>Jun 3 04:51:24 rpmi: libpng16-1.6.39-alt1 sisyphus+310490.100.1.1 1669195208 installed <13>Jun 3 04:51:24 rpmi: zlib-devel-1.2.13-alt1 sisyphus+309409.200.2.1 1667402045 installed <13>Jun 3 04:51:24 rpmi: libpng-devel-1.6.39-alt1 sisyphus+310490.100.1.1 1669195208 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.10747 + 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.10747 + 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:53: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 358 | if(!strcmp(argv[++z], "png")) | ^~~~~~ stereograph.c:29:1: note: include '' or provide a declaration of 'strcmp' 28 | #include "globals.h" +++ |+#include 29 | + for module in stereograph renderer gfxio + gcc -O2 -fcommon -Dlinux -c -o renderer.o renderer.c renderer.c: In function 'NormalScan': renderer.c:317:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 317 | memcpy(stereo_data + Renderer.startx, texture_data, Texture.Width * sizeof(int)); | ^~~~~~ renderer.c:27:1: note: include '' or provide a declaration of 'memcpy' 26 | #include "renderer.h" +++ |+#include 27 | renderer.c:317:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 317 | memcpy(stereo_data + Renderer.startx, texture_data, Texture.Width * sizeof(int)); | ^~~~~~ renderer.c:317:9: note: include '' or provide a declaration of 'memcpy' renderer.c: In function 'ZoomScan': renderer.c:454:17: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 454 | memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width * sizeof(int)); | ^~~~~~ renderer.c:454:17: note: include '' or provide a declaration of 'memcpy' renderer.c: In function 'ZoomAAScan': renderer.c:523:17: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 523 | memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width*sizeof(int)); | ^~~~~~ renderer.c:523:17: 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:25: 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:34:1: note: include '' or provide a declaration of 'memcpy' 33 | #include "globals.h" +++ |+#include 34 | gfxio.c:104:25: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 104 | memcpy(temp_gfx + y * width, gfx->Data + gfx->Width * y, width*sizeof(int)); | ^~~~~~ gfxio.c:104:25: note: include '' or provide a declaration of 'memcpy' gfxio.c: In function 'Write_Gfx_File': gfxio.c:237:28: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 237 | if(strlen(file_name) >= 4) { | ^~~~~~ gfxio.c:237:28: note: include '' or provide a declaration of 'strlen' gfxio.c:237:28: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] gfxio.c:237:28: note: include '' or provide a declaration of 'strlen' gfxio.c:238:37: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 238 | if(!strcmp(file_name + strlen(file_name) - 4, ".tga")) | ^~~~~~ gfxio.c:238:37: note: include '' or provide a declaration of 'strcmp' gfxio.c: In function 'Read_TARGA': gfxio.c:536:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 536 | memcpy(header, check_header, sizeof(char)*8); | ^~~~~~ gfxio.c:536:9: note: include '' or provide a declaration of 'memcpy' gfxio.c: In function 'Write_TARGA': gfxio.c:697:14: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 697 | putc(strlen("created by stereograph"), ofile); | ^~~~~~ gfxio.c:697:14: 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.90743 + 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.90743 + 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.fCYcpx 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.rhKk5W 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.34), 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.FkbTMp 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.NPYnbS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.awlUyF 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) 1.00user 0.59system 0:06.24elapsed 25%CPU (0avgtext+0avgdata 32448maxresident)k 0inputs+0outputs (0major+155829minor)pagefaults 0swaps 1.57user 1.26system 0:10.86elapsed 26%CPU (0avgtext+0avgdata 109616maxresident)k 632inputs+0outputs (0major+186318minor)pagefaults 0swaps --- stereograph-0.30a-alt3.i586.rpm.repo 2021-04-06 17:33:02.000000000 +0000 +++ stereograph-0.30a-alt3.i586.rpm.hasher 2023-06-03 04:51:32.667363478 +0000 @@ -13,2 +13,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -21,3 +22,3 @@ Provides: stereograph = 0.30a-alt3:sisyphus+269067.100.1.1 -File: /usr/bin/stereograph 100755 root:root 5f5021550ba96881b4320285ac9cfab3 +File: /usr/bin/stereograph 100755 root:root 0ee869081f7b3aa8385bde6eca69ee73 File: /usr/share/doc/stereograph-0.30a 40755 root:root @@ -27,2 +28,2 @@ File: /usr/share/man/man1/stereograph.1.xz 100644 root:root 57532f6333d39f4d8766c05e4ba60a1e -RPMIdentity: bb14fa108736824a92a5759c8876859b543d7f76493576693ea917785a2094255183776936aebd570e736ef7cbe106e7b8c9b9df12fd165a88f616619e28ed83 +RPMIdentity: cfb52f7e6d6c3dff1ff130640323a9879657d8bb66cc44ae904d5598830c3a6629e9dfc6c3bdcf9e3666b5decab2742c4e63f8b0b412db5398788d0fbf787ddf --- stereograph-debuginfo-0.30a-alt3.i586.rpm.repo 2021-04-06 17:33:02.000000000 +0000 +++ stereograph-debuginfo-0.30a-alt3.i586.rpm.hasher 2023-06-03 04:51:32.719364135 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/8b 40755 root:root -/usr/lib/debug/.build-id/8b/555b8983287d25c28ba28152f6d9855950f541 120777 root:root ../../../../bin/stereograph -/usr/lib/debug/.build-id/8b/555b8983287d25c28ba28152f6d9855950f541.debug 120777 root:root ../../usr/bin/stereograph.debug +/usr/lib/debug/.build-id/5f 40755 root:root +/usr/lib/debug/.build-id/5f/d1061a10b08fb9d80a4726e09dc1805d4f3c82 120777 root:root ../../../../bin/stereograph +/usr/lib/debug/.build-id/5f/d1061a10b08fb9d80a4726e09dc1805d4f3c82.debug 120777 root:root ../../usr/bin/stereograph.debug /usr/lib/debug/usr/bin/stereograph.debug 100644 root:root @@ -11,6 +11,6 @@ Provides: stereograph-debuginfo = 0.30a-alt3:sisyphus+269067.100.1.1 -File: /usr/lib/debug/.build-id/8b 40755 root:root -File: /usr/lib/debug/.build-id/8b/555b8983287d25c28ba28152f6d9855950f541 120777 root:root ../../../../bin/stereograph -File: /usr/lib/debug/.build-id/8b/555b8983287d25c28ba28152f6d9855950f541.debug 120777 root:root ../../usr/bin/stereograph.debug -File: /usr/lib/debug/usr/bin/stereograph.debug 100644 root:root 418bb33bb8b0e74864de00afaa027df5 -RPMIdentity: adc364e0eaee7d50427adb4dc377482603fa67412832cc6b78b71b9d6439e29b35f4d25c10b57b0eca2f79f6a8c622d129813f002235eec5f9636a465fcdbcfb +File: /usr/lib/debug/.build-id/5f 40755 root:root +File: /usr/lib/debug/.build-id/5f/d1061a10b08fb9d80a4726e09dc1805d4f3c82 120777 root:root ../../../../bin/stereograph +File: /usr/lib/debug/.build-id/5f/d1061a10b08fb9d80a4726e09dc1805d4f3c82.debug 120777 root:root ../../usr/bin/stereograph.debug +File: /usr/lib/debug/usr/bin/stereograph.debug 100644 root:root 8d7daedf323a112fa86dd7d20fa785cf +RPMIdentity: 4ed44d7cf8168f6b0d8bdeb277e8dd6878fe93a1e3406bc07e81976bbc4b5a3a365bb6a35df63ab1a463e68e405b508c1af1ce4cab3275cec337faf0330adf4f