<86>May 4 07:38:41 userdel[1595179]: delete user 'rooter' <86>May 4 07:38:41 userdel[1595179]: removed group 'rooter' owned by 'rooter' <86>May 4 07:38:41 userdel[1595179]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 07:38:41 groupadd[1595268]: group added to /etc/group: name=rooter, GID=1847 <86>May 4 07:38:41 groupadd[1595268]: group added to /etc/gshadow: name=rooter <86>May 4 07:38:41 groupadd[1595268]: new group: name=rooter, GID=1847 <86>May 4 07:38:41 useradd[1595319]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>May 4 07:38:41 userdel[1595360]: delete user 'builder' <86>May 4 07:38:41 userdel[1595360]: removed group 'builder' owned by 'builder' <86>May 4 07:38:41 userdel[1595360]: removed shadow group 'builder' owned by 'builder' <86>May 4 07:38:41 groupadd[1595396]: group added to /etc/group: name=builder, GID=1848 <86>May 4 07:38:41 groupadd[1595396]: group added to /etc/gshadow: name=builder <86>May 4 07:38:41 groupadd[1595396]: new group: name=builder, GID=1848 <86>May 4 07:38:41 useradd[1595419]: new user: name=builder, UID=1848, GID=1848, 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 4 07:38:44 rpmi: huskylib-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255360 installed <13>May 4 07:38:44 rpmi: smapi-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257123 installed <13>May 4 07:38:44 rpmi: huskylib-devel-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 4 07:38:44 rpmi: huskylib-devel-libs-static-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255360 installed <13>May 4 07:38:44 rpmi: smapi-devel-libs-static-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257123 installed <13>May 4 07:38:44 rpmi: smapi-devel-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 4 07:38:44 rpmi: smapi-devel-libs-shared-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257123 installed <13>May 4 07:38:44 rpmi: huskylib-devel-libs-shared-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255360 installed <13>May 4 07:38:45 rpmi: glibc-devel-static-6:2.38.0.76.e9f05fa1c6-alt1 sisyphus+347163.100.1.1 1714396902 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88426 + 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.88426 + 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/lib -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/lib -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/lib -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/lib -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/lib -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/lib -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/lib -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/lib -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/lib -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/lib -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/lib -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.64850 + 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/lib install -c -m 555 libfidoconfig.so.1.9.0 /usr/src/tmp/fidoconf-buildroot/usr/lib rm -f /usr/src/tmp/fidoconf-buildroot/usr/lib/libfidoconfig.so.1.9 rm -f /usr/src/tmp/fidoconf-buildroot/usr/lib/libfidoconfig.so cd /usr/src/tmp/fidoconf-buildroot/usr/lib ;\ 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/lib 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/lib (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/lib 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/lib (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/lib/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/lib: (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) verify-elf: WARNING: ./usr/bin/tparser: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/fecfg2fconf: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2tornado: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2squish: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2golded: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2fidogate: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2aquaed: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2msged: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/fconf2binkd: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/lib/libfidoconfig.so.1.9.0: uses non-LFS functions: fopen fstat open 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.VaAV28 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/fidoconf-buildroot/usr/lib/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.YpSnoB 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 = set:ld9SRTcKOrNbqhCqT5Qw6yohSEsZLN0xiiZsSkxIqEBQKRbMbbUTstyuiJwSqGFwsh3jC7h4ViX60HZJ1e1rdVDMHsP9jKjNxZmrBcKZ9LxockTYBtdyT5QCdLjjzULeM2semlgxjTaXKqXS7eivhBsxseLjBzdtsT6jfF25cO8XDd2hyZ5pJyMrZHe9lMl14a5r6vCsDbzf8dZtXQAcj1VjFA8x7FqEKknPLWDzz6WnnzMJX6fZLzZlfjOfSaSimmREmxyTs9SzDxMRKaBoMYacioVJaCamSwyI4MlY8Q4yKMe1dBQD9g18cfoCCbzjVOW6lYml7HNQHZxGfVHiftAkAnOZjZbMGCkiCdC20PHZq3J2OHOZyfZHhiAeZezXioF5UDAXQlS3Gn0SEhpi7qvV67KlldSnrwsMA1OxbyPSbNQp4gJ2HZJhvA2B7c Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libhusky.so.1.9 >= 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.UcBNrE 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.s2ofXr 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.VC8iS9 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.gsM7TO 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.xAFR67 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/lib/libfidoconfig.so.1.9.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zpDDLq 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.L6Jq6j 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.kN3A17 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.YefX2e 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.DIz71S 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.JL7rN0 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, /lib/ld-linux.so.2, /usr/bin/perl, coreutils, grep, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libfidoconfig.so.1.9 >= set:liOp04bMR80nNPibABT, libhusky.so.1.9 >= 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.lAPby4 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.SGL5KA 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.sn6zaQ 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, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libfidoconfig.so.1.9 >= set:lgQnF73qgGy9wbUICRYBAQ1ErMyY4iASxxNGmqxJPY7NAg, libhusky.so.1.9 >= 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.5nGkW3 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 9 extra deps from fidoconf-utils due to repentancy on fidoconf Removing 7 extra deps from fidoconf-tparser due to repentancy on fidoconf Wrote: /usr/src/RPM/RPMS/i586/fidoconf-1.9.20190311C-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/fidoconf-devel-1.9.20190311C-alt1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fidoconf-devel-libs-shared-1.9.20190311C-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fidoconf-devel-libs-static-1.9.20190311C-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fidoconf-utils-1.9.20190311C-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fidoconf-tparser-1.9.20190311C-alt1.i586.rpm (w2.lzdio) 6.99user 3.81system 0:25.20elapsed 42%CPU (0avgtext+0avgdata 52616maxresident)k 0inputs+0outputs (0major+812601minor)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.i586.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-devel-libs-shared-1.9.20190311C-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-devel-libs-static-1.9.20190311C-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-utils-1.9.20190311C-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/fidoconf-tparser-1.9.20190311C-alt1.i586.rpm: The use of such a license name is ambiguous: GPL 3.34user 2.54system 0:35.68elapsed 16%CPU (0avgtext+0avgdata 131416maxresident)k 488inputs+0outputs (0major+190685minor)pagefaults 0swaps --- fidoconf-1.9.20190311C-alt1.i586.rpm.repo 2019-03-10 23:09:36.000000000 +0000 +++ fidoconf-1.9.20190311C-alt1.i586.rpm.hasher 2024-05-04 07:39:12.911623735 +0000 @@ -7,2 +7,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) Requires: libc.so.6(GLIBC_2.4) @@ -16,3 +17,3 @@ File: /usr/lib/libfidoconfig.so.1.9 120777 root:root libfidoconfig.so.1.9.0 -File: /usr/lib/libfidoconfig.so.1.9.0 100644 root:root dc605431d10b6d0702080c9b17163e88 -RPMIdentity: 7b0a99e16ba8d4bf01fc8571e954f12c8c53015972c185598f0c33d44e9293cf429155631038d7b4ade43b6e49af88bb02b4a8739a4cebdd687140595c281ed8 +File: /usr/lib/libfidoconfig.so.1.9.0 100644 root:root 27274dcc3f98975ad9b53bea38a03eb9 +RPMIdentity: 53941180500c5561f03e36266db5e8c5e81229909fcc4cd6996daee6509f1c24358cd2cc32c7e8fea574cf95b4349f509c76191901af6b79435bfe18854c9b57 --- fidoconf-devel-libs-static-1.9.20190311C-alt1.i586.rpm.repo 2019-03-10 23:09:36.000000000 +0000 +++ fidoconf-devel-libs-static-1.9.20190311C-alt1.i586.rpm.hasher 2024-05-04 07:39:13.129627385 +0000 @@ -5,3 +5,3 @@ Provides: fidoconf-devel-libs-static = 1.9.20190311C-alt1:sisyphus+224345.100.1.1 -File: /usr/lib/libfidoconfig.a 100644 root:root 49e7d838802a6d41b35e52373fd5fa43 -RPMIdentity: 88e4203844af4788d6cdb0a122e4811600a1cb439a8dab1341dde656ab9f3527737552f1422ae8d999d86aeb1eea050728ac3a59c307ee41bbf6ddc651d8ba42 +File: /usr/lib/libfidoconfig.a 100644 root:root e68127772a91d982cfb6c44dbb80fc19 +RPMIdentity: 09670f28f4363c3468d7116dcf6ad4e60d5b36b74b84f3447399100e371062d1a5e55431344552cc2834e3c34017fe6cd1f785761ef20a668f4cb4bfa220574a --- fidoconf-tparser-1.9.20190311C-alt1.i586.rpm.repo 2019-03-10 23:09:36.000000000 +0000 +++ fidoconf-tparser-1.9.20190311C-alt1.i586.rpm.hasher 2024-05-04 07:39:13.213628792 +0000 @@ -2,2 +2,3 @@ Requires: /lib/ld-linux.so.2 +Requires: libc.so.6(GLIBC_2.34) Requires: libhusky.so.1.9 >= 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 4584ad3904de8701c3ae26deee979e7b -RPMIdentity: 8993ab11ca99cf5db7c2d1aa6485e7c8f0f8d149576a593f90ddeedd53652ee3992e08860f65fe4438e7ba304d9c2620ff3bd4e2a0e3fd3146bc5c90d74bf188 +File: /usr/bin/tparser 100755 root:root 389e250d7662e02d4214c4278f13a333 +RPMIdentity: f9b1eb4d5ca60703cdbd954c9964139afc1205cfbe8e1ad1b0d5ab6e8e08ff148f994387e198817130f76fe78fdece1445386f20c08947c21736d6521f5bb683 --- fidoconf-utils-1.9.20190311C-alt1.i586.rpm.repo 2019-03-10 23:09:36.000000000 +0000 +++ fidoconf-utils-1.9.20190311C-alt1.i586.rpm.hasher 2024-05-04 07:39:13.281629930 +0000 @@ -18,2 +18,3 @@ Requires: grep +Requires: libc.so.6(GLIBC_2.34) Requires: libhusky.so.1.9 >= 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 60cdca653deda09a956e906e75146f93 +File: /usr/bin/fconf2aquaed 100755 root:root d24dac0627dc406c32a56512f09163e9 File: /usr/bin/fconf2areasbbs.pl 100755 root:root a246a569404241f68f447b09564451d9 -File: /usr/bin/fconf2binkd 100755 root:root e50104b03649bad6c2ecfd83322422b8 -File: /usr/bin/fconf2fidogate 100755 root:root 0a6b07ced8eb7182e0f29f64c572dfb1 -File: /usr/bin/fconf2golded 100755 root:root e5d9770c35621a0d22bc4d8d878bb42d -File: /usr/bin/fconf2msged 100755 root:root a9edbb59cf5a77be5203a3153e71c011 +File: /usr/bin/fconf2binkd 100755 root:root 8c4f12e615f7dbaaaa2db478e0bb7f2e +File: /usr/bin/fconf2fidogate 100755 root:root e19558351f573ea21e96d2bb4d3800a9 +File: /usr/bin/fconf2golded 100755 root:root 00cee2640cf8c44c64916c4a047a71d1 +File: /usr/bin/fconf2msged 100755 root:root 65474058359b630b676812c243ecc860 File: /usr/bin/fconf2na.pl 100755 root:root 93c10aa2052922282e328fae16b2ba72 -File: /usr/bin/fconf2squish 100755 root:root fe05710e743463c08b7ba39045c84fe9 -File: /usr/bin/fconf2tornado 100755 root:root d7977e62642208154fcd8f590f4a5332 -File: /usr/bin/fecfg2fconf 100755 root:root 548f8fe374d975a276c3bb490b8ba00a -File: /usr/bin/linked 100755 root:root 51e4cca17cef14d438d2e096c366dfaf +File: /usr/bin/fconf2squish 100755 root:root ce1fab2017c22a8e03501ae6c385cf2b +File: /usr/bin/fconf2tornado 100755 root:root a4bcfc93ce4a733b39fa033871caedf4 +File: /usr/bin/fecfg2fconf 100755 root:root ce53523c40b689eb84e5bb310ee00a78 +File: /usr/bin/linked 100755 root:root eca91f586e19819cee03246a4f296335 File: /usr/bin/linkedto 100755 root:root 5abd293e3f983a467c68acf92f2863d1 File: /usr/bin/sq2fc.pl 100755 root:root a509ed7ce47925d7eb9b61c7e94aa2cd -RPMIdentity: 3212e2d440aeca717dc0ce446c4ecb222d0a1901b10cc246e1fb6b4001a3b5a680b7d2e8e1c745756111f2a55f42b83d59b5063baed7f765cd34f35c86416e1b +RPMIdentity: ffbb9388a39a31f54116bb9e3ed0732d02e742bbd11a8dc13794c1b5b06e4d8abbc68759f0befceac5ebc12ce5a76f0876bfaabfbc928c07623c03d7cfa34ef5