<86>Oct  1 08:56:53 userdel[3026153]: delete user 'rooter'
<86>Oct  1 08:56:53 userdel[3026153]: removed group 'rooter' owned by 'rooter'
<86>Oct  1 08:56:53 userdel[3026153]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct  1 08:56:53 groupadd[3026206]: group added to /etc/group: name=rooter, GID=1853
<86>Oct  1 08:56:53 groupadd[3026206]: group added to /etc/gshadow: name=rooter
<86>Oct  1 08:56:53 groupadd[3026206]: new group: name=rooter, GID=1853
<86>Oct  1 08:56:53 useradd[3026243]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash
<86>Oct  1 08:56:53 userdel[3026296]: delete user 'builder'
<86>Oct  1 08:56:53 userdel[3026296]: removed group 'builder' owned by 'builder'
<86>Oct  1 08:56:53 userdel[3026296]: removed shadow group 'builder' owned by 'builder'
<86>Oct  1 08:56:53 groupadd[3026342]: group added to /etc/group: name=builder, GID=1854
<86>Oct  1 08:56:53 groupadd[3026342]: group added to /etc/gshadow: name=builder
<86>Oct  1 08:56:53 groupadd[3026342]: new group: name=builder, GID=1854
<86>Oct  1 08:56:53 useradd[3026385]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash
<13>Oct  1 08:56:56 rpmi: rgb-1.0.6-alt3 p9+229442.100.1.1 1557941137 installed
<13>Oct  1 08:56:56 rpmi: libnetpbm11-10.85.04-alt1 sisyphus+225727.140.8.1 1553672201 installed
<13>Oct  1 08:56:56 rpmi: libnetpbm-devel-10.85.04-alt1 sisyphus+225727.140.8.1 1553672201 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ppmtomd-1.6-alt1.1.nosrc.rpm (w1.gzdio)
Installing ppmtomd-1.6-alt1.1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73004
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ppmtomd-1.6
+ echo 'Source #0 (ppmtomd-1.6.tar):'
Source #0 (ppmtomd-1.6.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ppmtomd-1.6.tar
+ cd ppmtomd-1.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ chmod a+r LICENCE Makefile README dyesubcolcor.c mddata.c mddata.h photocolcor.c ppmtomd.c ppmtomd.man version.h vphotocolcor.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.73004
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ppmtomd-1.6
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm' 'CDEBUGFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm'
make: Entering directory '/usr/src/RPM/BUILD/ppmtomd-1.6'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm  -W -Wall -Wstrict-prototypes -c ppmtomd.c 
ppmtomd.c: In function 'main':
ppmtomd.c:1725:36: warning: variable 'hascmyk' set but not used [-Wunused-but-set-variable]
      int hasfoil = 0, hasspot = 0, hascmyk = 0;
                                    ^~~~~~~
ppmtomd.c:1725:23: warning: variable 'hasspot' set but not used [-Wunused-but-set-variable]
      int hasfoil = 0, hasspot = 0, hascmyk = 0;
                       ^~~~~~~
ppmtomd.c:2204:52: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
       page_info.out_function(page_info.comp_fds[i],buffer,4);
                                                    ^~~~~~
ppmtomd.c:2204:52: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2224:52: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
       page_info.out_function(page_info.comp_fds[i],buffer,5);
                                                    ^~~~~~
ppmtomd.c:2224:52: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2229:54: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
         page_info.out_function(page_info.comp_fds[i],buffer,5);
                                                      ^~~~~~
ppmtomd.c:2229:54: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2234:52: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
       page_info.out_function(page_info.comp_fds[i],buffer,5);
                                                    ^~~~~~
ppmtomd.c:2234:52: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2240:52: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
       page_info.out_function(page_info.comp_fds[i],buffer,5);
                                                    ^~~~~~
ppmtomd.c:2240:52: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2244:50: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
     page_info.out_function(page_info.comp_fds[i],buffer,5);
                                                  ^~~~~~
ppmtomd.c:2244:50: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2264:52: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
       page_info.out_function(page_info.comp_fds[i],buffer,5);
                                                    ^~~~~~
ppmtomd.c:2264:52: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2284:33: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
   page_info.out_function(STDOUT,buffer,5);
                                 ^~~~~~
ppmtomd.c:2284:33: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2313:38: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
        page_info.out_function(STDOUT,buffer,1);
                                      ^~~~~~
