<86>Aug  1 02:16:58 userdel[1308564]: delete user 'rooter'
<86>Aug  1 02:16:58 userdel[1308564]: removed group 'rooter' owned by 'rooter'
<86>Aug  1 02:16:58 userdel[1308564]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  1 02:16:58 groupadd[1308585]: group added to /etc/group: name=rooter, GID=654
<86>Aug  1 02:16:58 groupadd[1308585]: group added to /etc/gshadow: name=rooter
<86>Aug  1 02:16:58 groupadd[1308585]: new group: name=rooter, GID=654
<86>Aug  1 02:16:58 useradd[1308602]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash
<86>Aug  1 02:16:58 userdel[1308620]: delete user 'builder'
<86>Aug  1 02:16:58 userdel[1308620]: removed group 'builder' owned by 'builder'
<86>Aug  1 02:16:58 userdel[1308620]: removed shadow group 'builder' owned by 'builder'
<86>Aug  1 02:16:58 groupadd[1308637]: group added to /etc/group: name=builder, GID=655
<86>Aug  1 02:16:58 groupadd[1308637]: group added to /etc/gshadow: name=builder
<86>Aug  1 02:16:58 groupadd[1308637]: new group: name=builder, GID=655
<86>Aug  1 02:16:58 useradd[1308649]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/dmsdos-0.9.2.3-alt3.nosrc.rpm (w1.gzdio)
Installing dmsdos-0.9.2.3-alt3.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44079
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf dmsdos-0.9.2.3-pre2
+ echo 'Source #0 (dmsdos-0.9.2.3-pre2.tgz):'
Source #0 (dmsdos-0.9.2.3-pre2.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/dmsdos-0.9.2.3-pre2.tgz
+ /bin/tar -xf -
+ cd dmsdos-0.9.2.3-pre2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ chmod -R +rwX .
+ echo 'Patch #1 (patch-aa):'
Patch #1 (patch-aa):
+ /usr/bin/patch -p0
patching file src/dstacker_compr.c
+ echo 'Patch #2 (patch-ab):'
Patch #2 (patch-ab):
+ /usr/bin/patch -p0
patching file src/dblspace_methsq.c
+ echo 'Patch #3 (dmsdos-0.9.2.3-pre2-make.patch):'
Patch #3 (dmsdos-0.9.2.3-pre2-make.patch):
+ /usr/bin/patch -p1
patching file src/Makefile
patching file src/cvflist.c
patching file src/dutil.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44079
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd dmsdos-0.9.2.3-pre2
+ cd src
+ cp dmsdos-config.h.default dmsdos-config.h
+ make -j8 without_kernel
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_chk.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_chk.c
dblspace_chk.c: In function 'stac_bitfat_state':
dblspace_chk.c:98:7: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
   if(!memcmp(pp,bitfat_up_to_date_fl,sizeof(bitfat_up_to_date_fl)))
       ^~~~~~
dblspace_chk.c:108:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
       memcpy(pp,bitfat_up_to_date_fl,sizeof(bitfat_up_to_date_fl));
       ^~~~~~
dblspace_chk.c:108:7: warning: incompatible implicit declaration of built-in function 'memcpy'
dblspace_chk.c:108:7: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_chk.c:55:1:
+#include <string.h>
 #endif
dblspace_chk.c:108:7:
       memcpy(pp,bitfat_up_to_date_fl,sizeof(bitfat_up_to_date_fl));
       ^~~~~~
dblspace_chk.c:110:7: warning: incompatible implicit declaration of built-in function 'memcpy'
       memcpy(pp,bitfat_changing_fl,sizeof(bitfat_changing_fl));
       ^~~~~~
dblspace_chk.c:110:7: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_chk.c:111:10: warning: incompatible implicit declaration of built-in function 'memcpy'
     else memcpy(pp,bitfat_bad_fl,sizeof(bitfat_bad_fl));
          ^~~~~~
dblspace_chk.c:111:10: note: include '<string.h>' or provide a declaration of 'memcpy'
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_dec.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_dec.c
dblspace_dec.c:84:2: warning: #warning USE_GNU_ASM_I386 not defined, using "C" equivalent [-Wcpp]
 #warning USE_GNU_ASM_I386 not defined, using "C" equivalent
  ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_interface.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_interface.c
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o lib_interface.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c lib_interface.c
lib_interface.c: In function 'panic':
lib_interface.c:104:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
lib_interface.c:104:3: warning: incompatible implicit declaration of built-in function 'exit'
lib_interface.c:104:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
lib_interface.c:76:1:
+#include <stdlib.h>
 int printk(const char *fmt, ...)
lib_interface.c:104:3:
   exit(1);
   ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_tables.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_tables.c
dblspace_tables.c: In function 'dbl_mdfat_value':
dblspace_tables.c:336:11: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
           memcpy(bh->b_data,mdfat[merk_i].a_buffer->b_data,SECTOR_SIZE);
           ^~~~~~
dblspace_tables.c:336:11: warning: incompatible implicit declaration of built-in function 'memcpy'
dblspace_tables.c:336:11: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_tables.c:58:1:
+#include <string.h>
 #endif
dblspace_tables.c:336:11:
           memcpy(bh->b_data,mdfat[merk_i].a_buffer->b_data,SECTOR_SIZE);
           ^~~~~~
dblspace_tables.c: In function 'dbl_fat_nextcluster':
dblspace_tables.c:535:9: warning: incompatible implicit declaration of built-in function 'memcpy'
         memcpy(bh->b_data,dfat[merk_i].a_buffer->b_data,SECTOR_SIZE);
         ^~~~~~
