<86>Sep 30 06:47:03 userdel[1638112]: delete user 'rooter'
<86>Sep 30 06:47:03 userdel[1638112]: removed group 'rooter' owned by 'rooter'
<86>Sep 30 06:47:03 userdel[1638112]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 30 06:47:03 groupadd[1638171]: group added to /etc/group: name=rooter, GID=1286
<86>Sep 30 06:47:03 groupadd[1638171]: group added to /etc/gshadow: name=rooter
<86>Sep 30 06:47:03 groupadd[1638171]: new group: name=rooter, GID=1286
<86>Sep 30 06:47:03 useradd[1638214]: new user: name=rooter, UID=1286, GID=1286, home=/root, shell=/bin/bash, from=none
<86>Sep 30 06:47:03 userdel[1638268]: delete user 'builder'
<86>Sep 30 06:47:03 userdel[1638268]: removed group 'builder' owned by 'builder'
<86>Sep 30 06:47:03 userdel[1638268]: removed shadow group 'builder' owned by 'builder'
<86>Sep 30 06:47:03 groupadd[1638323]: group added to /etc/group: name=builder, GID=1287
<86>Sep 30 06:47:03 groupadd[1638323]: group added to /etc/gshadow: name=builder
<86>Sep 30 06:47:03 groupadd[1638323]: new group: name=builder, GID=1287
<86>Sep 30 06:47:03 useradd[1638361]: new user: name=builder, UID=1287, GID=1287, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/dmsdos-0.9.2.3-alt3.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
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: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.84021
+ 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.84021
+ 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_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]
  395 |         memcpy(bh->b_data,fraglist,4*(frags+1));
      |         ^~~~~~
dblspace_compr.c:60:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   59 | #include<errno.h>
  +++ |+#include <string.h>
   60 | #endif
dblspace_compr.c:395:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  395 |         memcpy(bh->b_data,fraglist,4*(frags+1));
      |         ^~~~~~
dblspace_compr.c:395:9: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_compr.c:406:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  406 |         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' [-Wbuiltin-declaration-mismatch]
  603 |         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 --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]
  605 |           memcpy(fraglist,bh->b_data,4*(fragcount+1));
      |           ^~~~~~
dblspace_alloc.c:45:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   44 | #include<errno.h>
  +++ |+#include <string.h>
   45 | #endif
dblspace_alloc.c:605:11: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  605 |           memcpy(fraglist,bh->b_data,4*(fragcount+1));
      |           ^~~~~~
dblspace_alloc.c:605:11: 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]
   84 | #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 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]
  104 |   exit(1);
      |   ^~~~
lib_interface.c:76:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   75 | #include <stdarg.h>
  +++ |+#include <stdlib.h>
   76 | int printk(const char *fmt, ...)
lib_interface.c:104:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  104 |   exit(1);
      |   ^~~~
lib_interface.c:104:3: 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 --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 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]
   98 |   if(!memcmp(pp,bitfat_up_to_date_fl,sizeof(bitfat_up_to_date_fl)))
      |       ^~~~~~
dblspace_chk.c:55:1: note: include '<string.h>' or provide a declaration of 'memcmp'
   54 | #include<malloc.h>
  +++ |+#include <string.h>
   55 | #endif
dblspace_chk.c:108:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  108 |       memcpy(pp,bitfat_up_to_date_fl,sizeof(bitfat_up_to_date_fl));
      |       ^~~~~~
dblspace_chk.c:108:7: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_chk.c:108:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
dblspace_chk.c:108:7: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_chk.c:110:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  110 |       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' [-Wbuiltin-declaration-mismatch]
  111 |     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_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]
  336 |           memcpy(bh->b_data,mdfat[merk_i].a_buffer->b_data,SECTOR_SIZE);
      |           ^~~~~~
dblspace_tables.c:58:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   57 | #include<errno.h>
  +++ |+#include <string.h>
   58 | #endif