ppmtomd.c:2313:38: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2326:38: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
        page_info.out_function(STDOUT,buffer,5);
                                      ^~~~~~
ppmtomd.c:2326:38: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2334:33: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
   page_info.out_function(STDOUT,buffer,4);
                                 ^~~~~~
ppmtomd.c:2334:33: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2337:38: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
        page_info.out_function(STDOUT,buffer,1);
                                      ^~~~~~
ppmtomd.c:2337:38: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2340:38: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
        page_info.out_function(STDOUT,buffer,4);
                                      ^~~~~~
ppmtomd.c:2340:38: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2344:33: warning: pointer targets in passing argument 2 of 'page_info.out_function' differ in signedness [-Wpointer-sign]
   page_info.out_function(STDOUT,buffer,2);
                                 ^~~~~~
ppmtomd.c:2344:33: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c: In function 'rgl_init_page':
ppmtomd.c:2488:30: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
   page_info->out_function(fd,"\033%\200A",4); /* select RGL mode */     /* resolution defaults to 600 dpi */
                              ^~~~~~~~~~~~
ppmtomd.c:2488:30: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2490:30: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
   page_info->out_function(fd,buffer,6);
                              ^~~~~~
ppmtomd.c:2490:30: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2495:30: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
   page_info->out_function(fd,buffer,6);
                              ^~~~~~
ppmtomd.c:2495:30: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2497:30: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
   page_info->out_function(fd,buffer,6);
                              ^~~~~~
ppmtomd.c:2497:30: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2501:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,6);
                                ^~~~~~
ppmtomd.c:2501:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2506:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,6);
                                ^~~~~~
ppmtomd.c:2506:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2511:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,5);
                                ^~~~~~
ppmtomd.c:2511:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2516:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,5);
                                ^~~~~~
ppmtomd.c:2516:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2522:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,5);
                                ^~~~~~
ppmtomd.c:2522:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2543:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,num+6);
                                ^~~~~~
ppmtomd.c:2543:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2550:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,6);
                                ^~~~~~
ppmtomd.c:2550:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2554:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,6);
                                ^~~~~~
ppmtomd.c:2554:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:2561:32: warning: pointer targets in passing argument 2 of 'page_info->out_function' differ in signedness [-Wpointer-sign]
     page_info->out_function(fd,buffer,5);
                                ^~~~~~
