<86>Jan 22 08:44:54 userdel[430601]: delete user 'rooter'
<86>Jan 22 08:44:54 userdel[430601]: removed group 'rooter' owned by 'rooter'
<86>Jan 22 08:44:54 groupadd[430612]: group added to /etc/group: name=rooter, GID=669
<86>Jan 22 08:44:54 groupadd[430612]: group added to /etc/gshadow: name=rooter
<86>Jan 22 08:44:54 groupadd[430612]: new group: name=rooter, GID=669
<86>Jan 22 08:44:54 useradd[430621]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash
<86>Jan 22 08:44:54 userdel[430639]: delete user 'builder'
<86>Jan 22 08:44:54 userdel[430639]: removed group 'builder' owned by 'builder'
<86>Jan 22 08:44:54 userdel[430639]: removed shadow group 'builder' owned by 'builder'
<86>Jan 22 08:44:54 groupadd[430651]: group added to /etc/group: name=builder, GID=670
<86>Jan 22 08:44:54 groupadd[430651]: group added to /etc/gshadow: name=builder
<86>Jan 22 08:44:54 groupadd[430651]: new group: name=builder, GID=670
<86>Jan 22 08:44:54 useradd[430662]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/ppmtocpva-1.0-alt1.1.src.rpm: The use of such a license name is ambiguous: GPL
<13>Jan 22 08:44:56 rpmi: rgb-1.0.6-alt3 sisyphus+229441.100.1.2 1557940338 installed
<13>Jan 22 08:44:56 rpmi: libnetpbm11-10.85.04-alt1 sisyphus+225727.140.8.1 1553672199 installed
<13>Jan 22 08:44:56 rpmi: libnetpbm-devel-10.85.04-alt1 sisyphus+225727.140.8.1 1553672199 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ppmtocpva-1.0-alt1.1.nosrc.rpm
Installing ppmtocpva-1.0-alt1.1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62949
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ppmtocpva-1.0
+ echo 'Source #0 (ppmtocpva-1.0.tar):'
Source #0 (ppmtocpva-1.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ppmtocpva-1.0.tar
+ cd ppmtocpva-1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (ppmtocpva-1.0-netpbm.patch):'
Patch #1 (ppmtocpva-1.0-netpbm.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ echo 'Patch #2 (ppmtocpva-1.0-LDFLAGS.patch):'
Patch #2 (ppmtocpva-1.0-LDFLAGS.patch):
+ /usr/bin/patch -p0
patching file Makefile
+ chmod 644 Makefile README cpva-colour ppmtocpva.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.73426
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ppmtocpva-1.0
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include/netpbm'
make: Entering directory '/usr/src/RPM/BUILD/ppmtocpva-1.0'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include/netpbm  -o ppmtocpva  ppmtocpva.c -lnetpbm -lm
ppmtocpva.c: In function 'build_dith':
ppmtocpva.c:390:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  390 |   memcpy(sorted,indith,sizeof(int)*n*n);
      |   ^~~~~~
ppmtocpva.c:390:3: warning: incompatible implicit declaration of built-in function 'memcpy'
ppmtocpva.c:22:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   21 | #include <ppm.h>
  +++ |+#include <string.h>
   22 | 
