<86>May 24 03:24:12 userdel[50244]: delete user 'rooter' <86>May 24 03:24:12 userdel[50244]: removed group 'rooter' owned by 'rooter' <86>May 24 03:24:12 userdel[50244]: removed shadow group 'rooter' owned by 'rooter' <86>May 24 03:24:12 groupadd[50315]: group added to /etc/group: name=rooter, GID=1835 <86>May 24 03:24:12 groupadd[50315]: group added to /etc/gshadow: name=rooter <86>May 24 03:24:12 groupadd[50315]: new group: name=rooter, GID=1835 <86>May 24 03:24:12 useradd[50363]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>May 24 03:24:12 userdel[50431]: delete user 'builder' <86>May 24 03:24:12 userdel[50431]: removed group 'builder' owned by 'builder' <86>May 24 03:24:12 userdel[50431]: removed shadow group 'builder' owned by 'builder' <86>May 24 03:24:12 groupadd[50493]: group added to /etc/group: name=builder, GID=1836 <86>May 24 03:24:12 groupadd[50493]: group added to /etc/gshadow: name=builder <86>May 24 03:24:12 groupadd[50493]: new group: name=builder, GID=1836 <86>May 24 03:24:12 useradd[50557]: new user: name=builder, UID=1836, GID=1836, 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>May 24 03:24:15 rpmi: huskylib-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 24 03:24:15 rpmi: smapi-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 24 03:24:15 rpmi: huskylib-devel-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 24 03:24:15 rpmi: huskylib-devel-libs-static-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 24 03:24:15 rpmi: smapi-devel-libs-static-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 24 03:24:15 rpmi: smapi-devel-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 24 03:24:15 rpmi: smapi-devel-libs-shared-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 24 03:24:15 rpmi: huskylib-devel-libs-shared-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 24 03:24:16 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.89646 + umask 022 + /usr/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.89646 + umask 022 + /usr/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.55608 + umask 022 + /usr/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.nsbXOA 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.i8pSiN 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.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.rUiGK6 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.y58AR5 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.kYfwNj 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.GFdach 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.6NaAGA 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.t5eY02 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.bmRE5w 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.drmApZ 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.SLo4zY 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.GfO27k 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.5LDb1L 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.UgVfqc 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.e5YQ6i 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.SLgDvu 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.CtKLR9 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) 5.27user 4.87system 0:24.53elapsed 41%CPU (0avgtext+0avgdata 69572maxresident)k 0inputs+0outputs (0major+891363minor)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.42user 3.04system 0:35.40elapsed 18%CPU (0avgtext+0avgdata 132256maxresident)k 15440inputs+0outputs (0major+193313minor)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-05-24 03:24:43.617848723 +0000 @@ -2,3 +2,2 @@ /usr/lib64/libfidoconfig.so.1.9.0 100644 root:root -Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -6,2 +5,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 +15,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 fcda90b2f198e213d014dc49b79c0ccf +RPMIdentity: e5dfacd6b4d87fd59b1406e7d64d2882277415fc2903502317c2b936b17c7f6f649722d26b1b2c78ce9d59bcaa426b762f3d8ccd802f44b6a960455074cecab6 --- 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-05-24 03:24:43.948855283 +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 b81344b2e8566baf291f1029991556ac +RPMIdentity: 58ae264cad822904bebab6fcf3bba9a89640c6b6de5b4d70fd8a692ee843840692eb8eef79596e2ce3343d9df0e87a9014cbad604754cca1df8872740b53ec9d --- 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-05-24 03:24:44.022856750 +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 008b7d0850aaf4d705f55aaa2431e72f +RPMIdentity: 260be83cff8f4ee0cc6d2b6b2064907c8a6ccb1fca1989d5e084f7083d87f41a0878d1f31ec479d6fc053af70fcb64f56840e173912dea395710c5cbdccf3db6 --- 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-05-24 03:24:44.310862458 +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 a2a859cc4008187b6af0cf47902ebe19 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 c1059a7f88324ba506b1a3fa662c04d5 +File: /usr/bin/fconf2fidogate 100755 root:root b791888b64fc2684fbcbdbd193a9a103 +File: /usr/bin/fconf2golded 100755 root:root 11d75203683b81809ec1a69185f56029 +File: /usr/bin/fconf2msged 100755 root:root 0eac9cd03e8cd7b5c552a7a77f8835d4 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 33af81f233b5f91a3ebe00bb79c9d302 +File: /usr/bin/fconf2tornado 100755 root:root ea9dd74390f848b9389bf53278493caa +File: /usr/bin/fecfg2fconf 100755 root:root ca8186dc6f512ec4185c7453bfe969fa +File: /usr/bin/linked 100755 root:root 973f0f8e41ebf09c6e15c5e9db97467e File: /usr/bin/linkedto 100755 root:root 5abd293e3f983a467c68acf92f2863d1 File: /usr/bin/sq2fc.pl 100755 root:root a509ed7ce47925d7eb9b61c7e94aa2cd -RPMIdentity: c8a4b57efb11e635cfb190e7a7e60acfc11531fdbde228013a404518758f4d8cf97abfca0c3667103b32929d4b701ac4a64bc56b2185f714d88a672668fde532 +RPMIdentity: 13ba7b5b707fedb0701c7c65eb8ea28bdb81a1bbf9f525e7fd3ee07d5bde7e4d68d77cb3ff4f989abff5c9a0e8f2ff68eaae24cb8652a2732f8d0e3adfaaeea2