dblspace_tables.c:535:9: note: include '<string.h>' or provide a declaration of 'memcpy'
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_alloc.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_alloc.c
dblspace_alloc.c: In function 'dbl_replace_existing_cluster':
dblspace_alloc.c:605:11: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
           memcpy(fraglist,bh->b_data,4*(fragcount+1));
           ^~~~~~
dblspace_alloc.c:605:11: warning: incompatible implicit declaration of built-in function 'memcpy'
dblspace_alloc.c:605:11: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_alloc.c:45:1:
+#include <string.h>
 #endif
dblspace_alloc.c:605:11:
           memcpy(fraglist,bh->b_data,4*(fragcount+1));
           ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_compr.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_compr.c
dblspace_compr.c: In function 'write_fragmented':
dblspace_compr.c:395:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
         memcpy(bh->b_data,fraglist,4*(frags+1));
         ^~~~~~
dblspace_compr.c:395:9: warning: incompatible implicit declaration of built-in function 'memcpy'
dblspace_compr.c:395:9: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_compr.c:60:1:
+#include <string.h>
 #endif
dblspace_compr.c:395:9:
         memcpy(bh->b_data,fraglist,4*(frags+1));
         ^~~~~~
dblspace_compr.c:406:9: warning: incompatible implicit declaration of built-in function 'memcpy'
         memcpy(bh->b_data,clusterk,c);
         ^~~~~~
dblspace_compr.c:406:9: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_compr.c: In function 'dbl_write_cluster':
dblspace_compr.c:603:9: warning: incompatible implicit declaration of built-in function 'memcpy'
         memcpy(bh->b_data,&(clusterk[SECTOR_SIZE*i]),SECTOR_SIZE);
         ^~~~~~
dblspace_compr.c:603:9: note: include '<string.h>' or provide a declaration of 'memcpy'
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc -Wstrict-prototypes -O3 -fomit-frame-pointer -U__linux__ -fPIC    cvftest.c   -o cvftest
cvftest.c: In function 'main':
cvftest.c:46:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(20);
     ^~~~
cvftest.c:46:5: warning: incompatible implicit declaration of built-in function 'exit'
cvftest.c:46:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
cvftest.c:31:1:
+#include <stdlib.h>
 
cvftest.c:46:5:
     exit(20);
     ^~~~
cvftest.c:61:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(4);
       ^~~~
cvftest.c:61:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
cvftest.c:70:7: warning: incompatible implicit declaration of built-in function 'exit'
       exit(3);
       ^~~~
cvftest.c:70:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc -Wstrict-prototypes -O3 -fomit-frame-pointer -U__linux__ -fPIC    cvflist.c   -o cvflist
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dstacker_alloc.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dstacker_alloc.c
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dstacker_dec.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dstacker_dec.c
dstacker_dec.c:100:2: warning: #warning USE_GNU_ASM_I386 not defined, using "C" equivalent [-Wcpp]
 #warning USE_GNU_ASM_I386 not defined, using "C" equivalent
  ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dblspace_methsq.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dblspace_methsq.c
dblspace_methsq.c:117:2: warning: #warning USE_GNU_ASM_I386 not defined, using "C" equivalent [-Wcpp]
 #warning USE_GNU_ASM_I386 not defined, using "C" equivalent
  ^~~~~~~
dblspace_methsq.c: In function 'sq_dec':
dblspace_methsq.c:470:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if((unsigned)r&1) bits.pb=32;
     ^
dblspace_methsq.c: In function 'sq_newhash':
dblspace_methsq.c:822:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *(hash_hist+((unsigned)p&hist_mask))=hash_cur;
               ^
dblspace_methsq.c: In function 'sq_complz':
dblspace_methsq.c:916:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    }while(--try_cn&&((hash_cur=hash_hist[(unsigned)pc&hist_mask])<pc));
                                          ^
dblspace_methsq.c:954:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      }while(--try_cn&&((hash_cur=hash_hist[(unsigned)pc&hist_mask])<pc));
                                            ^
In file included from dblspace_methsq.c:53:
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
                                                   ^
dblspace_methsq.c:72:24: note: in expansion of macro 'put_unaligned'
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                        ^~~~~~~~~~~~~
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:965:8: note: in expansion of macro 'TKWR_CHRS'
       {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) return(0);};
        ^~~~~~~~~
dblspace_methsq.c:72:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:965:8: note: in expansion of macro 'TKWR_CHRS'
       {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) return(0);};
        ^~~~~~~~~
dblspace_methsq.c:72:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:969:11: note: in expansion of macro 'TKWR_CHRS'
    if(cn) TKWR_CHRS(po,cn);
           ^~~~~~~~~
dblspace_methsq.c:72:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:987:6: note: in expansion of macro 'C_ST_u16'
      C_ST_u16(po,cn-sqt_offbas[token]);
      ^~~~~~~~
In file included from dblspace_methsq.c:53:
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
                                                   ^
dblspace_methsq.c:72:24: note: in expansion of macro 'put_unaligned'
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                        ^~~~~~~~~~~~~
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:1002:6: note: in expansion of macro 'TKWR_CHRS'
     {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) return(0);};
      ^~~~~~~~~
dblspace_methsq.c:72:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:1002:6: note: in expansion of macro 'TKWR_CHRS'
     {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) return(0);};
      ^~~~~~~~~
In file included from dblspace_methsq.c:53:
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
                                                   ^
dblspace_methsq.c:72:24: note: in expansion of macro 'put_unaligned'
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                        ^~~~~~~~~~~~~
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:1009:20: note: in expansion of macro 'TKWR_CHRS'
   if(cn>=0x8000u) {TKWR_CHRS(po,0x8000u);cn-=0x8000u;};
                    ^~~~~~~~~
