<86>Aug 17 00:23:17 userdel[3342029]: delete user 'rooter' <86>Aug 17 00:23:17 userdel[3342029]: removed group 'rooter' owned by 'rooter' <86>Aug 17 00:23:17 userdel[3342029]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 17 00:23:17 groupadd[3342059]: group added to /etc/group: name=rooter, GID=1868 <86>Aug 17 00:23:17 groupadd[3342059]: group added to /etc/gshadow: name=rooter <86>Aug 17 00:23:17 groupadd[3342059]: new group: name=rooter, GID=1868 <86>Aug 17 00:23:17 useradd[3342110]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Aug 17 00:23:17 userdel[3342170]: delete user 'builder' <86>Aug 17 00:23:17 userdel[3342170]: removed group 'builder' owned by 'builder' <86>Aug 17 00:23:17 userdel[3342170]: removed shadow group 'builder' owned by 'builder' <86>Aug 17 00:23:17 groupadd[3342214]: group added to /etc/group: name=builder, GID=1869 <86>Aug 17 00:23:17 groupadd[3342214]: group added to /etc/gshadow: name=builder <86>Aug 17 00:23:17 groupadd[3342214]: new group: name=builder, GID=1869 <86>Aug 17 00:23:17 useradd[3342254]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none <13>Aug 17 00:23:20 rpmi: libpng16-1.6.40-alt1 sisyphus+323732.100.1.1 1687771851 installed <13>Aug 17 00:23:20 rpmi: zlib-devel-1.2.13-alt1 sisyphus+309409.200.2.1 1667402043 installed <13>Aug 17 00:23:20 rpmi: libpng-devel-1.6.40-alt1 sisyphus+323732.100.1.1 1687771851 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/stereograph-0.30a-alt3.nosrc.rpm (w1.gzdio) Installing stereograph-0.30a-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98235 + 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.98235 + 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.26785 + 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) Processing files: stereograph-0.30a-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.26785 + 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.c3tW4Y 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.BRTef4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpng16.so.16()(64bit) >= set:lgHMZqVB6r63A5lpq9ZlcwUlUpuBVoyfEkBhC3I6hhc2qWrJT0dx4mSUEvSIquP2, libpng16.so.16(PNG16_0)(64bit), 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.Y1aeTZ 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.3ejSnL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YlWtDn find-requires: running scripts (debuginfo) Requires: stereograph = 0.30a-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpng16.so.16) Adding to stereograph-debuginfo a strict dependency on stereograph Wrote: /usr/src/RPM/RPMS/x86_64/stereograph-0.30a-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/stereograph-debuginfo-0.30a-alt3.x86_64.rpm (w2.lzdio) 0.89user 0.69system 0:06.15elapsed 25%CPU (0avgtext+0avgdata 39792maxresident)k 0inputs+0outputs (0major+171359minor)pagefaults 0swaps 3.24user 1.45system 0:13.12elapsed 35%CPU (0avgtext+0avgdata 126292maxresident)k 376inputs+0outputs (0major+202854minor)pagefaults 0swaps --- stereograph-0.30a-alt3.x86_64.rpm.repo 2021-04-06 17:33:02.000000000 +0000 +++ stereograph-0.30a-alt3.x86_64.rpm.hasher 2023-08-17 00:23:28.279523932 +0000 @@ -12,2 +12,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -20,3 +21,3 @@ Provides: stereograph = 0.30a-alt3:sisyphus+269067.100.1.1 -File: /usr/bin/stereograph 100755 root:root 7d2e1bc8f3050903b5397aab47a73a6c +File: /usr/bin/stereograph 100755 root:root 530558352a4db7a88c0d9b7b874d1f76 File: /usr/share/doc/stereograph-0.30a 40755 root:root @@ -26,2 +27,2 @@ File: /usr/share/man/man1/stereograph.1.xz 100644 root:root 57532f6333d39f4d8766c05e4ba60a1e -RPMIdentity: b5c034eea86ff422151b62e8fb145937fe86baa9ac07fee1a9ec7a9c7b48d8956b9b1c77c3170b5aa196433c801f576c16ba03ca389615219e8a59d7ddb28df0 +RPMIdentity: 7b488ba0ac8564625c641210ca9d3fb53b9bba53c781cc35fe94c045866f85d2b3749cb444104372b2de3f6777d100438beb8c84856c7304b4885b07e3b83359 --- stereograph-debuginfo-0.30a-alt3.x86_64.rpm.repo 2021-04-06 17:33:02.000000000 +0000 +++ stereograph-debuginfo-0.30a-alt3.x86_64.rpm.hasher 2023-08-17 00:23:28.353525228 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c8 40755 root:root -/usr/lib/debug/.build-id/c8/2072d97d4b6d819366e5cd1efc215ebce2fbaa 120777 root:root ../../../../bin/stereograph -/usr/lib/debug/.build-id/c8/2072d97d4b6d819366e5cd1efc215ebce2fbaa.debug 120777 root:root ../../usr/bin/stereograph.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/22aff535f7d430449ac1cc4d183871f93f77b6 120777 root:root ../../../../bin/stereograph +/usr/lib/debug/.build-id/9e/22aff535f7d430449ac1cc4d183871f93f77b6.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/c8 40755 root:root -File: /usr/lib/debug/.build-id/c8/2072d97d4b6d819366e5cd1efc215ebce2fbaa 120777 root:root ../../../../bin/stereograph -File: /usr/lib/debug/.build-id/c8/2072d97d4b6d819366e5cd1efc215ebce2fbaa.debug 120777 root:root ../../usr/bin/stereograph.debug -File: /usr/lib/debug/usr/bin/stereograph.debug 100644 root:root c5b1ccbda37e482abce23363572a7c9e -RPMIdentity: f104a0d271ed7cada017d8ff6947c68e6fa58da7c02fb8999863e91fac9f25f4687788a152bea2d805599bd9236e4def5d08fc46a01b3e614030db86f811de9e +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/22aff535f7d430449ac1cc4d183871f93f77b6 120777 root:root ../../../../bin/stereograph +File: /usr/lib/debug/.build-id/9e/22aff535f7d430449ac1cc4d183871f93f77b6.debug 120777 root:root ../../usr/bin/stereograph.debug +File: /usr/lib/debug/usr/bin/stereograph.debug 100644 root:root edb0a25826acdd1f2938caa0185ea320 +RPMIdentity: c596ef887fc7f02912ed269e136f236d4e8ee01813241c5c768c78116e93d6019256a089534f39ca8292016e4b2677d126d0d506a67d9ab2ac0ab79d30b7043a