D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/sfk-1.9.9-1.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MUmed4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf sfk-1.9.9 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/sfk-1.9.9.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sfk-1.9.9 + rm -rf /home/pterjan/rpmbuild/BUILD/sfk-1.9.9-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sfk-1.9.9-SPECPARTS + /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/pterjan/rpmbuild/tmp/rpm-tmp.NwC8lC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd sfk-1.9.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + 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=x86_64-mageia-linux-gnu --build=x86_64-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 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 -j16 V=1 VERBOSE=1 /usr/bin/make all-am make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -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/pterjan/rpmbuild/BUILD/sfk-1.9.9' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c -o sfkext.o sfkext.cpp sfkext.cpp: In member function 'int FileMetaDB::verifyFile(int, bool)': sfkext.cpp:19987:24: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 19987 | uint currentKBPerSec(); | ^~ sfkext.cpp:19987:24: note: remove parentheses to default-initialize a variable 19987 | uint currentKBPerSec(); | ^~ | -- sfkext.cpp:19987:24: note: or replace parentheses with braces to value-initialize a variable sfkext.cpp: In member function 'int SFKPatch::processFileUntilDone(char*)': sfkext.cpp:9903:36: warning: '%s' directive writing up to 4095 bytes into a region of size 4090 [-Wformat-overflow=] 9903 | sprintf(szCopyCmd, "cp -p %s %s",szProbeCmd,pszTargFileName); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:980, from sfkbase.hpp:28, from sfkext.cpp:12: In function 'int sprintf(char*, const char*, ...)', inlined from 'int SFKPatch::processFileUntilDone(char*)' at sfkext.cpp:9903:17: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 4103) into a destination of size 4096 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int SFKPatch::processFileUntilDone(char*)': sfkext.cpp:9918:36: warning: '%s' directive writing up to 4095 bytes into a region of size 4087 [-Wformat-overflow=] 9918 | sprintf(szCopyCmd, "chmod +w %s", szProbeCmd); | ^~ ~~~~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int SFKPatch::processFileUntilDone(char*)' at sfkext.cpp:9918:14: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int SFKPatch::processFileUntilDone(char*)': sfkext.cpp:9947:39: warning: '%s' directive writing up to 4095 bytes into a region of size 4087 [-Wformat-overflow=] 9947 | sprintf(szCopyCmd, "chmod +w %s", szProbeCmd); | ^~ ~~~~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int SFKPatch::processFileUntilDone(char*)' at sfkext.cpp:9947:17: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'void SrcParse::processLine(char*, bool)': sfkext.cpp:10560:34: warning: '%s' directive writing up to 4105 bytes into a region of size 4103 [-Wformat-overflow=] 10560 | sprintf(pcur, "{%s(\"%s\");", pszGlblMacro, szLineBuf3); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'void SrcParse::processLine(char*, bool)' at sfkext.cpp:10560:20: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 4112) into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'void SrcParse::processLine(char*, bool)': sfkext.cpp:10547:31: warning: '%s' directive writing up to 4105 bytes into a region of size 4103 [-Wformat-overflow=] 10547 | sprintf(pszs, "{%s(\"%s\");", pszGlblMacro, szLineBuf3); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'void SrcParse::processLine(char*, bool)' at sfkext.cpp:10547:17: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 4112) into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'void Media::closeOutput()': sfkext.cpp:12086:31: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 65 and 1098 [-Wformat-truncation=] 12086 | "ffmpeg -y -i \"%s\" %s -codec copy \"%s\"", | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'void Media::closeOutput()' at sfkext.cpp:12085:15: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 32 and 2297 bytes into a destination of size 1114 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int Media::renderTempName(char*)': sfkext.cpp:12291:11: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 12277 | char *pszBase = szNameBuf; | ~~~~~~~~~ ...... 12291 | "%s-tmp.%s", pszBase, pszExt); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int Media::renderTempName(char*)' at sfkext.cpp:12290:15: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 1039) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int Media::processMediaFile(char*, char*)': sfkext.cpp:12429:40: warning: '%s' directive writing up to 99 bytes into a region of size 97 [-Wformat-overflow=] 12429 | sprintf(szInfoBuf, "%s-%s (%s-%s)", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 12430 | numtoa(nCurBeg, 10, szBuf1), numtoa(nCurEnd, 10, szBuf2), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12431 | movtimetoa(iBegSec*100,szBuf3),movtimetoa(iEndSec*100)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int Media::processMediaFile(char*, char*)' at sfkext.cpp:12429:20: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 6 or more bytes (assuming 204) into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int execZipFile(Coi*, int, int)' at sfkext.cpp:16943:15: /usr/include/bits/stdio2.h:54: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=] 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execJoin(char*, char*, bool, char*)': sfkext.cpp:19563:33: warning: '.part' directive writing 5 bytes into a region of size between 1 and 4106 [-Wformat-overflow=] 19563 | sprintf(szLineBuf2, "%s.part%0*d", pszBaseName, iDigits, nin); | ^~~~~ sfkext.cpp:19563:30: note: using the range [1, 2147483647] for directive argument 19563 | sprintf(szLineBuf2, "%s.part%0*d", pszBaseName, iDigits, nin); | ^~~~~~~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execJoin(char*, char*, bool, char*)' at sfkext.cpp:19563:17: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 7 and 2147487759 bytes into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execFileCopy(Coi*)': sfkext.cpp:21506:31: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 21506 | sprintf(szAttrBuf, "%c%s", glblPathChar, pszRelSrc); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execFileCopy(Coi*)' at sfkext.cpp:21506:14: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 2 and 4107 bytes into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execFileCopy(Coi*)': sfkext.cpp:21533:46: warning: '%s' directive writing up to 4105 bytes into a region of size 4093 [-Wformat-overflow=] 21533 | sprintf(szAttrBuf, "%czz-shadow-01%s%s", glblPathChar, glblPathStr, pszRelSrc); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execFileCopy(Coi*)' at sfkext.cpp:21533:17: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 4119) into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execFileMove(Coi*)': sfkext.cpp:21812:31: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 21812 | sprintf(szAttrBuf, "%c%s", glblPathChar, pszRelSrc); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execFileMove(Coi*)' at sfkext.cpp:21812:14: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 2 and 4107 bytes into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'char* Symbol::solve(char*, int, int, int)': sfkext.cpp:22260:45: warning: '%s' directive output may be truncated writing up to 99 bytes into a region of size 90 [-Wformat-truncation=] 22260 | snprintf(szFixName,sizeof(szFixName)-10,"%s.%d",szClName,istatic); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'char* Symbol::solve(char*, int, int, int)' at sfkext.cpp:22260:12: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 3 and 112 bytes into a destination of size 90 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'char* Symbol::solve(char*, int, int, int)': sfkext.cpp:22317:56: warning: '%s' directive output may be truncated writing up to 99 bytes into a region of size 90 [-Wformat-truncation=] 22317 | snprintf(szFixName2,sizeof(szFixName2)-10,"%s.%d",szClName,i); | ^~ sfkext.cpp:22317:55: note: directive argument in the range [1, 2147483646] 22317 | snprintf(szFixName2,sizeof(szFixName2)-10,"%s.%d",szClName,i); | ^~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'char* Symbol::solve(char*, int, int, int)' at sfkext.cpp:22317:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 3 and 111 bytes into a destination of size 90 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int Proxy::processHttpRequest(int, int)': sfkext.cpp:28826:44: warning: '%s' directive output may be truncated writing up to 10999 bytes into a region of size 10000 [-Wformat-truncation=] 28826 | snprintf(pdstcur, MAX_BUFFER, "%s %s %s\r\n", pcmd, phost, pprot); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int Proxy::processHttpRequest(int, int)' at sfkext.cpp:28826:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 11203) into a destination of size 10000 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In member function 'int Proxy::processHttpRequest(int, int)': sfkext.cpp:28823:44: warning: '%s' directive output may be truncated writing up to 10999 bytes into a region of size 10000 [-Wformat-truncation=] 28823 | snprintf(pdstcur, MAX_BUFFER, "%s %s %s\r\n", pcmd, ppath, pprot); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int Proxy::processHttpRequest(int, int)' at sfkext.cpp:28823:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 11004) into a destination of size 10000 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)': sfkext.cpp:33908:20: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 33908 | "%s%szz-index%s.txt", szPathBuf1, psla, bExtPass ? "-ext" : ""); | ^~ ~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)' at sfkext.cpp:33907:24: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 13 and 1050 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)': sfkext.cpp:39457:69: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 4089 [-Wformat-truncation=] 39457 | snprintf(szLineBuf, MAX_LINE_LEN, "%s%03d\tOK\t%s%s", szStatusPrefix, isubrc, pszRec, peol); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)' at sfkext.cpp:39457:30: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 4114) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)': sfkext.cpp:39455:70: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 4088 [-Wformat-truncation=] 39455 | snprintf(szLineBuf, MAX_LINE_LEN, "%s%03d\tERR\t%s%s", szStatusPrefix, isubrc, pszRec, peol); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int extmain(int, char**, char**, char*, int&, bool, bool, bool&, int&, bool&, int&, int&, bool&)' at sfkext.cpp:39455:30: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4115) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' g++ -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c -o sfk.o sfk.cpp sfk.cpp: In function 'char* getHTTPUserAgent()': sfk.cpp:3387:68: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 3387 | "Swiss File Knife/" SFK_VERSION " (sfk %s, " VER_STR_OS ")", | ^ In file included from /usr/include/stdio.h:980, from sfkbase.hpp:28, from sfk.cpp:1987: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'char* getHTTPUserAgent()' at sfk.cpp:3386:15: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 42 and 91 bytes into a destination of size 90 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int testReplace(int)': sfk.cpp:29021:67: warning: '%s' directive writing up to 199 bytes into a region of size between 60 and 458 [-Wformat-overflow=] 29021 | sprintf(szCmd, ".%csfk replace -quiet=2 -yes -bylist %s %s -to %s", | ^~ 29022 | glblPathChar, szPatFile, szName1, szName3); | ~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int testReplace(int)' at sfk.cpp:29021:11: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 43 and 640 bytes into a destination of size 500 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38778:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38778 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38778:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38778:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38778 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38778:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38754:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38754 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38754:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38754:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38754 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38754:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38729:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38729 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38729:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38729:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38729 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38729:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38711:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38711 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38711:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38711:40: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38711 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38711:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38690:43: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38690 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38690:26: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38660:43: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38660 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38660:26: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int applyForm(char*, bool, int, int)': sfk.cpp:38660:43: warning: 's' directive writing 1 byte into a region of size between 0 and 99 [-Wformat-overflow=] 38660 | sprintf(szFormat2, "%%%ss", szFormat1); | ^ In function 'int sprintf(char*, const char*, ...)', inlined from 'int applyForm(char*, bool, int, int)' at sfk.cpp:38660:26: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execFind(Coi*)': sfk.cpp:22894:44: warning: '%s' directive writing up to 4105 bytes into a region of size between 4093 and 4098 [-Wformat-overflow=] 22894 | sprintf(szLineBuf2, "%05d : %s", nMatchLines, szLineBuf3); | ^~ ~~~~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execFind(Coi*)' at sfk.cpp:22894:23: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 9 and 4119 bytes into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'int FileStat::differs(FileStat&, bool, bool*)': sfk.cpp:21190:48: warning: '%s' directive writing up to 99 bytes into a region of size 87 [-Wformat-overflow=] 2200 | pszBuf = szBuf; | ~~~~~ ...... 21190 | sprintf(szClDiffReason, "time, uft by %s sec", numtoa(ndif)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int FileStat::differs(FileStat&, bool, bool*)' at sfk.cpp:21190:17: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 18 and 117 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'int FileStat::differs(FileStat&, bool, bool*)': sfk.cpp:21177:52: warning: '%s' directive writing up to 99 bytes into a region of size 86 [-Wformat-overflow=] 2200 | pszBuf = szBuf; | ~~~~~ ...... 21177 | sprintf(szClDiffReason, "newer, uft by %s sec", numtoa(ndif)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int FileStat::differs(FileStat&, bool, bool*)' at sfk.cpp:21177:20: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 19 and 118 bytes into a destination of size 100 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execJamFile(Coi*)': sfk.cpp:25884:76: warning: '%.40s' directive output may be truncated writing up to 40 bytes into a region of size between 0 and 250 [-Wformat-truncation=] 25884 | snprintf(szHeadBuf, sizeof(szHeadBuf), "%.50s%.*s%.40s%.40s%.40s%.40s%.40s%.40s", | ^~~~~ 25885 | pPrefix, (int)nPadLen, pGlblBlankBuf160, // tim siz otm osz cod web 25886 | szTimeInfo, szSizeInfo, szOTimeInf, szOSizeInf, szCodeInfo, szWebInfo); | ~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int execJamFile(Coi*)' at sfk.cpp:25884:15: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 1 and 2147483938 bytes into a destination of size 250 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int prtFile(char*, char*, Coi*, char*, int, const char*, ...)': sfk.cpp:22942:34: warning: '%s' directive writing up to 4105 bytes into a region of size 4100 [-Wformat-overflow=] 22942 | sprintf(szPrintBuf2, "%05u %s%s%.*s%s", (uint)strlen(szPrintBuf1), szPrintBuf1, pq,nLen,pszFilename,pq); | ^~ ~~~~~~~~~~~ sfk.cpp:22942:28: note: assuming directive output of 1 byte 22942 | sprintf(szPrintBuf2, "%05u %s%s%.*s%s", (uint)strlen(szPrintBuf1), szPrintBuf1, pq,nLen,pszFilename,pq); | ^~~~~~~~~~~~~~~~~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int prtFile(char*, char*, Coi*, char*, int, const char*, ...)' at sfk.cpp:22942:14: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 7 and 8120 bytes into a destination of size 4106 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'char* SFKHome::makePath(char*, bool)': sfk.cpp:16723:8: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 16723 | "%s%c%s", szClDir, glblPathChar, pszRelPath); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'char* SFKHome::makePath(char*, bool)' at sfk.cpp:16722:12: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1035) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In member function 'char* SFKHome::getPath(char*)': sfk.cpp:16723:8: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1024 [-Wformat-truncation=] 16723 | "%s%c%s", szClDir, glblPathChar, pszRelPath); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'char* SFKHome::makePath(char*, bool)' at sfk.cpp:16722:12, inlined from 'char* SFKHome::getPath(char*)' at sfk.cpp:16733:19: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1035) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int maphtaccess(char*, char*)': sfk.cpp:35149:43: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1011 [-Wformat-truncation=] 35149 | snprintf(szPat, imaxlen, "RewriteRule ^%s$", szRelFile); | ^~ ~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int maphtaccess(char*, char*)' at sfk.cpp:35149:12: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 15 and 1048 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int maphtaccess(char*, char*)': sfk.cpp:35164:34: warning: '%s' directive output may be truncated writing up to 1033 bytes into a region of size 1023 [-Wformat-truncation=] 35164 | snprintf(szOut, imaxlen, "%s%c%s", szBaseDir, glblPathChar, szRelFile); | ^~ ~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int maphtaccess(char*, char*)' at sfk.cpp:35164:12: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1035) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from sfk.cpp:28223: sfkext.cpp: In function 'int execXFind(Coi*, char*)': sfkext.cpp:52492:52: warning: '%s' directive writing up to 99 bytes into a region of size 50 [-Wformat-overflow=] 52492 | sprintf(szOffBuf1, "at offset %s", numtoa(nAbsOff)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execXFind(Coi*, char*)' at sfkext.cpp:52492:29: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 11 and 110 bytes into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execXFind(Coi*, char*)': sfkext.cpp:52493:44: warning: '%s' directive writing up to 99 bytes into a region of size 58 [-Wformat-overflow=] 52493 | sprintf(szOffBuf5, "0x%s", numtohex(nAbsOff)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execXFind(Coi*, char*)' at sfkext.cpp:52493:29: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 3 and 102 bytes into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execXFind(Coi*, char*)': sfkext.cpp:52489:54: warning: '%s' directive writing up to 99 bytes into a region of size 48 [-Wformat-overflow=] 52489 | sprintf(szOffBuf1, "at offset 0x%s", numtohex(nAbsOff)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execXFind(Coi*, char*)' at sfkext.cpp:52489:29: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 13 and 112 bytes into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execXFind(Coi*, char*)': sfkext.cpp:52506:48: warning: '%s' directive writing up to 99 bytes into a region of size 57 [-Wformat-overflow=] 52506 | sprintf(szOffBuf6, " 0x%s", numtohex(nPatLen)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execXFind(Coi*, char*)' at sfkext.cpp:52506:32: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 4 and 103 bytes into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfkext.cpp: In function 'int execXFind(Coi*, char*)': sfkext.cpp:52503:48: warning: '%s' directive writing up to 99 bytes into a region of size 57 [-Wformat-overflow=] 52503 | sprintf(szOffBuf6, " 0x%s", numtohex(nPatLen)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execXFind(Coi*, char*)' at sfkext.cpp:52503:32: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 4 and 103 bytes into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execReplaceFix(Coi*)': sfk.cpp:28421:52: warning: '%s' directive writing up to 99 bytes into a region of size 50 [-Wformat-overflow=] 2200 | pszBuf = szBuf; | ~~~~~ ...... 28421 | sprintf(szOffBuf1, "at offset %s (0x%s)", numtoa(nAbsOff), numtohex(nAbsOff,1,szOffBuf5)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execReplaceFix(Coi*)' at sfk.cpp:28421:29: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 115) into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int execReplaceFix(Coi*)': sfk.cpp:28418:54: warning: '%s' directive writing up to 99 bytes into a region of size 48 [-Wformat-overflow=] 2200 | pszBuf = szBuf; | ~~~~~ ...... 28418 | sprintf(szOffBuf1, "at offset 0x%s", numtohex(nAbsOff)); | ^~ In function 'int sprintf(char*, const char*, ...)', inlined from 'int execReplaceFix(Coi*)' at sfk.cpp:28418:29: /usr/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 13 and 112 bytes into a destination of size 60 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int httpServ(unsigned int, unsigned int, bool, bool, bool, bool)': sfk.cpp:35748:30: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 183 [-Wformat-truncation=] 35748 | "saved: %s (%s bytes)\n" | ^~ 35749 | "md5sum = %s" 35750 | , szRefNameBuf2 | ~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int httpServ(unsigned int, unsigned int, bool, bool, bool, bool)' at sfk.cpp:35747:27: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 40 or more bytes (assuming 4244) into a destination of size 190 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int httpServ(unsigned int, unsigned int, bool, bool, bool, bool)': sfk.cpp:35745:31: warning: '%s' directive output may be truncated writing up to 4105 bytes into a region of size 182 [-Wformat-truncation=] 35745 | "failed: %s (error %d)",szRefNameBuf2,iError); | ^~ ~~~~~~~~~~~~~ sfk.cpp:35745:22: note: directive argument in the range [1, 3] 35745 | "failed: %s (error %d)",szRefNameBuf2,iError); | ^~~~~~~~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int httpServ(unsigned int, unsigned int, bool, bool, bool, bool)' at sfk.cpp:35744:27: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 19 and 4124 bytes into a destination of size 190 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)': sfk.cpp:32132:21: warning: '%s' directive output may be truncated writing up to 4103 bytes into a region of size 4092 [-Wformat-truncation=] 32131 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32132 | "NLST%s", szLineBuf+2); | ~~~~~^~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)' at sfk.cpp:32131:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 5 and 4108 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)': sfk.cpp:32120:21: warning: '%s' directive output may be truncated writing up to 4103 bytes into a region of size 4092 [-Wformat-truncation=] 32119 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32120 | "NLST%s", szLineBuf+2); | ~~~~~^~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)' at sfk.cpp:32119:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 5 and 4108 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)': sfk.cpp:32104:18: warning: '%s' directive output may be truncated writing up to 4101 bytes into a region of size 4092 [-Wformat-truncation=] 32103 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32104 | "MLSD%s", szLineBuf+4); | ~~~~~^~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)' at sfk.cpp:32103:18: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 5 and 4106 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)': sfk.cpp:32092:21: warning: '%s' directive output may be truncated writing up to 4102 bytes into a region of size 4092 [-Wformat-truncation=] 32091 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32092 | "SLST%s", szLineBuf+3); | ~~~~~^~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)' at sfk.cpp:32091:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 5 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)': sfk.cpp:32080:21: warning: '%s' directive output may be truncated writing up to 4102 bytes into a region of size 4092 [-Wformat-truncation=] 32079 | snprintf(szLineBuf2, sizeof(szLineBuf2)-10, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32080 | "LIST%s", szLineBuf+3); | ~~~~~^~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int ftpClient(char*, unsigned int, char*, char*, char*, bool)' at sfk.cpp:32079:21: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 5 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ sfk.cpp: In function 'int submain(int, char**, char**, char*, int, bool&)': sfk.cpp:62430:48: warning: '%s' directive output may be truncated writing up to 1095 bytes into a region of size 1013 [-Wformat-truncation=] 62430 | snprintf(szCmd, sizeof(szCmd)-10, "%s %s", argv[0], szGlblHelpCmdText+4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int submain(int, char**, char**, char*, int, bool&)' at sfk.cpp:62430:18: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 1097) into a destination of size 1014 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -o sfk sfk.o sfkext.o sfkpack.o make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o24onm + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 + cd sfk-1.9.9 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/bin" /usr/bin/install -p sfk '/home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/bin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/sfk-1.9.9' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.9.9-1.mga10 --unique-debug-suffix -1.9.9-1.mga10.x86_64 --unique-debug-src-base sfk-1.9.9-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/sfk-1.9.9 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/bin/sfk original debug info size: 4576kB, size after compression: 4436kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 9642 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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: sfk-1.9.9-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HWpaIe + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd sfk-1.9.9 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/doc/sfk + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/doc/sfk + cp -pr /home/pterjan/rpmbuild/BUILD/sfk-1.9.9/AUTHORS /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/doc/sfk + cp -pr /home/pterjan/rpmbuild/BUILD/sfk-1.9.9/ChangeLog /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/doc/sfk + cp -pr /home/pterjan/rpmbuild/BUILD/sfk-1.9.9/README /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/doc/sfk + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nTVJ7Q + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd sfk-1.9.9 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/licenses/sfk + export LC_ALL= + LC_ALL= + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/licenses/sfk + cp -pr /home/pterjan/rpmbuild/BUILD/sfk-1.9.9/COPYING /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64/usr/share/licenses/sfk + RPM_EC=0 ++ jobs -p + exit 0 Provides: sfk = 1.9.9-1.mga10 sfk(x86-64) = 1.9.9-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.28)(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.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(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.9-1.mga10.x86_64 Provides: sfk-debugsource = 1.9.9-1.mga10 sfk-debugsource(x86-64) = 1.9.9-1.mga10 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.9-1.mga10.x86_64 Provides: debuginfo(build-id) = b7ae9a3cbff397021e1156937ef08122691f33f0 sfk-debuginfo = 1.9.9-1.mga10 sfk-debuginfo(x86-64) = 1.9.9-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sfk-debugsource(x86-64) = 1.9.9-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sfk-1.9.9-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sfk-debuginfo-1.9.9-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sfk-debugsource-1.9.9-1.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.V52z62 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd sfk-1.9.9 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/sfk-1.9.9-1.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.COHZU4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/sfk-1.9.9-SPECPARTS + rm -rf sfk-1.9.9 sfk-1.9.9.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!