<86>Jan 31 02:35:06 userdel[1147273]: delete user 'rooter' <86>Jan 31 02:35:06 userdel[1147273]: removed group 'rooter' owned by 'rooter' <86>Jan 31 02:35:06 groupadd[1147288]: group added to /etc/group: name=rooter, GID=642 <86>Jan 31 02:35:06 groupadd[1147288]: group added to /etc/gshadow: name=rooter <86>Jan 31 02:35:06 groupadd[1147288]: new group: name=rooter, GID=642 <86>Jan 31 02:35:06 useradd[1147299]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Jan 31 02:35:06 userdel[1147322]: delete user 'builder' <86>Jan 31 02:35:06 userdel[1147322]: removed group 'builder' owned by 'builder' <86>Jan 31 02:35:06 userdel[1147322]: removed shadow group 'builder' owned by 'builder' <86>Jan 31 02:35:06 groupadd[1147348]: group added to /etc/group: name=builder, GID=643 <86>Jan 31 02:35:06 groupadd[1147348]: group added to /etc/gshadow: name=builder <86>Jan 31 02:35:06 groupadd[1147348]: new group: name=builder, GID=643 <86>Jan 31 02:35:06 useradd[1147359]: new user: name=builder, UID=643, GID=643, 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 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.66553 + 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.66553 + 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 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 '' or provide a declaration of 'exit' lib_interface.c:76:1: +#include 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_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 '' or provide a declaration of 'memcpy' dblspace_alloc.c:45:1: +#include #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_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 '' or provide a declaration of 'memcpy' dblspace_chk.c:55:1: +#include #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 '' 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 '' 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_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 '' or provide a declaration of 'memcpy' dblspace_compr.c:60:1: +#include #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 '' 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 '' 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_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_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 '' or provide a declaration of 'memcpy' dblspace_tables.c:58:1: +#include #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 '' 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 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 -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 '' or provide a declaration of 'exit' cvftest.c:31:1: +#include 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 '' 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 '' 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 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])=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_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 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])=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]) 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.49575 + 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.Zyilog 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.3v5Xmn 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.b9ONrx Creating dmsdos-debuginfo package Processing files: libdmsdos-devel-0.9.2.3-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37367 + 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.LyGV6K 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.NQS4R1 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 ^~~~~~~~~~~~~~~~~ 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.JdnEIl 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.3YXrFI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5cYtI8 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.Ze25RB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NlEA87 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 Wrote: /usr/src/RPM/RPMS/x86_64/libdmsdos-devel-0.9.2.3-alt3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/dmsdos-debuginfo-0.9.2.3-alt3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libdmsdos-devel-debuginfo-0.9.2.3-alt3.x86_64.rpm 6.59user 1.67system 0:14.38elapsed 57%CPU (0avgtext+0avgdata 38124maxresident)k 0inputs+0outputs (0major+683788minor)pagefaults 0swaps 7.82user 3.65system 0:17.61elapsed 65%CPU (0avgtext+0avgdata 38124maxresident)k 0inputs+0outputs (0major+918900minor)pagefaults 0swaps