ppmtocpva.c: In function 'main':
ppmtocpva.c:815:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  815 |   if (strlen(val) <= strlen(options[i].name) &&
      |       ^~~~~~
ppmtocpva.c:815:7: warning: incompatible implicit declaration of built-in function 'strlen'
ppmtocpva.c:815:7: note: include '<string.h>' or provide a declaration of 'strlen'
ppmtocpva.c:816:8: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
  816 |       !strncmp(val, options[i].name, strlen(val))) {
      |        ^~~~~~~
ppmtocpva.c:864:8: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  864 |        strcpy(options[i].value,argv[1]);
      |        ^~~~~~
ppmtocpva.c:864:8: warning: incompatible implicit declaration of built-in function 'strcpy'
ppmtocpva.c:864:8: note: include '<string.h>' or provide a declaration of 'strcpy'
ppmtocpva.c:913:9: warning: the address of 'mediatype' will always evaluate as 'true' [-Waddress]
  913 |    if ( mediatype && mediatype[0] ) {
      |         ^~~~~~~~~
ppmtocpva.c:914:11: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  914 |      if ( strcmp(mediatype,"paper") == 0 )
      |           ^~~~~~
ppmtocpva.c:946:9: warning: the address of 'papersize' will always evaluate as 'true' [-Waddress]
  946 |    if ( papersize && papersize[0] ) {
      |         ^~~~~~~~~
ppmtocpva.c:1020:16: warning: too many arguments for format [-Wformat-extra-args]
 1020 |       pm_error("can't allocate space for row", 0,0,0,0,0);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ppmtocpva.c:1038:21: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
 1038 |    srandom( (int) ( time( 0 ) ^ getpid( ) ) );
      |                     ^~~~
ppmtocpva.c:1239:6: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
 1239 |      memset(cyanbits,0,cols);
      |      ^~~~~~
ppmtocpva.c:1239:6: warning: incompatible implicit declaration of built-in function 'memset'
ppmtocpva.c:1239:6: note: include '<string.h>' or provide a declaration of 'memset'
At top level:
ppmtocpva.c:213:18: warning: 'dithmat10' defined but not used [-Wunused-const-variable=]
  213 | static const int dithmat10[10*10] = {
      |                  ^~~~~~~~~
ppmtocpva.c:205:18: warning: 'dithmat6linelow' defined but not used [-Wunused-const-variable=]
  205 | static const int dithmat6linelow[6*6] = {
      |                  ^~~~~~~~~~~~~~~
ppmtocpva.c:183:18: warning: 'dithmat6dot' defined but not used [-Wunused-const-variable=]
  183 | static const int dithmat6dot[6*6] = {
      |                  ^~~~~~~~~~~
ppmtocpva.c:171:18: warning: 'dithmat8line' defined but not used [-Wunused-const-variable=]
  171 | static const int dithmat8line[8*8] = {
      |                  ^~~~~~~~~~~~
ppmtocpva.c: In function 'HSVtoRGB':
ppmtocpva.c:328:18: warning: 'bd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  328 |   *bp = (pixval) floor(bd * 255);
      |                  ^~~~~~~~~~~~~~~
ppmtocpva.c:327:18: warning: 'gd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  327 |   *gp = (pixval) floor(gd * 255);
      |                  ^~~~~~~~~~~~~~~
ppmtocpva.c:326:18: warning: 'rd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  326 |   *rp = (pixval) floor(rd * 255);
      |                  ^~~~~~~~~~~~~~~
ppmtocpva.c: In function 'main':
ppmtocpva.c:1398:10: warning: 'ak' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1398 |     *kbp = ak;
      |     ~~~~~^~~~
ppmtocpva.c:1401:10: warning: 'ay' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1401 |     *ybp = ay;
      |     ~~~~~^~~~
ppmtocpva.c:1400:10: warning: 'am' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1400 |     *mbp = am;
      |     ~~~~~^~~~
ppmtocpva.c:1399:10: warning: 'ac' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1399 |     *cbp = ac;
      |     ~~~~~^~~~
ppmtocpva.c:1300:20: warning: 'colconv' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1300 |         c = colconv[index++];
      |                    ^
ppmtocpva.c:1232:36: warning: 'gpixels' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1232 |      gpixels[2*i+1] = gpixels[2*i] = gpixels[i] ;
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~
ppmtocpva.c:1234:3: warning: 'gfd' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1234 |   pgm_readpgmrow(gfd,gpixels,cols,maxval,gformat);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ppmtocpva.c:1226:8: warning: 'ifd' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1226 |        ppm_readppmrow(ifd, pixels, cols, maxval,format );
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ppmtocpva-1.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29993
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ppmtocpva-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ppmtocpva-buildroot
+ cd ppmtocpva-1.0
+ install -d /usr/src/tmp/ppmtocpva-buildroot/usr/bin
+ install -m0755 ppmtocpva /usr/src/tmp/ppmtocpva-buildroot/usr/bin/
+ install -m0755 cpva-colour /usr/src/tmp/ppmtocpva-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ppmtocpva-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ppmtocpva-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/ppmtocpva-buildroot/ (default)
Compressing files in /usr/src/tmp/ppmtocpva-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/ppmtocpva-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: ppmtocpva-1.0-alt1.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.29993
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ppmtocpva-1.0
+ DOCDIR=/usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0
+ /bin/mkdir -p /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0
+ cp -prL README /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0
+ chmod -R go-w /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0
+ chmod -R a+rX /usr/src/tmp/ppmtocpva-buildroot/usr/share/doc/ppmtocpva-1.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.reVMM7
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.FSqEZ6
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/ppmtocpva-buildroot/usr/bin/cpva-colour syntax OK
Requires: /lib/ld-linux.so.2, /usr/bin/perl, libc.so.6(GLIBC_2.0), 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), libm.so.6(GLIBC_2.29), libnetpbm.so.11 >= set:miJ1N63imUhrG0l77bQPMqRZ2BzxmpGehblgDFa, 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.BSWZL8
Creating ppmtocpva-debuginfo package
Processing files: ppmtocpva-debuginfo-1.0-alt1.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.E7cW85
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WuVa15
find-requires: running scripts (debuginfo)
Requires: ppmtocpva = 1.0-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libnetpbm.so.11)
Adding to ppmtocpva-debuginfo a strict dependency on ppmtocpva
Wrote: /usr/src/RPM/RPMS/i586/ppmtocpva-1.0-alt1.1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/ppmtocpva-debuginfo-1.0-alt1.1.i586.rpm
3.36user 0.42system 0:08.26elapsed 45%CPU (0avgtext+0avgdata 42780maxresident)k
0inputs+0outputs (0major+174854minor)pagefaults 0swaps
/.out/ppmtocpva-1.0-alt1.1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/ppmtocpva-debuginfo-1.0-alt1.1.i586.rpm: The use of such a license name is ambiguous: GPL
6.74user 2.76system 0:14.40elapsed 66%CPU (0avgtext+0avgdata 110388maxresident)k
336inputs+0outputs (0major+452467minor)pagefaults 0swaps
--- ppmtocpva-1.0-alt1.1.i586.rpm.repo	2019-03-27 07:47:59.000000000 +0000
+++ ppmtocpva-1.0-alt1.1.i586.rpm.hasher	2020-01-22 08:45:07.031552342 +0000
@@ -9,3 +9,5 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libm.so.6(GLIBC_2.0)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: libnetpbm.so.11 >= set:miJ1N63imUhrG0l77bQPMqRZ2BzxmpGehblgDFa