dblspace_methsq.c:72:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:1009:20: note: in expansion of macro 'TKWR_CHRS'
   if(cn>=0x8000u) {TKWR_CHRS(po,0x8000u);cn-=0x8000u;};
                    ^~~~~~~~~
dblspace_methsq.c:72:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:797:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dblspace_methsq.c:1010:3: note: in expansion of macro 'TKWR_CHRS'
   TKWR_CHRS(po,cn);
   ^~~~~~~~~
dblspace_methsq.c: In function 'sq_comp':
dblspace_methsq.c:73:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_LD_u16(p,v) {v=get_unaligned(p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:1222:17: note: in expansion of macro 'C_LD_u16'
     if(len==15) C_LD_u16(lz_pos,len);
                 ^~~~~~~~
dblspace_methsq.c:73:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_LD_u16(p,v) {v=get_unaligned(p);p=(__u16*)p+1;}
                                            ^
dblspace_methsq.c:1239:13: note: in expansion of macro 'C_LD_u16'
      else { C_LD_u16(lz_pos,len);sq_wrn(&bits,len,sqt_offbln[cod]);};
             ^~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -o dstacker_compr.lo -O -ggdb -D__DMSDOS_LIB__ -DUSE_FLOCK -U__linux__ -fPIC  -c dstacker_compr.c
dstacker_compr.c:116:2: warning: #warning USE_GNU_ASM_I386 not defined, using "C" equivalent [-Wcpp]
 #warning USE_GNU_ASM_I386 not defined, using "C" equivalent
  ^~~~~~~
dstacker_compr.c: In function 'sd4_newhash':
dstacker_compr.c:231:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *(hash_hist+((unsigned)p&hash_mask))=hash_cur;
               ^
dstacker_compr.c: In function 'sd4_complz':
dstacker_compr.c:319:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    }while(--try_cn&&((hash_cur=hash_hist[(unsigned)pc&hash_mask])<pc));
                                          ^
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:181:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dstacker_compr.c:370:11: note: in expansion of macro 'TKWR_CHRS'
    if(cn) TKWR_CHRS(po,cn);
           ^~~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:386:6: note: in expansion of macro 'C_ST_u16'
      C_ST_u16(po,cn); /* history offset */
      ^~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:390:44: note: in expansion of macro 'C_ST_u16'
      {token=max_match-6+0x3F;*(po++)=token;C_ST_u16(po,cn);}
                                            ^~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:394:6: note: in expansion of macro 'C_ST_u16'
      C_ST_u16(po,cn);  /* history offset */
      ^~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:395:6: note: in expansion of macro 'C_ST_u16'
      C_ST_u16(po,max_match); /* repeat count */
      ^~~~~~~~
In file included from dstacker_compr.c:55:
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
                                                   ^
dstacker_compr.c:142:24: note: in expansion of macro 'put_unaligned'
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                        ^~~~~~~~~~~~~
dstacker_compr.c:181:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dstacker_compr.c:414:6: note: in expansion of macro 'TKWR_CHRS'
     {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) goto return_error;};
      ^~~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:181:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dstacker_compr.c:414:6: note: in expansion of macro 'TKWR_CHRS'
     {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) goto return_error;};
      ^~~~~~~~~
In file included from dstacker_compr.c:55:
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
                                                   ^
dstacker_compr.c:142:24: note: in expansion of macro 'put_unaligned'
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                        ^~~~~~~~~~~~~
dstacker_compr.c:181:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dstacker_compr.c:421:20: note: in expansion of macro 'TKWR_CHRS'
   if(cn>=0x8000u) {TKWR_CHRS(po,0x8000u);cn-=0x8000u;};
                    ^~~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:181:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dstacker_compr.c:421:20: note: in expansion of macro 'TKWR_CHRS'
   if(cn>=0x8000u) {TKWR_CHRS(po,0x8000u);cn-=0x8000u;};
                    ^~~~~~~~~
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:181:28: note: in expansion of macro 'C_ST_u16'
    else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
                            ^~~~~~~~
dstacker_compr.c:422:3: note: in expansion of macro 'TKWR_CHRS'
   TKWR_CHRS(po,cn);
   ^~~~~~~~~