dblspace_tables.c:336:11: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  336 |           memcpy(bh->b_data,mdfat[merk_i].a_buffer->b_data,SECTOR_SIZE);
      |           ^~~~~~
dblspace_tables.c:336:11: note: include '<string.h>' or provide a declaration of 'memcpy'
dblspace_tables.c: In function 'dbl_fat_nextcluster':
dblspace_tables.c:535:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  535 |         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 -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]
   46 |     exit(20);
      |     ^~~~
cvftest.c:31:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   30 | #include<string.h>
  +++ |+#include <stdlib.h>
   31 | 
cvftest.c:46:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   46 |     exit(20);
      |     ^~~~
cvftest.c:46:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
cvftest.c:61:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   61 |       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' [-Wbuiltin-declaration-mismatch]
   70 |       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]
  100 | #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]
  117 | #warning USE_GNU_ASM_I386 not defined, using "C" equivalent
      |  ^~~~~~~
In file included from dblspace_methsq.c:53:
dblspace_methsq.c: In function 'sq_complz':
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
   58 | #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
      |                                                   ^
dblspace_methsq.c:72:24: note: in expansion of macro 'put_unaligned'
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                        ^~~~~~~~~~~~~
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:965:8: note: in expansion of macro 'TKWR_CHRS'
  965 |       {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]
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:965:8: note: in expansion of macro 'TKWR_CHRS'
  965 |       {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]
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:969:11: note: in expansion of macro 'TKWR_CHRS'
  969 |    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]
   72 | #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'
  987 |      C_ST_u16(po,cn-sqt_offbas[token]);
      |      ^~~~~~~~
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
   58 | #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
      |                                                   ^
dblspace_methsq.c:72:24: note: in expansion of macro 'put_unaligned'
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                        ^~~~~~~~~~~~~
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:1002:6: note: in expansion of macro 'TKWR_CHRS'
 1002 |     {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]
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:1002:6: note: in expansion of macro 'TKWR_CHRS'
 1002 |     {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) return(0);};
      |      ^~~~~~~~~
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
   58 | #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
      |                                                   ^
dblspace_methsq.c:72:24: note: in expansion of macro 'put_unaligned'
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                        ^~~~~~~~~~~~~
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:1009:20: note: in expansion of macro 'TKWR_CHRS'
 1009 |   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]
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:1009:20: note: in expansion of macro 'TKWR_CHRS'
 1009 |   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]
   72 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dblspace_methsq.c:797:49: note: in expansion of macro 'C_ST_u16'
  797 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dblspace_methsq.c:1010:3: note: in expansion of macro 'TKWR_CHRS'
 1010 |   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]
   73 | #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'
 1222 |     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]
   73 | #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'
 1239 |      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]
  116 | #warning USE_GNU_ASM_I386 not defined, using "C" equivalent
      |  ^~~~~~~
dstacker_compr.c: In function 'sd4_complz':
dstacker_compr.c:142:44: warning: assignment to '__u8 *' {aka 'unsigned char *'} from incompatible pointer type '__u16 *' {aka 'short unsigned int *'} [-Wincompatible-pointer-types]
  142 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dstacker_compr.c:181:49: note: in expansion of macro 'C_ST_u16'
  181 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dstacker_compr.c:370:11: note: in expansion of macro 'TKWR_CHRS'
  370 |    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]
  142 | #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'
  386 |      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]
  142 | #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'
  390 |      {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]
  142 | #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'
  394 |      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]
  142 | #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'
  395 |      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]
   58 | #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
      |                                                   ^
dstacker_compr.c:142:24: note: in expansion of macro 'put_unaligned'
  142 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                        ^~~~~~~~~~~~~
dstacker_compr.c:181:49: note: in expansion of macro 'C_ST_u16'
  181 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dstacker_compr.c:414:6: note: in expansion of macro 'TKWR_CHRS'
  414 |     {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]
  142 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dstacker_compr.c:181:49: note: in expansion of macro 'C_ST_u16'
  181 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dstacker_compr.c:414:6: note: in expansion of macro 'TKWR_CHRS'
  414 |     {TKWR_CHRS(po,0x8000u);cn-=0x8000u;if(poend<po) goto return_error;};
      |      ^~~~~~~~~
