<86>May 4 03:09:16 userdel[3757091]: delete user 'rooter' <86>May 4 03:09:16 userdel[3757091]: removed group 'rooter' owned by 'rooter' <86>May 4 03:09:16 userdel[3757091]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 03:09:16 groupadd[3757144]: group added to /etc/group: name=rooter, GID=1841 <86>May 4 03:09:16 groupadd[3757144]: group added to /etc/gshadow: name=rooter <86>May 4 03:09:16 groupadd[3757144]: new group: name=rooter, GID=1841 <86>May 4 03:09:16 useradd[3757188]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>May 4 03:09:16 userdel[3757236]: delete user 'builder' <86>May 4 03:09:16 userdel[3757236]: removed group 'builder' owned by 'builder' <86>May 4 03:09:16 userdel[3757236]: removed shadow group 'builder' owned by 'builder' <86>May 4 03:09:16 groupadd[3757283]: group added to /etc/group: name=builder, GID=1842 <86>May 4 03:09:16 groupadd[3757283]: group added to /etc/gshadow: name=builder <86>May 4 03:09:16 groupadd[3757283]: new group: name=builder, GID=1842 <86>May 4 03:09:16 useradd[3757321]: new user: name=builder, UID=1842, GID=1842, 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 03:09:19 rpmi: huskylib-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 4 03:09:19 rpmi: smapi-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 4 03:09:19 rpmi: huskylib-devel-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 4 03:09:19 rpmi: huskylib-devel-libs-static-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 4 03:09:19 rpmi: smapi-devel-libs-static-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 4 03:09:19 rpmi: smapi-devel-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 4 03:09:19 rpmi: smapi-devel-libs-shared-2.5.20190311C-alt1 sisyphus+224343.100.1.1 1552257120 installed <13>May 4 03:09:19 rpmi: huskylib-devel-libs-shared-1.9.20190311C-alt1 sisyphus+224342.100.2.1 1552255359 installed <13>May 4 03:09:20 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.83829 + 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.83829 + 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.15062 + 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.6i8XEX 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.tfmg4L 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.yviFNY 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.Xw3JxQ 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.Fkflp1 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.HCrDhU 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.9EeuUO 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.ZESOvW 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.FKZmVh 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.HluuKQ 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.B3f7jj 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.2YQnj4 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.0Oaz5u 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.sSfjv5 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.sN553Y 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.G8vL2p 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.sTIM8Z 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.82user 5.33system 0:24.78elapsed 45%CPU (0avgtext+0avgdata 69552maxresident)k 0inputs+0outputs (0major+889925minor)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.48user 3.06system 0:36.16elapsed 18%CPU (0avgtext+0avgdata 131464maxresident)k 456inputs+0outputs (0major+206812minor)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-04 03:09:48.119752491 +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 5cf00c1847ab9ce05b6c2ec6b8abee24 +RPMIdentity: 9cd5f466146858495ea5aa36e07e035ddcb0951f24068c576e55886f255b97d4b6e49578f0744e9a4283c1f3d192d0403718f701e2ff519ae2f4c003c3af9a91 --- 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-04 03:09:48.365756632 +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 ccbab83f249b2f7c84157471d7a49d17 +RPMIdentity: 0bccb63a83e37f2d8bc54756c1b623202a31524961e0b15a8a4595fa54e21a98fbabf5009b77faec7f3fb4170e02415a741e7d722b9ecb20458510b2d3932ef0 --- 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-04 03:09:48.445757978 +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 697db79c75de50694500b89c4310adac +RPMIdentity: fe34c9a68e01635ed8ab7aa0c5a3a557b125b85a497b57c795451bea467daa1a1616abc7ec537b2a5f4372a2f43beaf86e31c10d68b3850fdc3b42ad37c2cf82 --- 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-04 03:09:48.525759325 +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 378b63244e231aed39bc056405bb6d81 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 498ff027e6f50d035f6c013c45747c28 +File: /usr/bin/fconf2fidogate 100755 root:root b652e7e9842ff0cc8c0f7b4037feecd2 +File: /usr/bin/fconf2golded 100755 root:root f4bb13c2c26a028dd7f83fa9e84fc95b +File: /usr/bin/fconf2msged 100755 root:root aac871fc545a3180583277fdc90be8e6 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 bcf580a55afbd58053fd64e9c557d4d3 +File: /usr/bin/fconf2tornado 100755 root:root 0c67fae9eb6a0420455297f2f402f408 +File: /usr/bin/fecfg2fconf 100755 root:root 5be287fda73b8f87d30a96c328d197eb +File: /usr/bin/linked 100755 root:root 90a8f9950c7216eaf23721bff4840992 File: /usr/bin/linkedto 100755 root:root 5abd293e3f983a467c68acf92f2863d1 File: /usr/bin/sq2fc.pl 100755 root:root a509ed7ce47925d7eb9b61c7e94aa2cd -RPMIdentity: c8a4b57efb11e635cfb190e7a7e60acfc11531fdbde228013a404518758f4d8cf97abfca0c3667103b32929d4b701ac4a64bc56b2185f714d88a672668fde532 +RPMIdentity: f5ff92c50156e07196d8f7e62954c498d5838b0223c21d6c740e00eea956ab317252be96606721f7337205311ae20c0757905a541d680efed365bb52222af98c