ppmtomd.c:2561:32: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c: In function 'print_page':
ppmtomd.c:581:2: warning: macro expands to multiple statements [-Wmultistatement-macros]
  if ( (h)->comps[c].y == 0 ) { (h)->comps[c].hcol++ ; } else { \
  ^~
ppmtomd.c:3073:48: note: in expansion of macro 'ht_inc'
   if (vphoto) { vph_ht_inc(&kht,compY); } else ht_inc(&kht,compY);
                                                ^~~~~~
ppmtomd.c:3073:43: note: some parts of macro expansion are not guarded by this 'else' clause
   if (vphoto) { vph_ht_inc(&kht,compY); } else ht_inc(&kht,compY);
                                           ^~~~
ppmtomd.c:581:2: warning: macro expands to multiple statements [-Wmultistatement-macros]
  if ( (h)->comps[c].y == 0 ) { (h)->comps[c].hcol++ ; } else { \
  ^~
ppmtomd.c:3079:50: note: in expansion of macro 'ht_inc'
   if ( vphoto ) { vph_ht_inc(&kht,compK); } else ht_inc(&kht,compK);
                                                  ^~~~~~
ppmtomd.c:3079:45: note: some parts of macro expansion are not guarded by this 'else' clause
   if ( vphoto ) { vph_ht_inc(&kht,compK); } else ht_inc(&kht,compK);
                                             ^~~~
ppmtomd.c:581:2: warning: macro expands to multiple statements [-Wmultistatement-macros]
  if ( (h)->comps[c].y == 0 ) { (h)->comps[c].hcol++ ; } else { \
  ^~
ppmtomd.c:3085:50: note: in expansion of macro 'ht_inc'
   if ( vphoto ) { vph_ht_inc(&kht,compC); } else ht_inc(&kht,compC);
                                                  ^~~~~~
ppmtomd.c:3085:45: note: some parts of macro expansion are not guarded by this 'else' clause
   if ( vphoto ) { vph_ht_inc(&kht,compC); } else ht_inc(&kht,compC);
                                             ^~~~
ppmtomd.c:581:2: warning: macro expands to multiple statements [-Wmultistatement-macros]
  if ( (h)->comps[c].y == 0 ) { (h)->comps[c].hcol++ ; } else { \
  ^~
ppmtomd.c:3091:48: note: in expansion of macro 'ht_inc'
   if (vphoto) { vph_ht_inc(&kht,compM); } else ht_inc(&kht,compM);
                                                ^~~~~~
ppmtomd.c:3091:43: note: some parts of macro expansion are not guarded by this 'else' clause
   if (vphoto) { vph_ht_inc(&kht,compM); } else ht_inc(&kht,compM);
                                           ^~~~
ppmtomd.c:3241:22: warning: pointer targets in passing argument 2 of 'prn_out' differ in signedness [-Wpointer-sign]
       prn_out(STDOUT,(char *)(pixels),cols);
                      ^~~~~~~~~~~~~~~~
ppmtomd.c:3241:22: note: expected 'unsigned char *' but argument is of type 'char *'
ppmtomd.c:3269:30: warning: pointer targets in passing argument 1 of 'packbits' differ in signedness [-Wpointer-sign]
      n = packbits(outbytes[i][0],cols,outu,outc);
                   ~~~~~~~~~~~^~~
ppmtomd.c:2362:12: note: expected 'char *' but argument is of type 'unsigned char *'
 static int packbits(char *bp, int n, char *outu, char *outc)
            ^~~~~~~~
ppmtomd.c:3269:39: warning: pointer targets in passing argument 3 of 'packbits' differ in signedness [-Wpointer-sign]
      n = packbits(outbytes[i][0],cols,outu,outc);
                                       ^~~~
ppmtomd.c:2362:12: note: expected 'char *' but argument is of type 'unsigned char *'
 static int packbits(char *bp, int n, char *outu, char *outc)
            ^~~~~~~~
ppmtomd.c:3269:44: warning: pointer targets in passing argument 4 of 'packbits' differ in signedness [-Wpointer-sign]
      n = packbits(outbytes[i][0],cols,outu,outc);
                                            ^~~~
ppmtomd.c:2362:12: note: expected 'char *' but argument is of type 'unsigned char *'
 static int packbits(char *bp, int n, char *outu, char *outc)
            ^~~~~~~~
ppmtomd.c:3306:16: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
        sprintf(buffer,"\033*b%c%cM",0,0);
                ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ppmtomd.c:25:
/usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
 ^~~~~
ppmtomd.c:3313:16: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
        sprintf(buffer,"\033*b%c%cM",2,0);
                ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ppmtomd.c:25:
/usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
 ^~~~~
ppmtomd.c:3320:14: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
      sprintf(buffer,"\033*b%c%cY",rowstoskip[i]%256,rowstoskip[i]/256);
              ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ppmtomd.c:25:
/usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
 ^~~~~
ppmtomd.c:3327:14: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
      sprintf(buffer,"\033\032%c%cc",page_info->comp_colours[i],0);
              ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ppmtomd.c:25:
/usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
 ^~~~~
ppmtomd.c:3335:14: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
      sprintf(buffer,"\033*b%c%cV",0,0);
              ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ppmtomd.c:25:
/usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
 ^~~~~
ppmtomd.c:3339:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
    sprintf(buffer,"\033*b%c%c%c",
            ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ppmtomd.c:25:
/usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
 ^~~~~
ppmtomd.c:2595:7: warning: variable 'black' set but not used [-Wunused-but-set-variable]
   int black;
       ^~~~~
ppmtomd.c:2584:7: warning: variable 'hrhalf' set but not used [-Wunused-but-set-variable]
   int hrhalf, hrtoggle ; /* variables used in highres halftoning */
       ^~~~~~
ppmtomd.c: In function 'main':
ppmtomd.c:2126:9: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result]
         mkstemp(buf);
         ^~~~~~~~~~~~
ppmtomd.c:2287:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(1,buf,n);
     ^~~~~~~~~~~~~~
At top level:
ppmtomd.c:772:18: warning: 'tile44' defined but not used [-Wunused-const-variable=]
 static const int tile44[4*4] = {
                  ^~~~~~
ppmtomd.c:764:18: warning: 'tile74' defined but not used [-Wunused-const-variable=]
 static const int tile74[7*4] = {
                  ^~~~~~
ppmtomd.c:684:18: warning: 'dithmat5line' defined but not used [-Wunused-const-variable=]
 static const int dithmat5line[5*5] = {
                  ^~~~~~~~~~~~
ppmtomd.c:676:18: warning: 'dithmat4line' defined but not used [-Wunused-const-variable=]
 static const int dithmat4line[4*4] = {
                  ^~~~~~~~~~~~
ppmtomd.c:655:18: warning: 'dithmat8line' defined but not used [-Wunused-const-variable=]
 static const int dithmat8line[8*8] = {
                  ^~~~~~~~~~~~
ppmtomd.c:15:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] = "$Header: /home/jcb/piva/ppmtomd/RCS/ppmtomd.c,v 2.18 2009/09/09 16:23:27 jcb Exp $";
                   ^~~~~
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm   -c -o mddata.o mddata.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm   -c -o photocolcor.o photocolcor.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm   -c -o vphotocolcor.o vphotocolcor.c
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm   -c -o dyesubcolcor.o dyesubcolcor.c
gcc -o ppmtomd ppmtomd.o mddata.o photocolcor.o vphotocolcor.o dyesubcolcor.o  -lnetpbm -lm
make: Leaving directory '/usr/src/RPM/BUILD/ppmtomd-1.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85215
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ppmtomd-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ppmtomd-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ppmtomd-1.6
+ install -d /usr/src/tmp/ppmtomd-buildroot/usr/bin
+ install -d /usr/src/tmp/ppmtomd-buildroot/usr/share/man/man1
+ make BINDIR=/usr/src/tmp/ppmtomd-buildroot/usr/bin MANDIR=/usr/src/tmp/ppmtomd-buildroot/usr/share/man/man1 install
make: Entering directory '/usr/src/RPM/BUILD/ppmtomd-1.6'
install -m 0555 ppmtomd /usr/src/tmp/ppmtomd-buildroot/usr/bin/ppmtomd
if [ "" ] ; then ln -s ppmtomd /usr/src/tmp/ppmtomd-buildroot/usr/bin/ppmtocpva ; fi
install -m 0444 ppmtomd.man /usr/src/tmp/ppmtomd-buildroot/usr/share/man/man1/ppmtomd.1
make: Leaving directory '/usr/src/RPM/BUILD/ppmtomd-1.6'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ppmtomd-buildroot (auto)
mode of 'usr/bin/ppmtomd' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x)
mode of 'usr/share/man/man1/ppmtomd.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ppmtomd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ppmtomd-buildroot/ (default)
Compressing files in /usr/src/tmp/ppmtomd-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/ppmtomd-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: ppmtomd-1.6-alt1.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.85215
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ppmtomd-1.6
+ DOCDIR=/usr/src/tmp/ppmtomd-buildroot/usr/share/doc/ppmtomd-1.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/ppmtomd-buildroot/usr/share/doc/ppmtomd-1.6
+ /bin/mkdir -p /usr/src/tmp/ppmtomd-buildroot/usr/share/doc/ppmtomd-1.6
+ cp -prL LICENCE README /usr/src/tmp/ppmtomd-buildroot/usr/share/doc/ppmtomd-1.6
+ chmod -R go-w /usr/src/tmp/ppmtomd-buildroot/usr/share/doc/ppmtomd-1.6
+ chmod -R a+rX /usr/src/tmp/ppmtomd-buildroot/usr/share/doc/ppmtomd-1.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B8GBnk
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.lioDJJ
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, 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.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libnetpbm.so.11()(64bit) >= set:miJ110CZ2pxuZkjPNgHclDEBaEPk5, 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.loJHCc
Creating ppmtomd-debuginfo package
Processing files: ppmtomd-debuginfo-1.6-alt1.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DVLUZI
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LbLuWi
find-requires: running scripts (debuginfo)
Requires: ppmtomd = 1.6-alt1.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libnetpbm.so.11)
Adding to ppmtomd-debuginfo a strict dependency on ppmtomd
Wrote: /usr/src/RPM/RPMS/x86_64/ppmtomd-1.6-alt1.1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/ppmtomd-debuginfo-1.6-alt1.1.x86_64.rpm (w2.lzdio)
2.25user 1.02system 0:07.76elapsed 42%CPU (0avgtext+0avgdata 81776maxresident)k
0inputs+0outputs (0major+245624minor)pagefaults 0swaps
3.05user 1.26system 0:14.13elapsed 30%CPU (0avgtext+0avgdata 134832maxresident)k
96inputs+0outputs (0major+205628minor)pagefaults 0swaps
--- ppmtomd-1.6-alt1.1.x86_64.rpm.repo	2019-03-27 07:48:46.000000000 +0000
+++ ppmtomd-1.6-alt1.1.x86_64.rpm.hasher	2023-10-01 08:57:06.360196821 +0000
@@ -18,3 +18,3 @@
 Provides: ppmtomd = 1.6-alt1.1:sisyphus+225727.1200.8.1
-File: /usr/bin/ppmtomd	100755	root:root	810026559a51b0812d1a5bfa8064f10c	
+File: /usr/bin/ppmtomd	100755	root:root	e8a093399a742e630e9f41d1255e53ef	
 File: /usr/share/doc/ppmtomd-1.6	40755	root:root		
@@ -23,2 +23,2 @@
 File: /usr/share/man/man1/ppmtomd.1.xz	100644	root:root	26889bfdc2dcf5e49eea203264f788bb	
-RPMIdentity: 9bded3042532a393f8407e8d3c184c9d698e24ad799fb22659cdf507633b807c40860600745b6cc45fd10882787b58c95fba9582b2fd0fdeffc9131818dffc93
+RPMIdentity: c628d87e7a6c50aba5eca34e5d7598c86b8f8389620e578cebbf77eb97e36f6e50c3937154518e3ec310a00efcf2075299570bdf08e4f04fb487d48ee4945e61
--- ppmtomd-debuginfo-1.6-alt1.1.x86_64.rpm.repo	2019-03-27 07:48:46.000000000 +0000
+++ ppmtomd-debuginfo-1.6-alt1.1.x86_64.rpm.hasher	2023-10-01 08:57:06.437197693 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/b8	40755	root:root	
-/usr/lib/debug/.build-id/b8/9fdae2b68d65b30a9ff6f7c572b49c30bde62b	120777	root:root	../../../../bin/ppmtomd
-/usr/lib/debug/.build-id/b8/9fdae2b68d65b30a9ff6f7c572b49c30bde62b.debug	120777	root:root	../../usr/bin/ppmtomd.debug
+/usr/lib/debug/.build-id/de	40755	root:root	
+/usr/lib/debug/.build-id/de/524e4664cf960bba1c9465437ef36965114f11	120777	root:root	../../../../bin/ppmtomd
+/usr/lib/debug/.build-id/de/524e4664cf960bba1c9465437ef36965114f11.debug	120777	root:root	../../usr/bin/ppmtomd.debug
 /usr/lib/debug/usr/bin/ppmtomd.debug	100644	root:root	
@@ -19,6 +19,6 @@
 Provides: ppmtomd-debuginfo = 1.6-alt1.1:sisyphus+225727.1200.8.1
-File: /usr/lib/debug/.build-id/b8	40755	root:root		
-File: /usr/lib/debug/.build-id/b8/9fdae2b68d65b30a9ff6f7c572b49c30bde62b	120777	root:root		../../../../bin/ppmtomd
-File: /usr/lib/debug/.build-id/b8/9fdae2b68d65b30a9ff6f7c572b49c30bde62b.debug	120777	root:root		../../usr/bin/ppmtomd.debug
-File: /usr/lib/debug/usr/bin/ppmtomd.debug	100644	root:root	0dbbf39393759006181361bf22918781	
+File: /usr/lib/debug/.build-id/de	40755	root:root		
+File: /usr/lib/debug/.build-id/de/524e4664cf960bba1c9465437ef36965114f11	120777	root:root		../../../../bin/ppmtomd
+File: /usr/lib/debug/.build-id/de/524e4664cf960bba1c9465437ef36965114f11.debug	120777	root:root		../../usr/bin/ppmtomd.debug
+File: /usr/lib/debug/usr/bin/ppmtomd.debug	100644	root:root	37ce530fe7b6ea50d56e8247487b8d34	
 File: /usr/src/debug/ppmtomd-1.6	40755	root:root		
@@ -31,2 +31,2 @@
 File: /usr/src/debug/ppmtomd-1.6/vphotocolcor.c	100644	root:root	f56f7d7f4e83250550fbe757a46c3a9f	
-RPMIdentity: b5b24d39151b5bc10d876c12c02a1acf84d7ecc6c1ed676609279fbb132d7fdd584e197d02136877a94acb83030d00930c824aefd65c8ace574236fba851518b
+RPMIdentity: 0971a2c753f7893ca14cd6c1275ca1ea704bff2b594fe2cbfd2133a7eaf7b7c43266c74e380819060f155527755b45ed1a3bc92e3f78aa41beea1599170e91c5