D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/sfk-1.9.8-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ldlWG8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf sfk-1.9.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/sfk-1.9.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sfk-1.9.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gZ1kRB + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sfk-1.9.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for aarch64-mageia-linux-gnu-g++... no checking for aarch64-mageia-linux-gnu-c++... no checking for aarch64-mageia-linux-gnu-gpp... no checking for aarch64-mageia-linux-gnu-aCC... no checking for aarch64-mageia-linux-gnu-CC... no checking for aarch64-mageia-linux-gnu-cxx... no checking for aarch64-mageia-linux-gnu-cc++... no checking for aarch64-mageia-linux-gnu-cl.exe... no checking for aarch64-mageia-linux-gnu-FCC... no checking for aarch64-mageia-linux-gnu-KCC... no checking for aarch64-mageia-linux-gnu-RCC... no checking for aarch64-mageia-linux-gnu-xlC_r... no checking for aarch64-mageia-linux-gnu-xlC... no checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + /usr/bin/make -O -j8 V=1 VERBOSE=1 /usr/bin/make all-am make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sfkpack.o sfkpack.cpp sfkpack.cpp: In function 'uInt longest_match(deflate_state*, IPos)': sfkpack.cpp:4596:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 4596 | register Bytef *scan = s->window + s->strstart; /* current string */ | ^~~~ sfkpack.cpp:4597:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 4597 | register Bytef *match; /* matched string */ | ^~~~~ sfkpack.cpp:4598:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 4598 | register int len; /* length of current match */ | ^~~ sfkpack.cpp:4616:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 4616 | register Bytef *strend = s->window + s->strstart + MAX_MATCH; | ^~~~~~ sfkpack.cpp:4617:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 4617 | register Byte scan_end1 = scan[best_len-1]; | ^~~~~~~~~ sfkpack.cpp:4618:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 4618 | register Byte scan_end = scan[best_len]; | ^~~~~~~~ sfkpack.cpp: In function 'unsigned int bi_reverse(unsigned int, int)': sfkpack.cpp:9511:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 9511 | register unsigned res = 0; | ^~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sfkext.o sfkext.cpp sfkext.cpp: In member function 'int FileMetaDB::verifyFile(int, bool)': sfkext.cpp:19309:24: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 19309 | uint currentKBPerSec(); | ^~ sfkext.cpp:19309:24: note: remove parentheses to default-initialize a variable 19309 | uint currentKBPerSec(); | ^~ | -- sfkext.cpp:19309:24: note: or replace parentheses with braces to value-initialize a variable sfkext.cpp: In member function 'int SFKPatch::processFileUntilDone(char*)': sfkext.cpp:9334:36: warning: '%s' directive writing up to 4095 bytes into a region of size 4090 [-Wformat-overflow=] 9334 | sprintf(szCopyCmd, "cp -p %s %s",szProbeCmd,pszTargFileName); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 4103) into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp:9349:36: warning: '%s' directive writing up to 4095 bytes into a region of size 4087 [-Wformat-overflow=] 9349 | sprintf(szCopyCmd, "chmod +w %s", szProbeCmd); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp:9378:39: warning: '%s' directive writing up to 4095 bytes into a region of size 4087 [-Wformat-overflow=] 9378 | sprintf(szCopyCmd, "chmod +w %s", szProbeCmd); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'void SrcParse::processLine(char*, bool)': sfkext.cpp:9991:34: warning: '%s' directive writing up to 4105 bytes into a region of size 4103 [-Wformat-overflow=] 9991 | sprintf(pcur, "{%s(\"%s\");", pszGlblMacro, szLineBuf3); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 4112) into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp:9978:31: warning: '%s' directive writing up to 4105 bytes into a region of size 4103 [-Wformat-overflow=] 9978 | sprintf(pszs, "{%s(\"%s\");", pszGlblMacro, szLineBuf3); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 4112) into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'void Media::closeOutput()': sfkext.cpp:12022:31: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 65 and 1098 [-Wformat-truncation=] 12022 | "ffmpeg -y -i \"%s\" %s -codec copy \"%s\"", | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 32 and 2297 bytes into a destination of size 1114 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int Media::renderTempName(char*)': sfkext.cpp:12227:11: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 12213 | char *pszBase = szNameBuf; | ~~~~~~~~~ ...... 12227 | "%s-tmp.%s", pszBase, pszExt); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 1039) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int Media::processMediaFile(char*, char*)': sfkext.cpp:12364:40: warning: '%s' directive writing up to 99 bytes into a region of size 97 [-Wformat-overflow=] 12364 | sprintf(szInfoBuf, "%s-%s (%s-%s)", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 12365 | numtoa(nCurBeg, 10, szBuf1), numtoa(nCurEnd, 10, szBuf2), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12366 | movtimetoa(iBegSec*100,szBuf3),movtimetoa(iEndSec*100)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 6 or more bytes (assuming 204) into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int execZipFile(Coi*, int, int)' at sfkext.cpp:16302:15: /usr/include/bits/stdio2.h:71:35: warning: 'int __builtin___snprintf_chk(char*, long unsigned int, int, long unsigned int, const char*, ...)' specified bound 4096 exceeds destination size 1124 [-Wstringop-overflow=] 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execJoin(char*, char*, bool, char*)': sfkext.cpp:18886:30: warning: '.part' directive writing 5 bytes into a region of size between 1 and 4106 [-Wformat-overflow=] 18886 | sprintf(szLineBuf2, "%s.part%0*d", pszBaseName, iDigits, nin); | ^~~~~ sfkext.cpp:18886:27: note: using the range [1, 2147483647] for directive argument 18886 | sprintf(szLineBuf2, "%s.part%0*d", pszBaseName, iDigits, nin); | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 7 and 2147487759 bytes into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execFileCopy(Coi*)': sfkext.cpp:20828:31: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 20828 | sprintf(szAttrBuf, "%c%s", glblPathChar, pszRelSrc); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 2 and 4107 bytes into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp:20855:46: warning: '%s' directive writing up to 4105 bytes into a region of size 4093 [-Wformat-overflow=] 20855 | sprintf(szAttrBuf, "%czz-shadow-01%s%s", glblPathChar, glblPathStr, pszRelSrc); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 4119) into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execFileMove(Coi*)': sfkext.cpp:21134:31: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 21134 | sprintf(szAttrBuf, "%c%s", glblPathChar, pszRelSrc); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 2 and 4107 bytes into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)': sfkext.cpp:32014:20: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 32014 | "%s%szz-index%s.txt", szPathBuf1, psla, bExtPass ? "-ext" : ""); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 13 and 1050 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp:37336:69: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 4089 [-Wformat-truncation=] 37336 | snprintf(szLineBuf, MAX_LINE_LEN, "%s%03d\tOK\t%s%s", szStatusPrefix, isubrc, pszRec, peol); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 4114) into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp:37334:70: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 4088 [-Wformat-truncation=] 37334 | snprintf(szLineBuf, MAX_LINE_LEN, "%s%03d\tERR\t%s%s", szStatusPrefix, isubrc, pszRec, peol); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfkext.cpp:11: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4115) into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sfk.o sfk.cpp sfk.cpp: In function 'char* getHTTPUserAgent()': sfk.cpp:3310:68: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 3310 | "Swiss File Knife/" SFK_VERSION " (sfk %s, " VER_STR_OS ")", | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 42 and 91 bytes into a destination of size 90 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'char* SFKHome::getPath(char*)': sfk.cpp:16739:8: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 16739 | "%s%c%s", szClDir, glblPathChar, pszRelPath); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1035) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int testReplace(int)': sfk.cpp:29071:67: warning: '%s' directive writing up to 199 bytes into a region of size between 60 and 458 [-Wformat-overflow=] 29071 | sprintf(szCmd, ".%csfk replace -quiet=2 -yes -bylist %s %s -to %s", | ^~ 29072 | glblPathChar, szPatFile, szName1, szName3); | ~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 43 and 640 bytes into a destination of size 500 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38545:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38545 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:38521:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38521 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:38496:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38496 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:38478:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38478 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:38457:43: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38457 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:38427:43: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38427 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execFind(Coi*)': sfk.cpp:22890:44: warning: '%s' directive writing up to 4105 bytes into a region of size between 4093 and 4098 [-Wformat-overflow=] 22890 | sprintf(szLineBuf2, "%05d : %s", nMatchLines, szLineBuf3); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 9 and 4119 bytes into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'int FileStat::differs(FileStat&, bool, bool*)': sfk.cpp:21186:48: warning: '%s' directive writing up to 99 bytes into a region of size 87 [-Wformat-overflow=] 2057 | pszBuf = szBuf; | ~~~~~ ...... 21186 | sprintf(szClDiffReason, "time, uft by %s sec", numtoa(ndif)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 18 and 117 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:21173:52: warning: '%s' directive writing up to 99 bytes into a region of size 86 [-Wformat-overflow=] 2057 | pszBuf = szBuf; | ~~~~~ ...... 21173 | sprintf(szClDiffReason, "newer, uft by %s sec", numtoa(ndif)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 19 and 118 bytes into a destination of size 100 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execJamFile(Coi*)': sfk.cpp:25892:76: warning: '%.40s' directive output may be truncated writing up to 40 bytes into a region of size between 0 and 250 [-Wformat-truncation=] 25892 | snprintf(szHeadBuf, sizeof(szHeadBuf), "%.50s%.*s%.40s%.40s%.40s%.40s%.40s%.40s", | ^~~~~ 25893 | pPrefix, (int)nPadLen, pGlblBlankBuf160, // tim siz otm osz cod web 25894 | szTimeInfo, szSizeInfo, szOTimeInf, szOSizeInf, szCodeInfo, szWebInfo); | ~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 1 and 2147483938 bytes into a destination of size 250 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int prtFile(char*, char*, Coi*, char*, int, const char*, ...)': sfk.cpp:22938:34: warning: '%s' directive writing up to 4105 bytes into a region of size 4100 [-Wformat-overflow=] 22938 | sprintf(szPrintBuf2, "%05u %s%s%.*s%s", (uint)strlen(szPrintBuf1), szPrintBuf1, pq,nLen,pszFilename,pq); | ^~ ~~~~~~~~~~~ sfk.cpp:22938:28: note: assuming directive output of 1 byte 22938 | sprintf(szPrintBuf2, "%05u %s%s%.*s%s", (uint)strlen(szPrintBuf1), szPrintBuf1, pq,nLen,pszFilename,pq); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 7 and 8120 bytes into a destination of size 4106 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'char* SFKHome::makePath(char*, bool)': sfk.cpp:16739:8: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 16739 | "%s%c%s", szClDir, glblPathChar, pszRelPath); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1035) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int maphtaccess(char*, char*)': sfk.cpp:34844:43: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1011 [-Wformat-truncation=] 34844 | snprintf(szPat, imaxlen, "RewriteRule ^%s$", szRelFile); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 15 and 1048 bytes into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:34859:34: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1023 [-Wformat-truncation=] 34859 | snprintf(szOut, imaxlen, "%s%c%s", szBaseDir, glblPathChar, szRelFile); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1035) into a destination of size 1024 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'bool encodeURL(char*)': sfk.cpp:37823:45: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 37823 | snprintf(szTopURLBuf, MAX_LINE_LEN, "%.*s%s", | ^~ 37824 | (int)(ptmp-pszRaw), pszRaw, szLineBuf); | ~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 1 and 2147487753 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from sfk.cpp:28276: sfkext.cpp: In function 'int execXFind(Coi*, char*)': sfkext.cpp:43925:52: warning: '%s' directive writing up to 99 bytes into a region of size 50 [-Wformat-overflow=] 43925 | sprintf(szOffBuf1, "at offset %s", numtoa(nAbsOff)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 11 and 110 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from sfk.cpp:28276: sfkext.cpp:43926:44: warning: '%s' directive writing up to 99 bytes into a region of size 58 [-Wformat-overflow=] 43926 | sprintf(szOffBuf5, "0x%s", numtohex(nAbsOff)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from sfk.cpp:28276: sfkext.cpp:43922:54: warning: '%s' directive writing up to 99 bytes into a region of size 48 [-Wformat-overflow=] 43922 | sprintf(szOffBuf1, "at offset 0x%s", numtohex(nAbsOff)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 13 and 112 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from sfk.cpp:28276: sfkext.cpp:43939:48: warning: '%s' directive writing up to 99 bytes into a region of size 57 [-Wformat-overflow=] 43939 | sprintf(szOffBuf6, " 0x%s", numtohex(nPatLen)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 4 and 103 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from sfk.cpp:28276: sfkext.cpp:43936:48: warning: '%s' directive writing up to 99 bytes into a region of size 57 [-Wformat-overflow=] 43936 | sprintf(szOffBuf6, " 0x%s", numtohex(nPatLen)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 4 and 103 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execReplaceFix(Coi*)': sfk.cpp:28472:52: warning: '%s' directive writing up to 99 bytes into a region of size 50 [-Wformat-overflow=] 2057 | pszBuf = szBuf; | ~~~~~ ...... 28472 | sprintf(szOffBuf1, "at offset %s (0x%s)", numtoa(nAbsOff), numtohex(nAbsOff,1,szOffBuf5)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 115) into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:28469:54: warning: '%s' directive writing up to 99 bytes into a region of size 48 [-Wformat-overflow=] 2057 | pszBuf = szBuf; | ~~~~~ ...... 28469 | sprintf(szOffBuf1, "at offset 0x%s", numtohex(nAbsOff)); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 13 and 112 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int httpServ(unsigned int, unsigned int, bool, bool, bool, bool)': sfk.cpp:35049:32: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 511 [-Wformat-truncation=] 35034 | char *pszsub = szFile+8; | ~~~~~~ ...... 35049 | "%s/%s", cs.webbasedir, pszsub); | ^~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1026) into a destination of size 512 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:35424:30: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 183 [-Wformat-truncation=] 35424 | "saved: %s (%s bytes)\n" | ^~ 35425 | "md5sum = %s" 35426 | , szRefNameBuf2 | ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 40 or more bytes (assuming 4244) into a destination of size 190 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:35421:31: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 182 [-Wformat-truncation=] 35421 | "failed: %s (error %d)",szRefNameBuf2,iError); | ^~ ~~~~~~~~~~~~~ sfk.cpp:35421:22: note: directive argument in the range [1, 3] 35421 | "failed: %s (error %d)",szRefNameBuf2,iError); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 19 and 4124 bytes into a destination of size 190 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)': sfk.cpp:32189:21: warning: '%s' directive output may be truncated writing up to 4103 bytes into a region of size 4092 [-Wformat-truncation=] 32188 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32189 | "NLST%s", szLineBuf+2); | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 5 and 4108 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:32177:21: warning: '%s' directive output may be truncated writing up to 4103 bytes into a region of size 4092 [-Wformat-truncation=] 32176 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32177 | "NLST%s", szLineBuf+2); | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 5 and 4108 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:32161:18: warning: '%s' directive output may be truncated writing up to 4101 bytes into a region of size 4092 [-Wformat-truncation=] 32160 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32161 | "MLSD%s", szLineBuf+4); | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 5 and 4106 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:32149:21: warning: '%s' directive output may be truncated writing up to 4102 bytes into a region of size 4092 [-Wformat-truncation=] 32148 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32149 | "SLST%s", szLineBuf+3); | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 5 and 4107 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp:32137:21: warning: '%s' directive output may be truncated writing up to 4102 bytes into a region of size 4092 [-Wformat-truncation=] 32136 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32137 | "LIST%s", szLineBuf+3); | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 5 and 4107 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int submain(int, char**, char**, char*, int, bool&)': sfk.cpp:67645:48: warning: '%s' directive output may be truncated writing up to 1095 bytes into a region of size 1013 [-Wformat-truncation=] 67645 | snprintf(szCmd, sizeof(szCmd)-10, "%s %s", argv[0], szGlblHelpCmdText+4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:888, from sfkbase.hpp:28, from sfk.cpp:1844: /usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1097) into a destination of size 1014 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o sfk sfk.o sfkext.o sfkpack.o make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gOY19q + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 + cd sfk-1.9.8 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/bin" /usr/bin/install -p sfk '/home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/bin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sfk-1.9.8' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.9.8-1.mga9 --unique-debug-suffix -1.9.8-1.mga9.aarch64 --unique-debug-src-base sfk-1.9.8-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/sfk-1.9.8 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/bin/sfk dwz: ./usr/bin/sfk-1.9.8-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 4484kB, size after compression: 4484kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 9410 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: sfk-1.9.8-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qno7Lq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sfk-1.9.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/doc/sfk + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/doc/sfk + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/doc/sfk + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/doc/sfk + cp -pr README /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/doc/sfk + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1ZSUjD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sfk-1.9.8 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/licenses/sfk + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/licenses/sfk + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64/usr/share/licenses/sfk + RPM_EC=0 ++ jobs -p + exit 0 Provides: sfk = 1.9.8-1.mga9 sfk(aarch-64) = 1.9.8-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) Processing files: sfk-debugsource-1.9.8-1.mga9.aarch64 Provides: sfk-debugsource = 1.9.8-1.mga9 sfk-debugsource(aarch-64) = 1.9.8-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sfk-debuginfo-1.9.8-1.mga9.aarch64 Provides: debuginfo(build-id) = 3a4155bf6d1efb0f4e63cb13fd1ea68c56851e82 sfk-debuginfo = 1.9.8-1.mga9 sfk-debuginfo(aarch-64) = 1.9.8-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sfk-debugsource(aarch-64) = 1.9.8-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sfk-1.9.8-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sfk-debuginfo-1.9.8-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sfk-debugsource-1.9.8-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ojPROj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sfk-1.9.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/sfk-1.9.8-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ETTKOe + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf sfk-1.9.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!