lib_interface.h:58:51: warning: conversion from 'unsigned int' to '__u8' {aka 'unsigned char'} changes value from '32768' to '0' [-Woverflow]
   58 | #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) ))
      |                                                   ^
dstacker_compr.c:142:24: note: in expansion of macro 'put_unaligned'
  142 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                        ^~~~~~~~~~~~~
dstacker_compr.c:181:49: note: in expansion of macro 'C_ST_u16'
  181 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dstacker_compr.c:421:20: note: in expansion of macro 'TKWR_CHRS'
  421 |   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]
  142 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dstacker_compr.c:181:49: note: in expansion of macro 'C_ST_u16'
  181 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dstacker_compr.c:421:20: note: in expansion of macro 'TKWR_CHRS'
  421 |   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]
  142 | #define C_ST_u16(p,v) {put_unaligned(v,p);p=(__u16*)p+1;}
      |                                            ^
dstacker_compr.c:181:49: note: in expansion of macro 'C_ST_u16'
  181 |                         else {*(p++)=TK_CHRS+15;C_ST_u16(p,v);};}
      |                                                 ^~~~~~~~
dstacker_compr.c:422:3: note: in expansion of macro 'TKWR_CHRS'
  422 |   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]
  143 | #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'
  718 |       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]
  143 | #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'
  736 |        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]
  143 | #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'
  742 |       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]
  143 | #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'
  751 |        C_LD_u16(lz_pos,u); /* repeat count */
      |        ^~~~~~~~
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]
  107 | int check_fat()
      |     ^~~~~~~~~
dmsdosfsck.c:157:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  157 | int check_chains()
      |     ^~~~~~~~~~~~
dmsdosfsck.c:543:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  543 | 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.50383
+ 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/lib /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/lib
+ 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/lib/libdmsdos.so.0.9.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/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/lib: (from <cmdline>:0)
	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)
verify-elf: WARNING: ./usr/lib/libdmsdos.so.0.9.2: uses non-LFS functions: __open_2 lseek
verify-elf: WARNING: ./usr/lib/libdmsdos.so: uses non-LFS functions: __open_2 lseek
verify-elf: WARNING: ./usr/bin/mcdmsdos: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/cvftest: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/cvflist: uses non-LFS functions: lseek open
Processing files: dmsdos-0.9.2.3-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.70327
+ 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.MeYqHf
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/dmsdos-buildroot/usr/lib/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.8WnnMS
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libdmsdos.so.0.9.2 = set:ldwexuCAytdlpfe54PDJrust2QTu8wNBaxsZo3MrBDrhRaja5MpolxY6CFZgSy9QofRFYUeu3AZAHzVhQQ81jn7sMvLVhycc9vp60J5yrYhow3lHV69i2b4xkIpp19wZ0gFHOhvTBZqmh7xzuAs5HpSnnrz5B8J2i1QDsvsOgfq31emecZtRcmnOJElhXaaRdZnmZpXOx2V4FcBdMdg972g95Bb8C5BMc0U2xZsEJkZI422ZLA2jp5vOEInO6DfBEmdK1Mc2i1FxC3nhu40HJv7dv
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CK2WnN
Creating dmsdos-debuginfo package
Processing files: libdmsdos-devel-0.9.2.3-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.58176
+ 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.rILsbk
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6ZYUSZ
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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
   42 | #include<asm/unaligned.h>
      |         ^~~~~~~~~~~~~~~~~
