<86>Dec 19 04:04:20 userdel[2032092]: delete user 'rooter' <86>Dec 19 04:04:20 userdel[2032092]: removed group 'rooter' owned by 'rooter' <86>Dec 19 04:04:20 userdel[2032092]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 04:04:20 groupadd[2032164]: group added to /etc/group: name=rooter, GID=1826 <86>Dec 19 04:04:20 groupadd[2032164]: group added to /etc/gshadow: name=rooter <86>Dec 19 04:04:20 groupadd[2032164]: new group: name=rooter, GID=1826 <86>Dec 19 04:04:20 useradd[2032210]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>Dec 19 04:04:20 userdel[2032286]: delete user 'builder' <86>Dec 19 04:04:20 userdel[2032286]: removed group 'builder' owned by 'builder' <86>Dec 19 04:04:20 userdel[2032286]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 04:04:20 groupadd[2032352]: group added to /etc/group: name=builder, GID=1827 <86>Dec 19 04:04:20 groupadd[2032352]: group added to /etc/gshadow: name=builder <86>Dec 19 04:04:20 groupadd[2032352]: new group: name=builder, GID=1827 <86>Dec 19 04:04:20 useradd[2032387]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/fidoconf-1.9.20190311C-alt1.src.rpm: The use of such a license name is ambiguous: GPL <13>Dec 19 04:04:24 rpmi: huskylib-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>Dec 19 04:04:24 rpmi: smapi-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>Dec 19 04:04:24 rpmi: huskylib-devel-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>Dec 19 04:04:24 rpmi: huskylib-devel-libs-static-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>Dec 19 04:04:24 rpmi: smapi-devel-libs-static-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>Dec 19 04:04:24 rpmi: smapi-devel-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>Dec 19 04:04:24 rpmi: smapi-devel-libs-shared-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>Dec 19 04:04:24 rpmi: huskylib-devel-libs-shared-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>Dec 19 04:04:24 rpmi: glibc-devel-static-6:2.38.0.76.e9f05fa1c6-alt1 sisyphus+347163.100.1.1 1714396844 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fidoconf-1.9.20190311C-alt1.nosrc.rpm (w1.gzdio) Installing fidoconf-1.9.20190311C-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.585 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fidoconf + echo 'Source #0 (fidoconf.tar.xz):' Source #0 (fidoconf.tar.xz): + /usr/bin/xz -dc /usr/src/RPM/SOURCES/fidoconf.tar.xz + /bin/tar -xf - + cd fidoconf + /bin/chmod -c -Rf u+rwX,go-w . + date '+char cvs_date[]="%F";' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.585 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fidoconf + make DYNLIBS=1 make: Entering directory '/usr/src/RPM/BUILD/fidoconf' gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/common.c src/common.c: In function 'freeLink': src/common.c:293:24: warning: self-comparison always evaluates to false [-Wtautological-compare] 293 | if (link->sessionPwd != link->sessionPwd) nfree(link->sessionPwd); | ^~ gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fidoconf.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/line.c src/line.c: In function 'parseRemap': src/line.c:309:13: warning: variable 'r2' set but not used [-Wunused-but-set-variable] 309 | int r=0, r2, r3; | ^~ src/line.c: In function 'parseGroup': src/line.c:2737:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2737 | if (i == 6 || i == 7) | ^~ src/line.c:2740:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2740 | switch (i) { | ^~~~~~ gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/cfg.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/findtok.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/areatree.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/afixcmd.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/afixcmn.c src/afixcmn.c: In function 'createXMSG': src/afixcmn.c:150:12: warning: variable 'outbounds' set but not used [-Wunused-but-set-variable] 150 | char **outbounds[4]; | ^~~~~~~~~ gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/arealist.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/version.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/grptree.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/stat.c src/stat.c: In function 'put_stat': src/stat.c:128:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 128 | while ( (res = (cur != NULL) ? sstricmp(echo->areaName, cur->tag) : -1) != 0 ) | ^~~~~ src/stat.c:141:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 141 | if (cur == NULL) return; | ^~ ar rs libfidoconfig.a common.o fidoconf.o line.o cfg.o findtok.o areatree.o afixcmd.o afixcmn.o arealist.o version.o grptree.o stat.o ar: creating libfidoconfig.a gcc -s -L/usr/lib64 -L. -shared -Wl,-soname,libfidoconfig.so.1.9 \ -o libfidoconfig.so.1.9.0 common.o fidoconf.o line.o cfg.o findtok.o areatree.o afixcmd.o afixcmn.o arealist.o version.o grptree.o stat.o -lhusky ln -sf libfidoconfig.so.1.9.0 libfidoconfig.so.1.9 ;\ ln -sf libfidoconfig.so.1.9.0 libfidoconfig.so gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/tparser.c src/tparser.c: In function 'testAddr': src/tparser.c:420:6: warning: the comparison will always evaluate as 'true' for the address of 'domain' will never be NULL [-Waddress] 420 | if(addr->domain) | ^~~~ In file included from /usr/include/huskylib/huskylib.h:48, from src/tparser.c:43: /usr/include/huskylib/ftnaddr.h:45:10: note: 'domain' declared here 45 | char domain[9]; | ^~~~~~ gcc -s -L/usr/lib64 -L. -otparser tparser.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/linked.c gcc -s -L/usr/lib64 -L. -olinked linked.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2binkd.c gcc -s -L/usr/lib64 -L. -ofconf2binkd fc2binkd.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2msged.c gcc -s -L/usr/lib64 -L. -ofconf2msged fc2msged.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2aed.c gcc -s -L/usr/lib64 -L. -ofconf2aquaed fc2aed.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2fgate.c gcc -s -L/usr/lib64 -L. -ofconf2fidogate fc2fgate.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2ged.c gcc -s -L/usr/lib64 -L. -ofconf2golded fc2ged.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2sq.c gcc -s -L/usr/lib64 -L. -ofconf2squish fc2sq.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2tor.c gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fc2tor_g.c gcc -s -L/usr/lib64 -L. -ofconf2tornado fc2tor.o fc2tor_g.o libfidoconfig.so -lhusky gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fecfg2fc.c src/fecfg2fc.c: In function 'sysAddress2str': src/fecfg2fc.c:132:27: warning: the comparison will always evaluate as 'true' for the address of 'domain' will never be NULL [-Waddress] 132 | if (sysaddr.main.point && sysaddr.domain && sysaddr.domain[0] ) { | ^~ In file included from src/fecfg2fc.c:40: fidoconf/fecfg146.h:611:10: note: 'domain' declared here 611 | char domain[28]; | ^~~~~~ src/fecfg2fc.c:136:52: warning: the comparison will always evaluate as 'false' for the address of 'domain' will never be NULL [-Waddress] 136 | } else if (sysaddr.main.point && (sysaddr.domain==NULL || sysaddr.domain[0]) ) { | ^~ fidoconf/fecfg146.h:611:10: note: 'domain' declared here 611 | char domain[28]; | ^~~~~~ src/fecfg2fc.c:139:37: warning: the comparison will always evaluate as 'true' for the address of 'domain' will never be NULL [-Waddress] 139 | } else if (sysaddr.main.point==0 && sysaddr.domain && sysaddr.domain[0] ) { | ^~ fidoconf/fecfg146.h:611:10: note: 'domain' declared here 611 | char domain[28]; | ^~~~~~ src/fecfg2fc.c: In function 'print_areas': src/fecfg2fc.c:349:15: warning: the comparison will always evaluate as 'true' for the address of 'desc' will never be NULL [-Waddress] 349 | if (area[i]->desc && *area[i]->desc ) | ^~~~ fidoconf/fecfg146.h:487:10: note: 'desc' declared here 487 | char desc[52]; | ^~~~ src/fecfg2fc.c:401:15: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Waddress] 401 | if ( area[i]->name && *area[i]->name ){ | ^~~~ fidoconf/fecfg146.h:444:10: note: 'name' declared here 444 | char name[52]; | ^~~~ src/fecfg2fc.c:402:17: warning: the comparison will always evaluate as 'true' for the address of 'desc' will never be NULL [-Waddress] 402 | if ( area[i]->desc && *area[i]->desc ) | ^~~~ fidoconf/fecfg146.h:487:10: note: 'desc' declared here 487 | char desc[52]; | ^~~~ src/fecfg2fc.c: In function 'print_links': src/fecfg2fc.c:434:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 434 | else | ^~~~ src/fecfg2fc.c:437:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 437 | fprintf(f_hpt, "OurAka %s\n", sysAddress2str(sysaddr[node[i]->aka]) ); | ^~~~~~~ src/fecfg2fc.c:451:12: warning: the comparison will always evaluate as 'true' for the address of 'password' will never be NULL [-Waddress] 451 | if ( node[i]->password && node[i]->password[0] ) | ^~~~ fidoconf/fecfg146.h:416:10: note: 'password' declared here 416 | char password[9]; /* .PKT password */ | ^~~~~~~~ src/fecfg2fc.c:454:12: warning: the comparison will always evaluate as 'true' for the address of 'areafixpw' will never be NULL [-Waddress] 454 | if ( node[i]->areafixpw && node[i]->areafixpw[0] ) | ^~~~ fidoconf/fecfg146.h:417:10: note: 'areafixpw' declared here 417 | char areafixpw[9]; /* AreaFix password */ | ^~~~~~~~~ src/fecfg2fc.c: In function 'main': src/fecfg2fc.c:807:8: warning: the comparison will always evaluate as 'true' for the address of 'UnprotInBound' will never be NULL [-Waddress] 807 | if( config.UnprotInBound && *config.UnprotInBound ) | ^~~~~~ fidoconf/fecfg146.h:271:10: note: 'UnprotInBound' declared here 271 | char UnprotInBound[_MAXPATH]; | ^~~~~~~~~~~~~ src/fecfg2fc.c:809:8: warning: the comparison will always evaluate as 'true' for the address of 'InBound' will never be NULL [-Waddress] 809 | if( config.InBound && *config.InBound ) | ^~~~~~ fidoconf/fecfg146.h:264:10: note: 'InBound' declared here 264 | char InBound[_MAXPATH]; | ^~~~~~~ src/fecfg2fc.c:811:8: warning: the comparison will always evaluate as 'true' for the address of 'TempInBound' will never be NULL [-Waddress] 811 | if( config.TempInBound && *config.TempInBound ) | ^~~~~~ fidoconf/fecfg146.h:332:10: note: 'TempInBound' declared here 332 | char TempInBound[_MAXPATH]; | ^~~~~~~~~~~ src/fecfg2fc.c:813:8: warning: the comparison will always evaluate as 'true' for the address of 'OutBound' will never be NULL [-Waddress] 813 | if( config.OutBound && *config.OutBound ) | ^~~~~~ fidoconf/fecfg146.h:265:10: note: 'OutBound' declared here 265 | char OutBound[_MAXPATH]; | ^~~~~~~~ src/fecfg2fc.c:815:8: warning: the comparison will always evaluate as 'true' for the address of 'TempPath' will never be NULL [-Waddress] 815 | if( config.TempPath && *config.TempPath ) | ^~~~~~ fidoconf/fecfg146.h:299:10: note: 'TempPath' declared here 299 | char TempPath[_MAXPATH]; | ^~~~~~~~ src/fecfg2fc.c:817:7: warning: the comparison will always evaluate as 'true' for the address of 'SwapPath' will never be NULL [-Waddress] 817 | if(config.SwapPath && *config.SwapPath) | ^~~~~~ fidoconf/fecfg146.h:273:10: note: 'SwapPath' declared here 273 | char SwapPath[_MAXPATH]; | ^~~~~~~~ src/fecfg2fc.c:819:8: warning: the comparison will always evaluate as 'true' for the address of 'SemaphorePath' will never be NULL [-Waddress] 819 | if( config.SemaphorePath && *config.SemaphorePath ) | ^~~~~~ fidoconf/fecfg146.h:274:10: note: 'SemaphorePath' declared here 274 | char SemaphorePath[_MAXPATH]; | ^~~~~~~~~~~~~ src/fecfg2fc.c:821:8: warning: the comparison will always evaluate as 'true' for the address of 'LocalInBound' will never be NULL [-Waddress] 821 | if( config.LocalInBound && *config.LocalInBound ) | ^~~~~~ fidoconf/fecfg146.h:279:10: note: 'LocalInBound' declared here 279 | char LocalInBound[_MAXPATH]; | ^~~~~~~~~~~~ src/fecfg2fc.c:823:8: warning: the comparison will always evaluate as 'true' for the address of 'RulesPrefix' will never be NULL [-Waddress] 823 | if( config.RulesPrefix && *config.RulesPrefix ) | ^~~~~~ fidoconf/fecfg146.h:277:10: note: 'RulesPrefix' declared here 277 | char RulesPrefix[32]; | ^~~~~~~~~~~ src/fecfg2fc.c:852:8: warning: the comparison will always evaluate as 'true' for the address of 'ExtAfter' will never be NULL [-Waddress] 852 | if( config.ExtAfter && *config.ExtAfter ) | ^~~~~~ fidoconf/fecfg146.h:280:10: note: 'ExtAfter' declared here 280 | char ExtAfter[_MAXPATH - 4]; | ^~~~~~~~ src/fecfg2fc.c:854:8: warning: the comparison will always evaluate as 'true' for the address of 'ExtBefore' will never be NULL [-Waddress] 854 | if( config.ExtBefore && *config.ExtBefore ) | ^~~~~~ fidoconf/fecfg146.h:281:10: note: 'ExtBefore' declared here 281 | char ExtBefore[_MAXPATH - 4]; | ^~~~~~~~~ src/fecfg2fc.c:857:8: warning: the comparison will always evaluate as 'true' for the address of 'AreaFixHelp' will never be NULL [-Waddress] 857 | if( config.AreaFixHelp && *config.AreaFixHelp ) | ^~~~~~ fidoconf/fecfg146.h:301:10: note: 'AreaFixHelp' declared here 301 | char AreaFixHelp[_MAXPATH]; | ^~~~~~~~~~~ src/fecfg2fc.c:891:10: warning: the comparison will always evaluate as 'true' for the address of 'Unpacker' will never be NULL [-Waddress] 891 | if( config.Unpacker && config.Unpacker[0] ) | ^~~~~~ fidoconf/fecfg146.h:266:10: note: 'Unpacker' declared here 266 | char Unpacker[_MAXPATH]; /* DOS default decompression program */ | ^~~~~~~~ src/fecfg2fc.c:905:10: warning: the comparison will always evaluate as 'true' for the address of 'Unpacker2' will never be NULL [-Waddress] 905 | if( config.Unpacker2 && config.Unpacker2[0] ) | ^~~~~~ fidoconf/fecfg146.h:270:10: note: 'Unpacker2' declared here 270 | char Unpacker2[_MAXPATH]; /* OS/2 default decompression program */ | ^~~~~~~~~ gcc -Wall -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -O3 -DUNIX -DCFGDIR=\"~/fido/etc/husky\" -DPATH_DELIM=\'/\' -c -fPIC -Wall -ggdb -DUNIX -I.. -Wno-char-subscripts -Ifidoconf -I/usr/include src/fecfg146.c gcc -s -L/usr/lib64 -L. -ofecfg2fconf fecfg2fc.o fecfg146.o libfidoconfig.so -lhusky make progs make[1]: Entering directory '/usr/src/RPM/BUILD/fidoconf' make[1]: Nothing to be done for 'progs'. make[1]: Leaving directory '/usr/src/RPM/BUILD/fidoconf' (cd doc && make all) make[1]: Entering directory '/usr/src/RPM/BUILD/fidoconf/doc' make[1]: Leaving directory '/usr/src/RPM/BUILD/fidoconf/doc' make: Leaving directory '/usr/src/RPM/BUILD/fidoconf' + make make: Entering directory '/usr/src/RPM/BUILD/fidoconf' make progs make[1]: Entering directory '/usr/src/RPM/BUILD/fidoconf' make[1]: Nothing to be done for 'progs'. make[1]: Leaving directory '/usr/src/RPM/BUILD/fidoconf' (cd doc && make all) make[1]: Entering directory '/usr/src/RPM/BUILD/fidoconf/doc' make[1]: Leaving directory '/usr/src/RPM/BUILD/fidoconf/doc' make: Leaving directory '/usr/src/RPM/BUILD/fidoconf' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.47187 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fidoconf-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fidoconf-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd fidoconf + rm -rf -- /usr/src/tmp/fidoconf-buildroot + umask 022 + make DESTDIR=/usr/src/tmp/fidoconf-buildroot DYNLIBS=1 install make: Entering directory '/usr/src/RPM/BUILD/fidoconf' mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/lib64 install -c -m 555 libfidoconfig.so.1.9.0 /usr/src/tmp/fidoconf-buildroot/usr/lib64 rm -f /usr/src/tmp/fidoconf-buildroot/usr/lib64/libfidoconfig.so.1.9 rm -f /usr/src/tmp/fidoconf-buildroot/usr/lib64/libfidoconfig.so cd /usr/src/tmp/fidoconf-buildroot/usr/lib64 ;\ ln -sf libfidoconfig.so.1.9.0 libfidoconfig.so.1.9 ;\ ln -sf libfidoconfig.so.1.9.0 libfidoconfig.so s make: s: No such file or directory make: [Makefile:119: instdyn] Error 127 (ignored) mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/bin mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/include/fidoconf mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/lib64 install -c -s -m 555 tparser linked fconf2binkd fconf2msged fconf2aquaed fconf2fidogate fconf2golded fconf2squish fconf2tornado fecfg2fconf /usr/src/tmp/fidoconf-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) install -c -s -m 555 linked /usr/src/tmp/fidoconf-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) install -c -s -m 555 tparser /usr/src/tmp/fidoconf-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) install -c -m 555 util/linkedto /usr/src/tmp/fidoconf-buildroot/usr/bin install -c -m 555 util/fconf2na.pl util/sq2fc.pl /usr/src/tmp/fidoconf-buildroot/usr/bin install -c -m 555 util/fconf2areasbbs.pl /usr/src/tmp/fidoconf-buildroot/usr/bin cd fidoconf ; install -c -m 444 afixcmd.h arealist.h areatree.h stat.h common.h grptree.h fidoconf.h fidoconf.pas findtok.h version.h /usr/src/tmp/fidoconf-buildroot/usr/include/fidoconf install -c -m 444 libfidoconfig.a /usr/src/tmp/fidoconf-buildroot/usr/lib64 (cd doc && make install) make[1]: Entering directory '/usr/src/RPM/BUILD/fidoconf/doc' . make[1]: Leaving directory '/usr/src/RPM/BUILD/fidoconf/doc' *** For install man pages run 'gmake install-man' (unixes only) make: Leaving directory '/usr/src/RPM/BUILD/fidoconf' + make DESTDIR=/usr/src/tmp/fidoconf-buildroot install make: Entering directory '/usr/src/RPM/BUILD/fidoconf' mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/bin mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/include/fidoconf mkdir -p /usr/src/tmp/fidoconf-buildroot/usr/lib64 install -c -s -m 555 tparser linked fconf2binkd fconf2msged fconf2aquaed fconf2fidogate fconf2golded fconf2squish fconf2tornado fecfg2fconf /usr/src/tmp/fidoconf-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) install -c -s -m 555 linked /usr/src/tmp/fidoconf-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) install -c -s -m 555 tparser /usr/src/tmp/fidoconf-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) install -c -m 555 util/linkedto /usr/src/tmp/fidoconf-buildroot/usr/bin install -c -m 555 util/fconf2na.pl util/sq2fc.pl /usr/src/tmp/fidoconf-buildroot/usr/bin install -c -m 555 util/fconf2areasbbs.pl /usr/src/tmp/fidoconf-buildroot/usr/bin cd fidoconf ; install -c -m 444 afixcmd.h arealist.h areatree.h stat.h common.h grptree.h fidoconf.h fidoconf.pas findtok.h version.h /usr/src/tmp/fidoconf-buildroot/usr/include/fidoconf install -c -m 444 libfidoconfig.a /usr/src/tmp/fidoconf-buildroot/usr/lib64 (cd doc && make install) make[1]: Entering directory '/usr/src/RPM/BUILD/fidoconf/doc' . make[1]: Leaving directory '/usr/src/RPM/BUILD/fidoconf/doc' *** For install man pages run 'gmake install-man' (unixes only) make: Leaving directory '/usr/src/RPM/BUILD/fidoconf' + chmod -R a+rX,u+w,go-w /usr/src/tmp/fidoconf-buildroot + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fidoconf-buildroot (auto) mode of './usr/lib64/libfidoconfig.so.1.9.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/fidoconf-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/fidoconf-buildroot/ (default) Compressing files in /usr/src/tmp/fidoconf-buildroot (auto) Adjusting library links in /usr/src/tmp/fidoconf-buildroot ./usr/lib64: (from :0) libfidoconfig.so.1.9 -> libfidoconfig.so.1.9.0 056-debuginfo.brp: WARNING: You have 11 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/fconf2aquaed ./usr/bin/fconf2binkd ./usr/bin/fconf2fidogate ./usr/bin/fconf2golded ./usr/bin/fconf2msged ./usr/bin/fconf2squish ./usr/bin/fconf2tornado ./usr/bin/fecfg2fconf ./usr/bin/linked ./usr/bin/tparser Verifying ELF objects in /usr/src/tmp/fidoconf-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/fidoconf-buildroot Processing files: fidoconf-1.9.20190311C-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2Ezd2d find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/fidoconf-buildroot/usr/lib64/libfidoconfig.so.1.9: 224 symbols, 18 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SvhYCN find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libfidoconfig.so.1.9()(64bit) = set:ld9SRTcKOrNbqhCqT5Qw6yohSEsZLN0xiiZsSkxIqEBQKRbMbbUTstyuiJwSqGFwsh3jC7h4ViX60HZJ1e1rdVDMHsP9jKjNxZmrBcKZ9LxockTYBtdyT5QCdLjjzULeM2semlgxjTaXKqXS7eivhBsxseLjBzdtsT6jfF25cO8XDd2hyZ5pJyMrZHe9lMl14a5r6vCsDbzf8dZtXQAcj1VjFA8x7FqEKknPLWDzz6WnnzMJX6fZLzZlfjOfSaSimmREmxyTs9SzDxMRKaBoMYacioVJaCamSwyI4MlY8Q4yKMe1dBQD9g18cfoCCbzjVOW6lYml7HNQHZxGfVHiftAkAnOZjZbMGCkiCdC20PHZq3J2OHOZyfZHhiAeZezXioF5UDAXQlS3Gn0SEhpi7qvV67KlldSnrwsMA1OxbyPSbNQp4gJ2HZJhvA2B7c Requires: 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.33)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libhusky.so.1.9()(64bit) >= set:lfDCVSKGwH9fHds8mAYsxnIKhIiQBbydrRYaF3QU42Rjui2r1JjLMjPQAmoJBsnaGEsEhJK3lyDRHAjwA46z5WBaTPnGc4XDoF, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IVdbZ1 Processing files: fidoconf-devel-1.9.20190311C-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.J5c9Ub 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.sUYbqo find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: fidoconf-devel-libs = 1.9.20190311C-alt1, huskylib-devel, smapi-devel Processing files: fidoconf-devel-libs-shared-1.9.20190311C-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hHw7Q8 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.hn9qzG find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: fidoconf-devel-libs = 1.9.20190311C-alt1 Requires: fidoconf-devel = 1.9.20190311C-alt1, fidoconf = 1.9.20190311C-alt1, /usr/lib64/libfidoconfig.so.1.9.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MbuC4k Processing files: fidoconf-devel-libs-static-1.9.20190311C-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.USi2cb 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.vmODne find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: fidoconf-devel-libs = 1.9.20190311C-alt1 Requires: fidoconf-devel = 1.9.20190311C-alt1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0I9FTC Processing files: fidoconf-utils-1.9.20190311C-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YcwY9e 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.s4KwU2 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/fidoconf-buildroot/usr/bin/fconf2areasbbs.pl syntax OK /usr/src/tmp/fidoconf-buildroot/usr/bin/fconf2na.pl syntax OK /usr/src/tmp/fidoconf-buildroot/usr/bin/sq2fc.pl syntax OK find-requires: FINDPACKAGE-COMMANDS: cat cut grep sort Requires: fidoconf = 1.9.20190311C-alt1, /bin/sh, /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, coreutils, grep, 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.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libfidoconfig.so.1.9()(64bit) >= set:liOp04bMR80nNPibABT, libhusky.so.1.9()(64bit) >= set:lhyZ44FF8SIljZqZqXx6V2fBOCl0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ISPDrg Processing files: fidoconf-tparser-1.9.20190311C-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G9mwom 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.0xF1iK find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: fidoconf = 1.9.20190311C-alt1, /lib64/ld-linux-x86-64.so.2, 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.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libfidoconfig.so.1.9()(64bit) >= set:lgQnF73qgGy9wbUICRYBAQ1ErMyY4iASxxNGmqxJPY7NAg, libhusky.so.1.9()(64bit) >= set:liCvKLGXwZAphGFaiNa1z6, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jsjO9G Adding to fidoconf-devel-libs-shared a strict dependency on fidoconf Adding to fidoconf-utils a strict dependency on fidoconf Adding to fidoconf-tparser a strict dependency on fidoconf Adding to fidoconf-devel-libs-shared a strict dependency on fidoconf-devel Adding to fidoconf-devel-libs-static a strict dependency on fidoconf-devel warning: fidoconf-devel: non-strict dependency on fidoconf-devel-libs-shared warning: fidoconf-devel: non-strict dependency on fidoconf-devel-libs-static Removing 1 extra deps from fidoconf-devel-libs-shared due to dependency on fidoconf Removing 1 extra deps from fidoconf-utils due to dependency on fidoconf Removing 1 extra deps from fidoconf-tparser due to dependency on fidoconf Removing 7 extra deps from fidoconf-utils due to repentancy on fidoconf Removing 6 extra deps from fidoconf-tparser due to repentancy on fidoconf Wrote: /usr/src/RPM/RPMS/x86_64/fidoconf-1.9.20190311C-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/fidoconf-devel-1.9.20190311C-alt1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fidoconf-devel-libs-shared-1.9.20190311C-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fidoconf-devel-libs-static-1.9.20190311C-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fidoconf-utils-1.9.20190311C-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fidoconf-tparser-1.9.20190311C-alt1.x86_64.rpm (w2.lzdio) 6.89user 5.33system 0:26.28elapsed 46%CPU (0avgtext+0avgdata 71524maxresident)k 0inputs+0outputs (0major+889433minor)pagefaults 0swaps /.out/fidoconf-devel-1.9.20190311C-alt1.noarch.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-1.9.20190311C-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-devel-libs-shared-1.9.20190311C-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-devel-libs-static-1.9.20190311C-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-utils-1.9.20190311C-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-tparser-1.9.20190311C-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL 3.84user 2.83system 0:37.15elapsed 17%CPU (0avgtext+0avgdata 137188maxresident)k 456inputs+0outputs (0major+195028minor)pagefaults 0swaps --- fidoconf-1.9.20190311C-alt1.x86_64.rpm.repo 2019-03-10 23:09:28.000000000 +0000 +++ fidoconf-1.9.20190311C-alt1.x86_64.rpm.hasher 2024-12-19 04:04:54.510166257 +0000 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -15,3 +16,3 @@ File: /usr/lib64/libfidoconfig.so.1.9 120777 root:root libfidoconfig.so.1.9.0 -File: /usr/lib64/libfidoconfig.so.1.9.0 100644 root:root 767c23feec5807e5317b9244621ecee9 -RPMIdentity: 8aa7fca7a62b814fa16e7162dcfabd06cee170f48917d55deed98b107897c7a315defd9dfa4e52d701eb9dea5ff5d28ca46b7555630c17c4e0ede64de730b650 +File: /usr/lib64/libfidoconfig.so.1.9.0 100644 root:root f231b548206afce79f3b7b4fa59ce5ac +RPMIdentity: e759b7976cb260ce1a39613cdd9a98aaba40e92f2df40f7a0f935ed463cf94d043e9abf0bd4858b45aa75703dd5c0d92032232d4f379a1660ba4431a7567196a --- fidoconf-devel-libs-static-1.9.20190311C-alt1.x86_64.rpm.repo 2019-03-10 23:09:28.000000000 +0000 +++ fidoconf-devel-libs-static-1.9.20190311C-alt1.x86_64.rpm.hasher 2024-12-19 04:04:54.788171120 +0000 @@ -5,3 +5,3 @@ Provides: fidoconf-devel-libs-static = 1.9.20190311C-alt1:sisyphus+224345.100.1.1 -File: /usr/lib64/libfidoconfig.a 100644 root:root 83edd0304aafa9a21f5c1fe4a21d6bd2 -RPMIdentity: 2716c76bacf26cfc2b13b2e19f4e9cb13c933ddfc3f35c52f60ca9ad87993bcd86a30fb1b7108cdc1f7cdb421896664a5d376b2c296c9c319a933be9678fc0ae +File: /usr/lib64/libfidoconfig.a 100644 root:root 702004d35a7c3e8ecac1825a31b22714 +RPMIdentity: 322f10012c1178138535561051e7267a31f074d4060aad1b61f9c108c41b44af2f5918b88a9070276089f18d1723a842fb77255cfa63357334991964a3e6e5df --- fidoconf-tparser-1.9.20190311C-alt1.x86_64.rpm.repo 2019-03-10 23:09:28.000000000 +0000 +++ fidoconf-tparser-1.9.20190311C-alt1.x86_64.rpm.hasher 2024-12-19 04:04:54.882172764 +0000 @@ -2,2 +2,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libhusky.so.1.9()(64bit) >= set:liCvKLGXwZAphGFaiNa1z6 @@ -6,3 +7,3 @@ Provides: fidoconf-tparser = 1.9.20190311C-alt1:sisyphus+224345.100.1.1 -File: /usr/bin/tparser 100755 root:root 2843b21ba71caeaa5077f1c8825fcaa2 -RPMIdentity: ee46638751d1c2dbb969be62db02754d087e8ab744b4e42544df1fd130010484217696d463037dc5e24da6ba176db010ca665b3398896c30185bdaff6169e399 +File: /usr/bin/tparser 100755 root:root a91b3195d416b77df0ec75c5f0dd9db6 +RPMIdentity: c0d48b9e64250b9606d9dede16f64b6f027446a2bf338fd5e468248531c6a74394d10977052742bb03ec6a31fa48b424b4bbd43c66a1077942b0a4280d194e83 --- fidoconf-utils-1.9.20190311C-alt1.x86_64.rpm.repo 2019-03-10 23:09:28.000000000 +0000 +++ fidoconf-utils-1.9.20190311C-alt1.x86_64.rpm.hasher 2024-12-19 04:04:54.970174304 +0000 @@ -18,2 +18,3 @@ Requires: grep +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libhusky.so.1.9()(64bit) >= set:lhyZ44FF8SIljZqZqXx6V2fBOCl0 @@ -22,15 +23,15 @@ Provides: fidoconf-utils = 1.9.20190311C-alt1:sisyphus+224345.100.1.1 -File: /usr/bin/fconf2aquaed 100755 root:root 2c713437a9b084ad5dd2e754cc38fda9 +File: /usr/bin/fconf2aquaed 100755 root:root 5855d1a939d509fc300a6ae5067eb158 File: /usr/bin/fconf2areasbbs.pl 100755 root:root a246a569404241f68f447b09564451d9 -File: /usr/bin/fconf2binkd 100755 root:root c07d4337d51805db4f7b5a7790c9816f -File: /usr/bin/fconf2fidogate 100755 root:root 3488630594e604d89dab43387ffd7777 -File: /usr/bin/fconf2golded 100755 root:root 318be34be03de4bedd03b1aa84c058da -File: /usr/bin/fconf2msged 100755 root:root a18b08563d521643aa28bef733df4872 +File: /usr/bin/fconf2binkd 100755 root:root 03ed5fa04d234d92fef0e54186010f22 +File: /usr/bin/fconf2fidogate 100755 root:root a52c4f3f224bc442536d0fa58ee45158 +File: /usr/bin/fconf2golded 100755 root:root c8e6f0544f4d3e9178fcd8fc364fcea8 +File: /usr/bin/fconf2msged 100755 root:root ba7257ad344635255822a1cfbce9673e File: /usr/bin/fconf2na.pl 100755 root:root 93c10aa2052922282e328fae16b2ba72 -File: /usr/bin/fconf2squish 100755 root:root 332f405b110e29907a60c64bb81d0f67 -File: /usr/bin/fconf2tornado 100755 root:root 875d36fe7afed68054326268870b2767 -File: /usr/bin/fecfg2fconf 100755 root:root 2e2040f429edabbc529cb46ea47b67c3 -File: /usr/bin/linked 100755 root:root 4e67c0e2500685bf9c2c2384ca211f94 +File: /usr/bin/fconf2squish 100755 root:root fe68f3a090a5d439be5e7cdde3d9bf7b +File: /usr/bin/fconf2tornado 100755 root:root 6499801e2b0b11634c2e97668a2a5713 +File: /usr/bin/fecfg2fconf 100755 root:root 68ea09d9b9aeb42bec3ad788b9e9a61e +File: /usr/bin/linked 100755 root:root db8698a660acaefca24abb3a26f8f436 File: /usr/bin/linkedto 100755 root:root 5abd293e3f983a467c68acf92f2863d1 File: /usr/bin/sq2fc.pl 100755 root:root a509ed7ce47925d7eb9b61c7e94aa2cd -RPMIdentity: c8a4b57efb11e635cfb190e7a7e60acfc11531fdbde228013a404518758f4d8cf97abfca0c3667103b32929d4b701ac4a64bc56b2185f714d88a672668fde532 +RPMIdentity: de5db1e7d47e61e1c9659bfb5cef207dab71fb4b873565c77d020e0d190641a0297faf7041cd2b3b6a392f8f66b1d09d1e8656fec59b095f9ff2fd45f36098b9