dstacker_compr.c: In function 'sd4_comp':
dstacker_compr.c:143:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_LD_u16(p,v) {v=get_unaligned(p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:718:7: note: in expansion of macro 'C_LD_u16'
       C_LD_u16(lz_pos,u);
       ^~~~~~~~
dstacker_compr.c:143:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_LD_u16(p,v) {v=get_unaligned(p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:736:8: note: in expansion of macro 'C_LD_u16'
        C_LD_u16(lz_pos,u);
        ^~~~~~~~
dstacker_compr.c:143:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_LD_u16(p,v) {v=get_unaligned(p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:742:7: note: in expansion of macro 'C_LD_u16'
       C_LD_u16(lz_pos,u); u++;  /* history offset */
       ^~~~~~~~
dstacker_compr.c:143:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
 #define C_LD_u16(p,v) {v=get_unaligned(p);p=(__u16*)p+1;}
                                            ^
dstacker_compr.c:751:8: note: in expansion of macro 'C_LD_u16'
        C_LD_u16(lz_pos,u); /* repeat count */
        ^~~~~~~~
dstacker_compr.c: In function 'sd3_newhash':
dstacker_compr.c:825:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *(hash_hist+((unsigned)p&hash_mask))=hash_cur;
               ^
dstacker_compr.c: In function 'sd3_comp':
dstacker_compr.c:887:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    }while(--try_cn&&((hash_cur=hash_hist[(unsigned)pc&hash_mask])<pc));
                                          ^
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc --shared -Xlinker --soname=libdmsdos.so.0.9.2 -o libdmsdos.so.0.9.2 lib_interface.lo dblspace_interface.lo dblspace_dec.lo dblspace_compr.lo dblspace_methsq.lo dblspace_alloc.lo dblspace_chk.lo dblspace_tables.lo dstacker_compr.lo dstacker_dec.lo dstacker_alloc.lo
ln -s libdmsdos.so.0.9.2 libdmsdos.so
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc -Wstrict-prototypes -O3 -fomit-frame-pointer -U__linux__ -fPIC    dcread.c libdmsdos.so.0.9.2 dmsdos.h dmsdos-config.h   -o dcread
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc -Wstrict-prototypes -O3 -fomit-frame-pointer -U__linux__ -fPIC    mcdmsdos.c libdmsdos.so.0.9.2 dmsdos.h dmsdos-config.h   -o mcdmsdos
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
make: Entering directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
gcc -Wstrict-prototypes -O3 -fomit-frame-pointer -U__linux__ -fPIC    dmsdosfsck.c libdmsdos.so.0.9.2 dmsdos.h dmsdos-config.h   -o dmsdosfsck
dmsdosfsck.c:107:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 int check_fat()
     ^~~~~~~~~
dmsdosfsck.c:157:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 int check_chains()
     ^~~~~~~~~~~~
dmsdosfsck.c:543:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 int check_unused_chains()
     ^~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/dmsdos-0.9.2.3-pre2/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.99026
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/dmsdos-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/dmsdos-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd dmsdos-0.9.2.3-pre2
+ mkdir -p /usr/src/tmp/dmsdos-buildroot/usr/share/man/man1 /usr/src/tmp/dmsdos-buildroot/usr/share/man/man8 /usr/src/tmp/dmsdos-buildroot/usr/bin /usr/src/tmp/dmsdos-buildroot/usr/sbin /usr/src/tmp/dmsdos-buildroot/usr/lib64 /usr/src/tmp/dmsdos-buildroot/usr/include/dmsdos
+ cd src
+ install cvflist cvftest mcdmsdos dcread /usr/src/tmp/dmsdos-buildroot/usr/bin
+ install dmsdosfsck /usr/src/tmp/dmsdos-buildroot/usr/sbin
+ install libdmsdos.so libdmsdos.so.0.9.2 /usr/src/tmp/dmsdos-buildroot/usr/lib64
+ install dmsdos-config.h dmsdos.h lib_interface.h my_break.h /usr/src/tmp/dmsdos-buildroot/usr/include/dmsdos
+ cd ../man
+ install dmsdosfsck.8 /usr/src/tmp/dmsdos-buildroot/usr/share/man/man8
+ install cvflist.1 cvftest.1 dmsdosfsck.8 mcdmsdos.1 /usr/src/tmp/dmsdos-buildroot/usr/share/man/man1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/dmsdos-buildroot (auto)
mode of './usr/lib64/libdmsdos.so.0.9.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/libdmsdos.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/dmsdos-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/dmsdos-buildroot/ (default)
Compressing files in /usr/src/tmp/dmsdos-buildroot (auto)
mode of '/usr/src/tmp/dmsdos-buildroot/usr/share/man/man8/dmsdosfsck.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/dmsdos-buildroot/usr/share/man/man1/mcdmsdos.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/dmsdos-buildroot/usr/share/man/man1/dmsdosfsck.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/dmsdos-buildroot/usr/share/man/man1/cvftest.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/dmsdos-buildroot/usr/share/man/man1/cvflist.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Adjusting library links in /usr/src/tmp/dmsdos-buildroot
./usr/lib64:
	libdmsdos.so.0.9.2 -> libdmsdos.so.0.9.2
Verifying ELF objects in /usr/src/tmp/dmsdos-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: dmsdos-0.9.2.3-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.80133
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd dmsdos-0.9.2.3-pre2
+ DOCDIR=/usr/src/tmp/dmsdos-buildroot/usr/share/doc/dmsdos-0.9.2.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/dmsdos-buildroot/usr/share/doc/dmsdos-0.9.2.3
+ /bin/mkdir -p /usr/src/tmp/dmsdos-buildroot/usr/share/doc/dmsdos-0.9.2.3
+ cp -prL README /usr/src/tmp/dmsdos-buildroot/usr/share/doc/dmsdos-0.9.2.3
+ chmod -R go-w /usr/src/tmp/dmsdos-buildroot/usr/share/doc/dmsdos-0.9.2.3
+ chmod -R a+rX /usr/src/tmp/dmsdos-buildroot/usr/share/doc/dmsdos-0.9.2.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jVgLBw
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/dmsdos-buildroot/usr/lib64/libdmsdos.so.0.9.2: 132 symbols, 18 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bM3wG9
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libdmsdos.so.0.9.2()(64bit) = set:ldwexuCAytdlpfe54PDJrust2QTu8wNBaxsZo3MrBDrhRaja5MpolxY6CFZgSy9QofRFYUeu3AZAHzVhQQ81jn7sMvLVhycc9vp60J5yrYhow3lHV69i2b4xkIpp19wZ0gFHOhvTBZqmh7xzuAs5HpSnnrz5B8J2i1QDsvsOgfq31emecZtRcmnOJElhXaaRdZnmZpXOx2V4FcBdMdg972g95Bb8C5BMc0U2xZsEJkZI422ZLA2jp5vOEInO6DfBEmdK1Mc2i1FxC3nhu40HJv7dv
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), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yt0XLS
Creating dmsdos-debuginfo package
Processing files: libdmsdos-devel-0.9.2.3-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32600
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd dmsdos-0.9.2.3-pre2
+ DOCDIR=/usr/src/tmp/dmsdos-buildroot/usr/share/doc/libdmsdos-devel-0.9.2.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/dmsdos-buildroot/usr/share/doc/libdmsdos-devel-0.9.2.3
+ /bin/mkdir -p /usr/src/tmp/dmsdos-buildroot/usr/share/doc/libdmsdos-devel-0.9.2.3
+ cp -prL doc src/dcread.c /usr/src/tmp/dmsdos-buildroot/usr/share/doc/libdmsdos-devel-0.9.2.3
+ chmod -R go-w /usr/src/tmp/dmsdos-buildroot/usr/share/doc/libdmsdos-devel-0.9.2.3
+ chmod -R a+rX /usr/src/tmp/dmsdos-buildroot/usr/share/doc/libdmsdos-devel-0.9.2.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kyXgtG
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.7CKqBx
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/dmsdos-buildroot/usr/include/dmsdos/lib_interface.h:42:9: fatal error: asm/unaligned.h: No such file or directory
 #include<asm/unaligned.h>
         ^~~~~~~~~~~~~~~~~
compilation terminated.
cpp.req: /usr/src/tmp/dmsdos-buildroot/usr/include/dmsdos/lib_interface.h: cpp failed, trying c++ mode
x86_64-alt-linux-cpp: error trying to exec 'cc1plus': execvp: No such file or directory
cpp.req: WARNING: /usr/src/tmp/dmsdos-buildroot/usr/include/dmsdos/lib_interface.h: cpp failed
Requires: glibc-kernheaders-generic, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zQpids
Creating libdmsdos-devel-debuginfo package
Processing files: dmsdos-debuginfo-0.9.2.3-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jgIZjq
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1Gt6Rr
find-requires: running scripts (debuginfo)
Provides: debug64(libdmsdos.so.0.9.2)
Requires: dmsdos = 0.9.2.3-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Processing files: libdmsdos-devel-debuginfo-0.9.2.3-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4CLXQw
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TLdkgF
find-requires: running scripts (debuginfo)
Requires: libdmsdos-devel = 0.9.2.3-alt3, debug64(libc.so.6)
Adding to dmsdos-debuginfo a strict dependency on dmsdos
Adding to libdmsdos-devel-debuginfo a strict dependency on libdmsdos-devel
Wrote: /usr/src/RPM/RPMS/x86_64/dmsdos-0.9.2.3-alt3.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libdmsdos-devel-0.9.2.3-alt3.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/dmsdos-debuginfo-0.9.2.3-alt3.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libdmsdos-devel-debuginfo-0.9.2.3-alt3.x86_64.rpm (w2.lzdio)
13.41user 4.79system 0:19.96elapsed 91%CPU (0avgtext+0avgdata 38176maxresident)k
0inputs+0outputs (0major+702198minor)pagefaults 0swaps
15.84user 9.39system 0:25.99elapsed 97%CPU (0avgtext+0avgdata 38176maxresident)k
0inputs+0outputs (0major+933133minor)pagefaults 0swaps
--- dmsdos-0.9.2.3-alt3.x86_64.rpm.repo	2019-02-05 17:29:30.000000000 +0000
+++ dmsdos-0.9.2.3-alt3.x86_64.rpm.hasher	2021-08-01 02:17:20.727511074 +0000
@@ -24,8 +24,8 @@
 Provides: dmsdos = 0.9.2.3-alt3:sisyphus+220756.100.1.1
-File: /usr/bin/cvflist	100755	root:root	0d22cf072713d7d0c3f8035cde26ba98	
-File: /usr/bin/cvftest	100755	root:root	69fa1b0e4d0cc10578f6b39e32124cea	
-File: /usr/bin/dcread	100755	root:root	51fe42f754f476f628e09204d701188c	
-File: /usr/bin/mcdmsdos	100755	root:root	316b1d9ddf3bbe80c2dde6bd85acbe8c	
-File: /usr/lib64/libdmsdos.so.0.9.2	100644	root:root	ceed73c69b8b605b4a55053d5c3e02ce	
-File: /usr/sbin/dmsdosfsck	100755	root:root	fa2a2663f6fb32a350e437a4ffb48ecd	
+File: /usr/bin/cvflist	100755	root:root	e38844897289ef532f8cea5949992258	
+File: /usr/bin/cvftest	100755	root:root	a0a97c4ad0d7362ece10d76d16f1d3a8	
+File: /usr/bin/dcread	100755	root:root	c946deda463e0fff06759125c89cbc9f	
+File: /usr/bin/mcdmsdos	100755	root:root	07ea98384b13089d8e6ae41120f78a50	
+File: /usr/lib64/libdmsdos.so.0.9.2	100644	root:root	e320ae45443968e8483c06f6aba4a497	
+File: /usr/sbin/dmsdosfsck	100755	root:root	2075b85405d8d3f37ec15e91b329cdaa	
 File: /usr/share/doc/dmsdos-0.9.2.3	40755	root:root		
@@ -37,2 +37,2 @@
 File: /usr/share/man/man8/dmsdosfsck.8.xz	100644	root:root	8e034bd95d6bad156c48d24d90d77df0	
-RPMIdentity: b63d529bfdd0042773bdbc555c36a114e70567db3d3343a34f15ea308a18b235d59d14db2722b25fa0869d537cdb64cdb2d277562af89c02d311d33018f495be
+RPMIdentity: eb78fd4fa9abfe65377e2b19ac52820caf74e0cb893fd3ed6daea1ab88fb312d1ddf8b39f56445d96f2b12dae315df9c96fba81eeaaf13849162e788e83be88c
--- dmsdos-debuginfo-0.9.2.3-alt3.x86_64.rpm.repo	2019-02-05 17:29:30.000000000 +0000
+++ dmsdos-debuginfo-0.9.2.3-alt3.x86_64.rpm.hasher	2021-08-01 02:17:20.931504249 +0000
@@ -1,19 +1,19 @@
-/usr/lib/debug/.build-id/55	40755	root:root	
-/usr/lib/debug/.build-id/55/a3383af9a41a3f83e6ce99d4ce3715dd64b22a	120777	root:root	../../../../bin/cvftest
-/usr/lib/debug/.build-id/55/a3383af9a41a3f83e6ce99d4ce3715dd64b22a.debug	120777	root:root	../../usr/bin/cvftest.debug
-/usr/lib/debug/.build-id/66	40755	root:root	
-/usr/lib/debug/.build-id/66/3f1821058c7c3cda463c88d8d4b89cce86a623	120777	root:root	../../../../bin/mcdmsdos
-/usr/lib/debug/.build-id/66/3f1821058c7c3cda463c88d8d4b89cce86a623.debug	120777	root:root	../../usr/bin/mcdmsdos.debug
-/usr/lib/debug/.build-id/87	40755	root:root	
-/usr/lib/debug/.build-id/87/8df45a3ad37913a566e37f094b0165f25b3a0b	120777	root:root	../../../../sbin/dmsdosfsck
-/usr/lib/debug/.build-id/87/8df45a3ad37913a566e37f094b0165f25b3a0b.debug	120777	root:root	../../usr/sbin/dmsdosfsck.debug
-/usr/lib/debug/.build-id/91	40755	root:root	
-/usr/lib/debug/.build-id/91/50fded3486de69ec98e199f98fac36305b0a16	120777	root:root	../../../../lib64/libdmsdos.so.0.9.2
-/usr/lib/debug/.build-id/91/50fded3486de69ec98e199f98fac36305b0a16.debug	120777	root:root	../../usr/lib64/libdmsdos.so.0.9.2.debug
-/usr/lib/debug/.build-id/99	40755	root:root	
-/usr/lib/debug/.build-id/99/357c06956a1021d1a10dc6d2ff0a520b76c2ac	120777	root:root	../../../../bin/dcread
-/usr/lib/debug/.build-id/99/357c06956a1021d1a10dc6d2ff0a520b76c2ac.debug	120777	root:root	../../usr/bin/dcread.debug
-/usr/lib/debug/.build-id/e7	40755	root:root	
-/usr/lib/debug/.build-id/e7/5435e30d341bdb7b320fb5ed5578860759ab4d	120777	root:root	../../../../bin/cvflist
-/usr/lib/debug/.build-id/e7/5435e30d341bdb7b320fb5ed5578860759ab4d.debug	120777	root:root	../../usr/bin/cvflist.debug
+/usr/lib/debug/.build-id/1f	40755	root:root	
+/usr/lib/debug/.build-id/1f/4cb7352c3fd445c3370a6f177614983d6dab46	120777	root:root	../../../../sbin/dmsdosfsck
+/usr/lib/debug/.build-id/1f/4cb7352c3fd445c3370a6f177614983d6dab46.debug	120777	root:root	../../usr/sbin/dmsdosfsck.debug
+/usr/lib/debug/.build-id/2b	40755	root:root	
+/usr/lib/debug/.build-id/2b/277948f9ce82129d4999786647bdd2ea122901	120777	root:root	../../../../bin/dcread
+/usr/lib/debug/.build-id/2b/277948f9ce82129d4999786647bdd2ea122901.debug	120777	root:root	../../usr/bin/dcread.debug
+/usr/lib/debug/.build-id/9f	40755	root:root	
+/usr/lib/debug/.build-id/9f/5838396430c8225aa5194c4ea0508a9f7c88d3	120777	root:root	../../../../bin/mcdmsdos
+/usr/lib/debug/.build-id/9f/5838396430c8225aa5194c4ea0508a9f7c88d3.debug	120777	root:root	../../usr/bin/mcdmsdos.debug
+/usr/lib/debug/.build-id/bc	40755	root:root	
+/usr/lib/debug/.build-id/bc/f8c8fbdb3ff895084ac6acdcb50d20e3ea6de6	120777	root:root	../../../../bin/cvflist
+/usr/lib/debug/.build-id/bc/f8c8fbdb3ff895084ac6acdcb50d20e3ea6de6.debug	120777	root:root	../../usr/bin/cvflist.debug
+/usr/lib/debug/.build-id/bf	40755	root:root	
+/usr/lib/debug/.build-id/bf/2e0b68225d5a04d12836f565d2e448d9704cd8	120777	root:root	../../../../lib64/libdmsdos.so.0.9.2
+/usr/lib/debug/.build-id/bf/2e0b68225d5a04d12836f565d2e448d9704cd8.debug	120777	root:root	../../usr/lib64/libdmsdos.so.0.9.2.debug
+/usr/lib/debug/.build-id/df	40755	root:root	
+/usr/lib/debug/.build-id/df/62251d7b237c8ae532e2dd7aa69d1c252c4978	120777	root:root	../../../../bin/cvftest
+/usr/lib/debug/.build-id/df/62251d7b237c8ae532e2dd7aa69d1c252c4978.debug	120777	root:root	../../usr/bin/cvftest.debug
 /usr/lib/debug/usr/bin/cvflist.debug	100644	root:root	
@@ -45,26 +45,26 @@
 Provides: dmsdos-debuginfo = 0.9.2.3-alt3:sisyphus+220756.100.1.1
-File: /usr/lib/debug/.build-id/55	40755	root:root		
-File: /usr/lib/debug/.build-id/55/a3383af9a41a3f83e6ce99d4ce3715dd64b22a	120777	root:root		../../../../bin/cvftest
-File: /usr/lib/debug/.build-id/55/a3383af9a41a3f83e6ce99d4ce3715dd64b22a.debug	120777	root:root		../../usr/bin/cvftest.debug
-File: /usr/lib/debug/.build-id/66	40755	root:root		
-File: /usr/lib/debug/.build-id/66/3f1821058c7c3cda463c88d8d4b89cce86a623	120777	root:root		../../../../bin/mcdmsdos
-File: /usr/lib/debug/.build-id/66/3f1821058c7c3cda463c88d8d4b89cce86a623.debug	120777	root:root		../../usr/bin/mcdmsdos.debug
-File: /usr/lib/debug/.build-id/87	40755	root:root		
-File: /usr/lib/debug/.build-id/87/8df45a3ad37913a566e37f094b0165f25b3a0b	120777	root:root		../../../../sbin/dmsdosfsck
-File: /usr/lib/debug/.build-id/87/8df45a3ad37913a566e37f094b0165f25b3a0b.debug	120777	root:root		../../usr/sbin/dmsdosfsck.debug
-File: /usr/lib/debug/.build-id/91	40755	root:root		
-File: /usr/lib/debug/.build-id/91/50fded3486de69ec98e199f98fac36305b0a16	120777	root:root		../../../../lib64/libdmsdos.so.0.9.2
-File: /usr/lib/debug/.build-id/91/50fded3486de69ec98e199f98fac36305b0a16.debug	120777	root:root		../../usr/lib64/libdmsdos.so.0.9.2.debug
-File: /usr/lib/debug/.build-id/99	40755	root:root		
-File: /usr/lib/debug/.build-id/99/357c06956a1021d1a10dc6d2ff0a520b76c2ac	120777	root:root		../../../../bin/dcread
-File: /usr/lib/debug/.build-id/99/357c06956a1021d1a10dc6d2ff0a520b76c2ac.debug	120777	root:root		../../usr/bin/dcread.debug
-File: /usr/lib/debug/.build-id/e7	40755	root:root		
-File: /usr/lib/debug/.build-id/e7/5435e30d341bdb7b320fb5ed5578860759ab4d	120777	root:root		../../../../bin/cvflist
-File: /usr/lib/debug/.build-id/e7/5435e30d341bdb7b320fb5ed5578860759ab4d.debug	120777	root:root		../../usr/bin/cvflist.debug
-File: /usr/lib/debug/usr/bin/cvflist.debug	100644	root:root	6d05526ce885c0a817ac5681c92b3f15	
-File: /usr/lib/debug/usr/bin/cvftest.debug	100644	root:root	4343eb418333c45e086afd49c4d87fb0	
-File: /usr/lib/debug/usr/bin/dcread.debug	100644	root:root	fd99acc3586312647f6eaa8472b9ed64	
-File: /usr/lib/debug/usr/bin/mcdmsdos.debug	100644	root:root	70a8790622cf843817f72771e56f67b0	
-File: /usr/lib/debug/usr/lib64/libdmsdos.so.0.9.2.debug	100644	root:root	71b1970669c6dfd0b1047d4096f3035c	
-File: /usr/lib/debug/usr/sbin/dmsdosfsck.debug	100644	root:root	6918a46f71f0608d731d4f28889588b7	
+File: /usr/lib/debug/.build-id/1f	40755	root:root		
+File: /usr/lib/debug/.build-id/1f/4cb7352c3fd445c3370a6f177614983d6dab46	120777	root:root		../../../../sbin/dmsdosfsck
+File: /usr/lib/debug/.build-id/1f/4cb7352c3fd445c3370a6f177614983d6dab46.debug	120777	root:root		../../usr/sbin/dmsdosfsck.debug
+File: /usr/lib/debug/.build-id/2b	40755	root:root		
+File: /usr/lib/debug/.build-id/2b/277948f9ce82129d4999786647bdd2ea122901	120777	root:root		../../../../bin/dcread
+File: /usr/lib/debug/.build-id/2b/277948f9ce82129d4999786647bdd2ea122901.debug	120777	root:root		../../usr/bin/dcread.debug
+File: /usr/lib/debug/.build-id/9f	40755	root:root		
+File: /usr/lib/debug/.build-id/9f/5838396430c8225aa5194c4ea0508a9f7c88d3	120777	root:root		../../../../bin/mcdmsdos
+File: /usr/lib/debug/.build-id/9f/5838396430c8225aa5194c4ea0508a9f7c88d3.debug	120777	root:root		../../usr/bin/mcdmsdos.debug
+File: /usr/lib/debug/.build-id/bc	40755	root:root		
+File: /usr/lib/debug/.build-id/bc/f8c8fbdb3ff895084ac6acdcb50d20e3ea6de6	120777	root:root		../../../../bin/cvflist
+File: /usr/lib/debug/.build-id/bc/f8c8fbdb3ff895084ac6acdcb50d20e3ea6de6.debug	120777	root:root		../../usr/bin/cvflist.debug
+File: /usr/lib/debug/.build-id/bf	40755	root:root		
+File: /usr/lib/debug/.build-id/bf/2e0b68225d5a04d12836f565d2e448d9704cd8	120777	root:root		../../../../lib64/libdmsdos.so.0.9.2
+File: /usr/lib/debug/.build-id/bf/2e0b68225d5a04d12836f565d2e448d9704cd8.debug	120777	root:root		../../usr/lib64/libdmsdos.so.0.9.2.debug
+File: /usr/lib/debug/.build-id/df	40755	root:root		
+File: /usr/lib/debug/.build-id/df/62251d7b237c8ae532e2dd7aa69d1c252c4978	120777	root:root		../../../../bin/cvftest
+File: /usr/lib/debug/.build-id/df/62251d7b237c8ae532e2dd7aa69d1c252c4978.debug	120777	root:root		../../usr/bin/cvftest.debug
+File: /usr/lib/debug/usr/bin/cvflist.debug	100644	root:root	329969c365a0bc3d7563517d88b7081d	
+File: /usr/lib/debug/usr/bin/cvftest.debug	100644	root:root	b08af29284e9542b08683a217319c870	
+File: /usr/lib/debug/usr/bin/dcread.debug	100644	root:root	a2ba66434dc7af2dfa7e08186494503b	
+File: /usr/lib/debug/usr/bin/mcdmsdos.debug	100644	root:root	47b45ed616abf34ee942534d22106d35	
+File: /usr/lib/debug/usr/lib64/libdmsdos.so.0.9.2.debug	100644	root:root	2884ed1a5890c7c5e8aeea6a0c050685	
+File: /usr/lib/debug/usr/sbin/dmsdosfsck.debug	100644	root:root	dfd151ef87968924296de15b3d878617	
 File: /usr/src/debug/dmsdos-0.9.2.3-pre2	40755	root:root		
@@ -84,2 +84,2 @@
 File: /usr/src/debug/dmsdos-0.9.2.3-pre2/src/lib_interface.h	100644	root:root	22195bd9c1343d6104448613bc708058	
-RPMIdentity: 3f3718aa63e263fe1b019e01bcd36ca620cd898d9ed4569b6833e38a025e9e25f917cac55dbcc5d2fd757db592457cfbf0e4693e554dc7e8ffd22bc072978288
+RPMIdentity: 89292bafe3606cd9e14dc5408bf649cf7abc4915ce32d1ba5f16a118d3a3f642625d0cb045be2beb7dd9af787dbb94f32c041d29836fec117506d10941b3f784
--- libdmsdos-devel-0.9.2.3-alt3.x86_64.rpm.repo	2019-02-05 17:29:30.000000000 +0000
+++ libdmsdos-devel-0.9.2.3-alt3.x86_64.rpm.hasher	2021-08-01 02:17:21.262493174 +0000
@@ -31,3 +31,3 @@
 File: /usr/include/dmsdos/my_break.h	100755	root:root	a6e7df8db4c2bb8a096bd6865ad888bf	
-File: /usr/lib64/libdmsdos.so	100644	root:root	eef693cea4ac9e9b6adfb0174528d2ee	
+File: /usr/lib64/libdmsdos.so	100644	root:root	4cef21694b731bcb75e448208cc1ef46	
 File: /usr/share/doc/libdmsdos-devel-0.9.2.3	40755	root:root		
@@ -45,2 +45,2 @@
 File: /usr/share/doc/libdmsdos-devel-0.9.2.3/doc/troubleshooting.doc	100644	root:root	7d89e3e3afc14d023b824f983a214ab6	
-RPMIdentity: 6739276cf3dd37af9977387aa164aaeb44eaa13403ab85849c405852fae2480ffcf114d5e46e147816d23dd65d3a2e88a841b31844e438f334fde7e6edbaca6a
+RPMIdentity: 888d94707f65dbad149251e41d7c270436dadd37b28b5561d617be04e453d1b1e8a07a84c2611ea5565af3d573361362c04d4c0b8a50bb559076416c47655c74
--- libdmsdos-devel-debuginfo-0.9.2.3-alt3.x86_64.rpm.repo	2019-02-05 17:29:30.000000000 +0000
+++ libdmsdos-devel-debuginfo-0.9.2.3-alt3.x86_64.rpm.hasher	2021-08-01 02:17:21.492485479 +0000
@@ -20,3 +20,3 @@
 Provides: libdmsdos-devel-debuginfo = 0.9.2.3-alt3:sisyphus+220756.100.1.1
-File: /usr/lib/debug/usr/lib64/libdmsdos.so.debug	100644	root:root	71b1970669c6dfd0b1047d4096f3035c	
+File: /usr/lib/debug/usr/lib64/libdmsdos.so.debug	100644	root:root	2884ed1a5890c7c5e8aeea6a0c050685	
 File: /usr/src/debug/dmsdos-0.9.2.3-pre2	40755	root:root		
@@ -36,2 +36,2 @@
 File: /usr/src/debug/dmsdos-0.9.2.3-pre2/src/lib_interface.h	100644	root:root	22195bd9c1343d6104448613bc708058	
-RPMIdentity: 32ed3c98cedb13488f18558f51e0234cdb5271ba70dec2669085b907e34368f8c1f0749197f6b684ff1385b15270a8b93351cff4729606fe9368a77034b1e33c
+RPMIdentity: fe663799a04f72b4d3be0a38255691e5af44475fc9b1035cfa4b614cfb62249a7cf7f0241a53c5bcbd8f6540d16c4e42065a931037367eea91f1fdc02bf9ea65