compilation terminated.
cpp.req: /usr/src/tmp/dmsdos-buildroot/usr/include/dmsdos/lib_interface.h: cpp failed, trying c++ mode
i586-alt-linux-cpp: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
compilation terminated.
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.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.icCcY8
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.67FnBr
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mFUcpv
find-requires: running scripts (debuginfo)
Provides: debug(libdmsdos.so.0.9.2)
Requires: dmsdos = 0.9.2.3-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(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.wGKqGB
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zoYiw0
find-requires: running scripts (debuginfo)
Requires: libdmsdos-devel = 0.9.2.3-alt3, debug(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/i586/dmsdos-0.9.2.3-alt3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libdmsdos-devel-0.9.2.3-alt3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/dmsdos-debuginfo-0.9.2.3-alt3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libdmsdos-devel-debuginfo-0.9.2.3-alt3.i586.rpm (w2.lzdio)
5.14user 2.56system 0:12.46elapsed 61%CPU (0avgtext+0avgdata 31232maxresident)k
0inputs+0outputs (0major+551920minor)pagefaults 0swaps
/.out/dmsdos-0.9.2.3-alt3.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/libdmsdos-devel-0.9.2.3-alt3.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/dmsdos-debuginfo-0.9.2.3-alt3.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/libdmsdos-devel-debuginfo-0.9.2.3-alt3.i586.rpm: The use of such a license name is ambiguous: GPL
0.78user 1.09system 0:17.10elapsed 10%CPU (0avgtext+0avgdata 11956maxresident)k
0inputs+0outputs (0major+94003minor)pagefaults 0swaps
--- dmsdos-0.9.2.3-alt3.i586.rpm.repo	2021-07-12 08:52:12.000000000 +0000
+++ dmsdos-0.9.2.3-alt3.i586.rpm.hasher	2023-09-30 06:47:18.223887757 +0000
@@ -19,2 +19,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -25,8 +26,8 @@
 Provides: dmsdos = 0.9.2.3-alt3:sisyphus+278235.100.1.1
-File: /usr/bin/cvflist	100755	root:root	e43d51114f852665c2d97b33d35b6635	
-File: /usr/bin/cvftest	100755	root:root	68cd23aae8dc27520ea9acde5db6305e	
-File: /usr/bin/dcread	100755	root:root	ff6a55c95d9c26c648f8149ed56781d1	
-File: /usr/bin/mcdmsdos	100755	root:root	7c95214134bfea6e0c401a447c11408f	
-File: /usr/lib/libdmsdos.so.0.9.2	100644	root:root	ee5dac06be40a022756b1156f713a3d4	
-File: /usr/sbin/dmsdosfsck	100755	root:root	287359c067c46042ab111065fda95059	
+File: /usr/bin/cvflist	100755	root:root	bcb1058a03dfd3ecf5169f1910c355d2	
+File: /usr/bin/cvftest	100755	root:root	c600464312cb91554e89ac13781782a1	
+File: /usr/bin/dcread	100755	root:root	2aa30e777d94fb7b02286510cc350960	
+File: /usr/bin/mcdmsdos	100755	root:root	5e664896ba6f7ee25eacf2e2e88e679c	
+File: /usr/lib/libdmsdos.so.0.9.2	100644	root:root	5638f78a71f544644e119297e1fc770e	
+File: /usr/sbin/dmsdosfsck	100755	root:root	5109a29d153e4e75d30d75f453f7ba79	
 File: /usr/share/doc/dmsdos-0.9.2.3	40755	root:root		
@@ -38,2 +39,2 @@
 File: /usr/share/man/man8/dmsdosfsck.8.xz	100644	root:root	8e034bd95d6bad156c48d24d90d77df0	
-RPMIdentity: b87b26f4659ad432e4147383d341e4b4673dd38ae9c3366f0d676942aa07cc719ab478af16f70647f8d88e558ef4ce5acdff5b85e2e9297cc608f363e6542034
+RPMIdentity: e13fb4d6cb1b44e70e3e22cf0ba790a8166ef808a6a797b546caaeb90bf53cf009f6a13eea72abff18d0ef8102056ad8d4425be6bb02aae786d58b7e10d0fc8a
--- dmsdos-debuginfo-0.9.2.3-alt3.i586.rpm.repo	2021-07-12 08:52:12.000000000 +0000
+++ dmsdos-debuginfo-0.9.2.3-alt3.i586.rpm.hasher	2023-09-30 06:47:18.320888017 +0000
@@ -1,19 +1,19 @@
-/usr/lib/debug/.build-id/07	40755	root:root	
-/usr/lib/debug/.build-id/07/9ac1bac7693834ad57b9c29680c8e754180517	120777	root:root	../../../../sbin/dmsdosfsck
-/usr/lib/debug/.build-id/07/9ac1bac7693834ad57b9c29680c8e754180517.debug	120777	root:root	../../usr/sbin/dmsdosfsck.debug
-/usr/lib/debug/.build-id/36	40755	root:root	
-/usr/lib/debug/.build-id/36/35510c3172090387fd6eba717bbe2233406f8f	120777	root:root	../../../libdmsdos.so.0.9.2
-/usr/lib/debug/.build-id/36/35510c3172090387fd6eba717bbe2233406f8f.debug	120777	root:root	../../usr/lib/libdmsdos.so.0.9.2.debug
-/usr/lib/debug/.build-id/3c	40755	root:root	
-/usr/lib/debug/.build-id/3c/5e56e6636a07bff8f3ce4dfd4607d0d697bf10	120777	root:root	../../../../bin/cvftest
-/usr/lib/debug/.build-id/3c/5e56e6636a07bff8f3ce4dfd4607d0d697bf10.debug	120777	root:root	../../usr/bin/cvftest.debug
-/usr/lib/debug/.build-id/5e	40755	root:root	
-/usr/lib/debug/.build-id/5e/b899e16cb8b56c8d0fa27eaa6ba86aec97f7f4	120777	root:root	../../../../bin/cvflist
-/usr/lib/debug/.build-id/5e/b899e16cb8b56c8d0fa27eaa6ba86aec97f7f4.debug	120777	root:root	../../usr/bin/cvflist.debug
-/usr/lib/debug/.build-id/96	40755	root:root	
-/usr/lib/debug/.build-id/96/1da93805e5b5e3dccc5cf5ec18e63b213837f9	120777	root:root	../../../../bin/dcread
-/usr/lib/debug/.build-id/96/1da93805e5b5e3dccc5cf5ec18e63b213837f9.debug	120777	root:root	../../usr/bin/dcread.debug
-/usr/lib/debug/.build-id/cc	40755	root:root	
-/usr/lib/debug/.build-id/cc/500fec37bfbbb80a0a085e3a22f70638057848	120777	root:root	../../../../bin/mcdmsdos
-/usr/lib/debug/.build-id/cc/500fec37bfbbb80a0a085e3a22f70638057848.debug	120777	root:root	../../usr/bin/mcdmsdos.debug
+/usr/lib/debug/.build-id/08	40755	root:root	
+/usr/lib/debug/.build-id/08/b27178d43cbad75e9c03d1327b12a399a69d9c	120777	root:root	../../../../bin/mcdmsdos
+/usr/lib/debug/.build-id/08/b27178d43cbad75e9c03d1327b12a399a69d9c.debug	120777	root:root	../../usr/bin/mcdmsdos.debug
+/usr/lib/debug/.build-id/1f	40755	root:root	
+/usr/lib/debug/.build-id/1f/02f3028bcb4fd8b4f2416b4d640aee2e900b48	120777	root:root	../../../../bin/cvflist
+/usr/lib/debug/.build-id/1f/02f3028bcb4fd8b4f2416b4d640aee2e900b48.debug	120777	root:root	../../usr/bin/cvflist.debug
+/usr/lib/debug/.build-id/2d	40755	root:root	
+/usr/lib/debug/.build-id/2d/c6932457583fbefce965e2cccf6039fc2f3d42	120777	root:root	../../../libdmsdos.so.0.9.2
+/usr/lib/debug/.build-id/2d/c6932457583fbefce965e2cccf6039fc2f3d42.debug	120777	root:root	../../usr/lib/libdmsdos.so.0.9.2.debug
+/usr/lib/debug/.build-id/c8	40755	root:root	
+/usr/lib/debug/.build-id/c8/9cf8db950bdf13f9e639fe89c4443bedbe1431	120777	root:root	../../../../sbin/dmsdosfsck
+/usr/lib/debug/.build-id/c8/9cf8db950bdf13f9e639fe89c4443bedbe1431.debug	120777	root:root	../../usr/sbin/dmsdosfsck.debug
+/usr/lib/debug/.build-id/e4	40755	root:root	
+/usr/lib/debug/.build-id/e4/da4236e66e13cf79ea17bc496051170ee34ede	120777	root:root	../../../../bin/cvftest
+/usr/lib/debug/.build-id/e4/da4236e66e13cf79ea17bc496051170ee34ede.debug	120777	root:root	../../usr/bin/cvftest.debug
+/usr/lib/debug/.build-id/ed	40755	root:root	
+/usr/lib/debug/.build-id/ed/195f30c6b5434d4bbc4d0e3acee1fc9ec70214	120777	root:root	../../../../bin/dcread
+/usr/lib/debug/.build-id/ed/195f30c6b5434d4bbc4d0e3acee1fc9ec70214.debug	120777	root:root	../../usr/bin/dcread.debug
 /usr/lib/debug/usr/bin/cvflist.debug	100644	root:root	
@@ -45,26 +45,26 @@
 Provides: dmsdos-debuginfo = 0.9.2.3-alt3:sisyphus+278235.100.1.1
-File: /usr/lib/debug/.build-id/07	40755	root:root		
-File: /usr/lib/debug/.build-id/07/9ac1bac7693834ad57b9c29680c8e754180517	120777	root:root		../../../../sbin/dmsdosfsck
-File: /usr/lib/debug/.build-id/07/9ac1bac7693834ad57b9c29680c8e754180517.debug	120777	root:root		../../usr/sbin/dmsdosfsck.debug
-File: /usr/lib/debug/.build-id/36	40755	root:root		
-File: /usr/lib/debug/.build-id/36/35510c3172090387fd6eba717bbe2233406f8f	120777	root:root		../../../libdmsdos.so.0.9.2
-File: /usr/lib/debug/.build-id/36/35510c3172090387fd6eba717bbe2233406f8f.debug	120777	root:root		../../usr/lib/libdmsdos.so.0.9.2.debug
-File: /usr/lib/debug/.build-id/3c	40755	root:root		
-File: /usr/lib/debug/.build-id/3c/5e56e6636a07bff8f3ce4dfd4607d0d697bf10	120777	root:root		../../../../bin/cvftest
-File: /usr/lib/debug/.build-id/3c/5e56e6636a07bff8f3ce4dfd4607d0d697bf10.debug	120777	root:root		../../usr/bin/cvftest.debug
-File: /usr/lib/debug/.build-id/5e	40755	root:root		
-File: /usr/lib/debug/.build-id/5e/b899e16cb8b56c8d0fa27eaa6ba86aec97f7f4	120777	root:root		../../../../bin/cvflist
-File: /usr/lib/debug/.build-id/5e/b899e16cb8b56c8d0fa27eaa6ba86aec97f7f4.debug	120777	root:root		../../usr/bin/cvflist.debug
-File: /usr/lib/debug/.build-id/96	40755	root:root		
-File: /usr/lib/debug/.build-id/96/1da93805e5b5e3dccc5cf5ec18e63b213837f9	120777	root:root		../../../../bin/dcread
-File: /usr/lib/debug/.build-id/96/1da93805e5b5e3dccc5cf5ec18e63b213837f9.debug	120777	root:root		../../usr/bin/dcread.debug
-File: /usr/lib/debug/.build-id/cc	40755	root:root		
-File: /usr/lib/debug/.build-id/cc/500fec37bfbbb80a0a085e3a22f70638057848	120777	root:root		../../../../bin/mcdmsdos
-File: /usr/lib/debug/.build-id/cc/500fec37bfbbb80a0a085e3a22f70638057848.debug	120777	root:root		../../usr/bin/mcdmsdos.debug
-File: /usr/lib/debug/usr/bin/cvflist.debug	100644	root:root	683c064be28ef42258ce602cd87e7189	
-File: /usr/lib/debug/usr/bin/cvftest.debug	100644	root:root	96a601870fe5f0bcef53f43362b05416	
-File: /usr/lib/debug/usr/bin/dcread.debug	100644	root:root	9fd6a8f7e691aff1fbc50a2dd595f287	
-File: /usr/lib/debug/usr/bin/mcdmsdos.debug	100644	root:root	bbff446b29c92d05eb53078dd96f74f1	
-File: /usr/lib/debug/usr/lib/libdmsdos.so.0.9.2.debug	100644	root:root	0be3c55c11871a3093f7a569b88a7db7	
-File: /usr/lib/debug/usr/sbin/dmsdosfsck.debug	100644	root:root	5d5d928d447ba0d535b330f95319a610	
+File: /usr/lib/debug/.build-id/08	40755	root:root		
+File: /usr/lib/debug/.build-id/08/b27178d43cbad75e9c03d1327b12a399a69d9c	120777	root:root		../../../../bin/mcdmsdos
+File: /usr/lib/debug/.build-id/08/b27178d43cbad75e9c03d1327b12a399a69d9c.debug	120777	root:root		../../usr/bin/mcdmsdos.debug
+File: /usr/lib/debug/.build-id/1f	40755	root:root		
+File: /usr/lib/debug/.build-id/1f/02f3028bcb4fd8b4f2416b4d640aee2e900b48	120777	root:root		../../../../bin/cvflist
+File: /usr/lib/debug/.build-id/1f/02f3028bcb4fd8b4f2416b4d640aee2e900b48.debug	120777	root:root		../../usr/bin/cvflist.debug
+File: /usr/lib/debug/.build-id/2d	40755	root:root		
+File: /usr/lib/debug/.build-id/2d/c6932457583fbefce965e2cccf6039fc2f3d42	120777	root:root		../../../libdmsdos.so.0.9.2
+File: /usr/lib/debug/.build-id/2d/c6932457583fbefce965e2cccf6039fc2f3d42.debug	120777	root:root		../../usr/lib/libdmsdos.so.0.9.2.debug
+File: /usr/lib/debug/.build-id/c8	40755	root:root		
+File: /usr/lib/debug/.build-id/c8/9cf8db950bdf13f9e639fe89c4443bedbe1431	120777	root:root		../../../../sbin/dmsdosfsck
+File: /usr/lib/debug/.build-id/c8/9cf8db950bdf13f9e639fe89c4443bedbe1431.debug	120777	root:root		../../usr/sbin/dmsdosfsck.debug
+File: /usr/lib/debug/.build-id/e4	40755	root:root		
+File: /usr/lib/debug/.build-id/e4/da4236e66e13cf79ea17bc496051170ee34ede	120777	root:root		../../../../bin/cvftest
+File: /usr/lib/debug/.build-id/e4/da4236e66e13cf79ea17bc496051170ee34ede.debug	120777	root:root		../../usr/bin/cvftest.debug
+File: /usr/lib/debug/.build-id/ed	40755	root:root		
+File: /usr/lib/debug/.build-id/ed/195f30c6b5434d4bbc4d0e3acee1fc9ec70214	120777	root:root		../../../../bin/dcread
+File: /usr/lib/debug/.build-id/ed/195f30c6b5434d4bbc4d0e3acee1fc9ec70214.debug	120777	root:root		../../usr/bin/dcread.debug
+File: /usr/lib/debug/usr/bin/cvflist.debug	100644	root:root	acdc80683bcc416de0c1bd382e3abf2e	
+File: /usr/lib/debug/usr/bin/cvftest.debug	100644	root:root	98ea9ac412a5cc35926bad5b98222a03	
+File: /usr/lib/debug/usr/bin/dcread.debug	100644	root:root	a4dddd9d1a5777a9313f345b89fbb6ca	
+File: /usr/lib/debug/usr/bin/mcdmsdos.debug	100644	root:root	d1e008e35ed7dfd3cb7146d50bdff5ff	
+File: /usr/lib/debug/usr/lib/libdmsdos.so.0.9.2.debug	100644	root:root	16e2913f130a645a054ebfde4925c44a	
+File: /usr/lib/debug/usr/sbin/dmsdosfsck.debug	100644	root:root	46cfc258ad64d2364dfd21368ebbb75d	
 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: f8adab804ac52f1fc3b3b76d1c5d386c5f56f0d7cfbbec7892a50641a164511fed6e9e5c94ef8399cc1223cf522967761cdc285099941b23abce38f01ca1d6d9
+RPMIdentity: 87b485929db24708cac104419cf0a5e0c3e0c87476b135decc2f5d8dffa3016a350c5d735518aca02e31d78eedc18b8b2905ca76143301427ef76995c20e8ee4
--- libdmsdos-devel-0.9.2.3-alt3.i586.rpm.repo	2021-07-12 08:52:12.000000000 +0000
+++ libdmsdos-devel-0.9.2.3-alt3.i586.rpm.hasher	2023-09-30 06:47:18.405888245 +0000
@@ -22,3 +22,5 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.3.4)  
 Requires: libc.so.6(GLIBC_2.4)  
+Requires: libc.so.6(GLIBC_2.7)  
 Requires: rtld(GNU_HASH)  
@@ -31,3 +33,3 @@
 File: /usr/include/dmsdos/my_break.h	100755	root:root	a6e7df8db4c2bb8a096bd6865ad888bf	
-File: /usr/lib/libdmsdos.so	100644	root:root	43e99b28e10cbdf2c9bc02f9c49b39bc	
+File: /usr/lib/libdmsdos.so	100644	root:root	063f55bfc9f5af713dd8c6a19f48726a	
 File: /usr/share/doc/libdmsdos-devel-0.9.2.3	40755	root:root		
@@ -45,2 +47,2 @@
 File: /usr/share/doc/libdmsdos-devel-0.9.2.3/doc/troubleshooting.doc	100644	root:root	7d89e3e3afc14d023b824f983a214ab6	
-RPMIdentity: ec160ab0131ce231d6c65743eb29f0cb43042643760182e712480a5085a98182f8bea84f93c2dbda7079be837bc7bf221050038b9654918852c0a64701f64f5f
+RPMIdentity: a53d30526ed53b537f87d75d9e509a67fd3e5a84cdbb2a1e1bdc4bddb0596542c3dc35a0f6e22c29841d0d66d430a4a6ce317d5b75f92b6244002f463118ef04
--- libdmsdos-devel-debuginfo-0.9.2.3-alt3.i586.rpm.repo	2021-07-12 08:52:12.000000000 +0000
+++ libdmsdos-devel-debuginfo-0.9.2.3-alt3.i586.rpm.hasher	2023-09-30 06:47:18.475888433 +0000
@@ -20,3 +20,3 @@
 Provides: libdmsdos-devel-debuginfo = 0.9.2.3-alt3:sisyphus+278235.100.1.1
-File: /usr/lib/debug/usr/lib/libdmsdos.so.debug	100644	root:root	0be3c55c11871a3093f7a569b88a7db7	
+File: /usr/lib/debug/usr/lib/libdmsdos.so.debug	100644	root:root	16e2913f130a645a054ebfde4925c44a	
 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: 254b988997c262bbc4b9ad31c4838484c00cb7c17094505952a03eda7cbf07ea477f682cca7d6f92374ebf7e946d5255226448f0bbf269a740d0c34c84959981
+RPMIdentity: 9cd3fe7c4d1fab70d7df188fce1ebc23bd13f415521c0df02933ae7a15451e52a19755714c6997f690ee68a590dc28613632e10dfd6ae07705f474ec146f2bd7