<86>Nov 13 06:13:10 userdel[104374]: delete user 'rooter'
<86>Nov 13 06:13:10 groupadd[104392]: group added to /etc/group: name=rooter, GID=558
<86>Nov 13 06:13:10 groupadd[104392]: group added to /etc/gshadow: name=rooter
<86>Nov 13 06:13:10 groupadd[104392]: new group: name=rooter, GID=558
<86>Nov 13 06:13:10 useradd[104411]: new user: name=rooter, UID=558, GID=558, home=/root, shell=/bin/bash
<86>Nov 13 06:13:10 userdel[104478]: delete user 'builder'
<86>Nov 13 06:13:10 userdel[104478]: removed group 'builder' owned by 'builder'
<86>Nov 13 06:13:10 userdel[104478]: removed shadow group 'builder' owned by 'builder'
<86>Nov 13 06:13:10 groupadd[104557]: group added to /etc/group: name=builder, GID=559
<86>Nov 13 06:13:10 groupadd[104557]: group added to /etc/gshadow: name=builder
<86>Nov 13 06:13:10 groupadd[104557]: new group: name=builder, GID=559
<86>Nov 13 06:13:10 useradd[104575]: new user: name=builder, UID=559, GID=559, home=/usr/src, shell=/bin/bash
<13>Nov 13 06:13:13 rpmi: zlib-devel-1.2.8-alt1 1371079011 installed
<13>Nov 13 06:13:14 rpmi: libpng16-1.6.35-alt1 sisyphus.214397.100 1539159349 installed
<13>Nov 13 06:13:14 rpmi: libpng-devel-1.6.35-alt1 sisyphus.214397.100 1539159349 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/stereograph-0.30a-alt2.nosrc.rpm
Installing stereograph-0.30a-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51445
+ 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.51445
+ 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]
       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]
  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:317:2: note: include '<string.h>' or provide a declaration of 'memcpy'
renderer.c: In function 'ZoomScan':
renderer.c:454:3: warning: incompatible implicit declaration of built-in function 'memcpy'
   memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width * sizeof(int));
   ^~~~~~
renderer.c:454:3: note: include '<string.h>' or provide a declaration of 'memcpy'
renderer.c: In function 'ZoomAAScan':
renderer.c:523:3: warning: incompatible implicit declaration of built-in function 'memcpy'
   memcpy(stereo_data + Stereo.Width*a, stereo_data, Stereo.Width*sizeof(int));
   ^~~~~~
renderer.c:523:3: note: include '<string.h>' 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]
    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:104:4: note: include '<string.h>' or provide a declaration of 'memcpy'
gfxio.c: In function 'Write_Gfx_File':
gfxio.c:237:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
    if(strlen(file_name) >= 4) {
       ^~~~~~
gfxio.c:237:7: warning: incompatible implicit declaration of built-in function 'strlen'
gfxio.c:237:7: note: include '<string.h>' or provide a declaration of 'strlen'
gfxio.c:238:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
     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'
  memcpy(header, check_header, sizeof(char)*8);
  ^~~~~~
gfxio.c:536:2: note: include '<string.h>' or provide a declaration of 'memcpy'
In file included from gfxio.c:21:0:
gfxio.c: In function 'Write_TARGA':
gfxio.c:697:7: warning: incompatible implicit declaration of built-in function 'strlen'
  putc(strlen("created by stereograph"), ofile);
       ^
gfxio.c:697:7: note: include '<string.h>' 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.31728
+ 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
+ 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)
Checking contents of files in /usr/src/tmp/stereograph-buildroot/ (default)
Compressing files in /usr/src/tmp/stereograph-buildroot (auto)
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
Hardlinking identical .pyc and .pyo files
Processing files: stereograph-0.30a-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.31728
+ 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.zUimgv
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JEWthc
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), 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.VINHIj
Creating stereograph-debuginfo package
Processing files: stereograph-debuginfo-0.30a-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OCKQVV
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zTarT2
find-requires: running scripts (debuginfo)
Requires: stereograph = 0.30a-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libpng16.so.16)
Wrote: /usr/src/RPM/RPMS/i586/stereograph-0.30a-alt2.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/stereograph-debuginfo-0.30a-alt2.i586.rpm
5.31user 0.77system 0:10.77elapsed 56%CPU (0avgtext+0avgdata 29316maxresident)k
0inputs+0outputs (0major+159145minor)pagefaults 0swaps
14.38user 3.55system 0:24.12elapsed 74%CPU (0avgtext+0avgdata 122928maxresident)k
0inputs+0outputs (0major+532451minor)pagefaults 0swaps
--- stereograph-0.30a-alt2.i586.rpm.repo	2013-02-11 10:13:32.000000000 +0000
+++ stereograph-0.30a-alt2.i586.rpm.hasher	2018-11-13 06:13:28.127691600 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/stereograph-0.30a/README	100644	
-/usr/share/man/man1/stereograph.1.gz	100644	
+/usr/share/man/man1/stereograph.1.xz	100644	
 Requires: /lib/ld-linux.so.2  
@@ -14,5 +14,5 @@
 Requires: libm.so.6(GLIBC_2.0)  
-Requires: libpng15.so.15 >= set:lgHMZqVB6r63A5lpq9ZlcwUlUpuBVoyfEkBhC3I6hhc2qWrJT0dx4mSUEvSIquP2
+Requires: libpng16.so.16 >= set:lgHMZqVB6r63A5lpq9ZlcwUlUpuBVoyfEkBhC3I6hhc2qWrJT0dx4mSUEvSIquP2
 Requires: rpmlib(SetVersions)  
-Requires: libpng15.so.15(PNG15_0)  
+Requires: libpng16.so.16(PNG16_0)  
 Requires: rtld(GNU_HASH)  
--- stereograph-debuginfo-0.30a-alt2.i586.rpm.repo	2013-02-11 10:13:32.000000000 +0000
+++ stereograph-debuginfo-0.30a-alt2.i586.rpm.hasher	2018-11-13 06:13:28.214692411 +0000
@@ -5,3 +5,3 @@
 Requires: debug(libm.so.6)  
-Requires: debug(libpng15.so.15)  
+Requires: debug(libpng16.so.16)  
 Requires: rpmlib(PayloadIsLzma)