* Package: dev-tex/tth-4.08:0 * Repository: gentoo * Maintainer: tex@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking tth4.08.tar.gz to /var/tmp/portage/dev-tex/tth-4.08/work >>> Source unpacked in /var/tmp/portage/dev-tex/tth-4.08/work >>> Preparing source in /var/tmp/portage/dev-tex/tth-4.08/work/tth ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-tex/tth-4.08/work/tth ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-tex/tth-4.08/work/tth ... make -j4 'GCC=x86_64-pc-linux-gnu-gcc -O' tth sed -e "/mathstringshl/ r mathstringsh.lex" -e "/equationhl/r equationh.lex" tthg.lex >tth.lex flex -otth.c tth.lex x86_64-pc-linux-gnu-gcc -O -o tth -Wall tth.c tth.lex: In function ‘yylex’: tth.lex:761:5: warning: variable ‘PUSHEDINTDEPTHS’ set but not used [-Wunused-but-set-variable] 761 | #define TTH_INT_SETPUSH(name,value) \ | ^~~~~~~~~~~~~~~ tth.lex:760:5: warning: variable ‘PUSHEDINTS’ set but not used [-Wunused-but-set-variable] 760 | int PUSHEDINTDEPTHS[INTMAX]={0}; | ^~~~~~~~~~ tth.lex:586:12: warning: variable ‘colnum’ set but not used [-Wunused-but-set-variable] 586 | STATIC char halstring[TTH_CHARLEN]={0}; | ^~~~~~ In file included from /usr/include/string.h:535, from tth.c:20: In function ‘strcpy’, inlined from ‘tth_push’ at tth.lex:7799:4: /usr/include/bits/string_fortified.h:79:10: warning: ‘__builtin___strcpy_chk’ accessing 1 byte at offsets [0, 15000] and [0, 15000] overlaps 1 byte at offset [0, 14999] [-Wrestrict] 79 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcpy’, inlined from ‘tth_push’ at tth.lex:7801:4: /usr/include/bits/string_fortified.h:79:10: warning: ‘__builtin___strcpy_chk’ accessing 1 byte at offsets [0, 15000] and [0, 15000] overlaps 1 byte at offset [0, 14999] [-Wrestrict] 79 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tth.lex: In function ‘tth_epsf’: tth.lex:7911:29: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 7911 | }else{ | ^ In file included from /usr/include/stdio.h:906, from tth.c:19: In function ‘sprintf’, inlined from ‘tth_epsf’ at tth.lex:7911:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 151) into a destination of size 150 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘tth_epsf’: tth.lex:7924:19: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 7924 | filestr[strlen(filestr)-c]=0; | ^~~~~~~ In function ‘sprintf’, inlined from ‘tth_epsf’ at tth.lex:7924:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 151) into a destination of size 150 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘tth_epsf’: tth.lex:7925:21: warning: ‘%s’ directive writing up to 149 bytes into a region of size 146 [-Wformat-overflow=] 7925 | sys=SUCCESS+1; | ^ In function ‘sprintf’, inlined from ‘tth_epsf’ at tth.lex:7925:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 6 or more bytes (assuming 304) into a destination of size 150 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘tth_epsf’: tth.lex:7927:42: warning: ‘_icon.’ directive writing 6 bytes into a region of size between 0 and 149 [-Wformat-overflow=] 7927 | sprintf(filestr2,"%s.%s",filestr,gtype[c]); | ^~~~~~ In function ‘sprintf’, inlined from ‘tth_epsf’ at tth.lex:7927:4: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 8 or more bytes (assuming 157) into a destination of size 150 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘tth_epsf’: tth.lex:7935:23: warning: ‘_icon.’ directive writing 6 bytes into a region of size between 1 and 150 [-Wformat-overflow=] 7935 | } | ^ In function ‘sprintf’, inlined from ‘tth_epsf’ at tth.lex:7935:6: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 7 or more bytes (assuming 156) into a destination of size 150 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:1565:3: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] 1565 | } | ^ tth.lex:1569:3: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] 1569 | } | ^ tth.lex:975:19: warning: ‘%s’ directive writing up to 499 bytes into a region of size 497 [-Wformat-overflow=] 975 | #define TTH_TABRT " align=\"right\"" | ^~~~~~~~ tth.lex:1094:40: note: in expansion of macro ‘TTH_TDVAR’ 1094 | TTH_OUTPUT(tdalign);*tdalign=0;\ | ^~ tth.lex:4320:5: note: in expansion of macro ‘TTH_HALACT’ 4320 | } /* Have to explicitly excape from macro | ^~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:4320:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 504 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:7260:21: warning: ‘%s’ directive writing up to 499 bytes into a region of size 493 [-Wformat-overflow=] 7260 | \\magstephalf | ^ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:7260:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 8 and 507 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6690:25: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 6690 | *dupstore=0; | ^ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6690:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 2 and 501 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6241:21: warning: ‘%s’ directive writing up to 499 bytes into a region of size 486 [-Wformat-overflow=] 6241 | if(*(yytext+1) =='s'){ /* Setbox case, prefix definitions.*/ | ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6241:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 15 and 514 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6230:39: warning: ‘%s’ directive writing up to 499 bytes into a region of size 491 [-Wformat-overflow=] 6230 | TTH_CCPY(scratchstring,yytext+strcspn(yytext,"[")+1); | ^~~~~~~~~~~~~~ ~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6230:21: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 10 and 509 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6172:6: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 437 and 452 [-Wformat-overflow=] 6172 | TTH_PUSH_CLOSING; | ^~~~~~~~~~~~~~ 6173 | TTH_CCPY(closing,"\n"); | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6171:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 51 and 565 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6167:6: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 430 and 450 [-Wformat-overflow=] 6167 | | ^ 6168 | (\{|\\bgroup){WSP}*(\\hss|\\hfill)? { | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6166:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 53 and 572 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6172:6: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 437 and 452 [-Wformat-overflow=] 6172 | TTH_PUSH_CLOSING; | ^~~~~~~~~~~~~~ 6173 | TTH_CCPY(closing,"\n"); | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6171:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 51 and 565 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6167:6: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 430 and 450 [-Wformat-overflow=] 6167 | | ^ 6168 | (\{|\\bgroup){WSP}*(\\hss|\\hfill)? { | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6166:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 53 and 572 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6172:6: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 437 and 452 [-Wformat-overflow=] 6172 | TTH_PUSH_CLOSING; | ^~~~~~~~~~~~~~ 6173 | TTH_CCPY(closing,"\n"); | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6171:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 51 and 565 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6167:6: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 430 and 450 [-Wformat-overflow=] 6167 | | ^ 6168 | (\{|\\bgroup){WSP}*(\\hss|\\hfill)? { | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6166:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 53 and 572 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6019:25: warning: ‘%s’ directive writing up to 499 bytes into a region of size 496 [-Wformat-overflow=] 6019 | GET_DIMEN; | ^ 6020 | } */ | tth.lex:6019:25: note: assuming directive output of 8 bytes In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6019:7: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 20 and 1831 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6023:24: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 477 and 482 [-Wformat-overflow=] 6023 | if(tth_debug&1024)fprintf(stderr,"Setdimen. scratchstring=%s, closing=%s, newcstr=%s, thesize=%d\n",scratchstring,closing,newcstr,thesize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6024 | if(thesize){ | In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6023:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 21 and 525 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6010:25: warning: ‘%s’ directive writing up to 499 bytes into a region of size 496 [-Wformat-overflow=] 6010 | GET_DIMEN;/* Get the new dimension */ | ^~~~~~~~~~~~~~~ 6011 | /* yy_push_state(argclear); */ | ~~~~~~~ tth.lex:6010:25: note: assuming directive output of 8 bytes In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6010:7: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 30 and 1342 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:6014:24: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 472 and 482 [-Wformat-overflow=] 6014 | } | ^ 6015 | /* Preexisting dimensions, skips etc. Now not preexisting. | ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:6014:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 21 and 530 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:5498:27: warning: ‘%f’ directive writing between 3 and 317 bytes into a region of size between 0 and 499 [-Wformat-overflow=] 5498 | if(tth_debug&1024)fprintf(stderr,"Advancing %s\n",newcstr); | ^~~~~~~~~ tth.lex:5498:27: note: assuming directive output of 8 bytes In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:5498:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 1317 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:5320:25: warning: ‘%s’ directive writing up to 39998 bytes into a region of size 491 [-Wformat-overflow=] 5320 | *dupstore=0; | ~~~~~~~~~~~~ ^ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:5320:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 21 and 80017 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:5300:20: warning: ‘%s’ directive writing up to 19999 bytes into a region of size 19995 [-Wformat-overflow=] 5300 | else if(strstr(chscratch,"mttb") != NULL) strcpy(defstore,"\\ttfamily\\bf"); | ^~~~~~~~~~~~~ ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:5300:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output 7 or more bytes (assuming 20006) into a destination of size 20000 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:971:22: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 475 and 485 [-Wformat-overflow=] 971 | #define TTH_TABNOAL "\n" | ^~~~~~~~~~~~~~~~~~~~~~~ tth.lex:4460:21: note: in expansion of macro ‘TTH_MULSTART’ 4460 | /* Add an open brace for a starting multicol */ | ^~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:4460:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 17 and 526 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:975:19: warning: ‘%s’ directive writing up to 499 bytes into a region of size 497 [-Wformat-overflow=] 975 | #define TTH_TABRT " align=\"right\"" | ^~~~~~~~ tth.lex:1094:40: note: in expansion of macro ‘TTH_TDVAR’ 1094 | TTH_OUTPUT(tdalign);*tdalign=0;\ | ^~ tth.lex:4334:55: note: in expansion of macro ‘TTH_HALACT’ 4334 | halbuff=yy_scan_string(halstring); | ^ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:4334:55: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 504 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:975:19: warning: ‘%s’ directive writing up to 499 bytes into a region of size 497 [-Wformat-overflow=] 975 | #define TTH_TABRT " align=\"right\"" | ^~~~~~~~ tth.lex:1094:40: note: in expansion of macro ‘TTH_TDVAR’ 1094 | TTH_OUTPUT(tdalign);*tdalign=0;\ | ^~ tth.lex:4313:3: note: in expansion of macro ‘TTH_HALACT’ 4313 | if(jshal<1){ | ^ ~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:4313:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 504 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:975:19: warning: ‘%s’ directive writing up to 499 bytes into a region of size 497 [-Wformat-overflow=] 975 | #define TTH_TABRT " align=\"right\"" | ^~~~~~~~ tth.lex:1094:40: note: in expansion of macro ‘TTH_TDVAR’ 1094 | TTH_OUTPUT(tdalign);*tdalign=0;\ | ^~ tth.lex:4287:5: note: in expansion of macro ‘TTH_HALACT’ 4287 | fprintf(stderr,"**** Error Fatal. Null or improper alignment argument, line %d.\n",tth_num_lines); | ^~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:4287:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 504 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3854:6: warning: ‘%s’ directive writing up to 19999 bytes into a region of size 499 [-Wformat-overflow=] 3854 | strcpy(scratchstring, "#tthdrop1\\special{html:

}\n%s{ \\thechapter}\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3658 | \\special{html:
}}{\\special{html:

}} ", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3659 | labelchar,argchar); | ~~~~~~~~~~~~~~~~~~~ 3660 | TTH_SCAN_STRING(scratchstring);*argchar=0; | ~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3657:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 137 and 655 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3636:22: warning: ‘%s’ directive writing up to 19 bytes into a region of size 16 [-Wformat-overflow=] 3636 | TTH_SCAN_STRING("\\tthsplittail\\tthsplitinv\\tthsplittop\\tthfileupd"); /*sf*/ | ^~~~~~~~~~~~~ ~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3636:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 10 and 29 bytes into a destination of size 20 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3584:38: warning: ‘%s’ directive writing up to 499 bytes into a region of size 471 [-Wformat-overflow=] 3584 | tth_latex_file,tth_latex_file); | ^~~~~~~~~~ 3585 | if((js2=system(scratchstring))!=SUCCESS) | ~~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3584:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 36 and 1034 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3589:27: warning: ‘%s’ directive writing up to 499 bytes into a region of size 493 [-Wformat-overflow=] 3589 | if(system(scrstring)!=SUCCESS)fprintf(stderr,"Bibtex failed\n"); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3589:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 8 and 507 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3366:34: warning: ‘%s’ directive writing up to 499 bytes into a region of size 461 [-Wformat-overflow=] 3366 | argchar); | ^ 3367 | if(tth_indexfile) {TTH_PUSH_BUFF(11);} else /*get extra code*/ | ~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3366:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 41 and 540 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3343:47: warning: ‘%s’ directive writing up to 499 bytes into a region of size 487 [-Wformat-overflow=] 3343 | tth_latex_file,tth_latex_file,tth_latex_file); | ^~~~~~~~~~~~~~~~~ 3344 | jscratch=system(scratchstring); | ~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3343:11: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 31 and 1528 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3340:38: warning: ‘ -o ’ directive writing 4 bytes into a region of size between 1 and 500 [-Wformat-overflow=] 3340 | tth_index_cmd,tth_latex_file,tth_latex_file); | ^~~~~~~~~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3340:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 14 and 1511 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3353:26: warning: ‘%s’ directive writing up to 499 bytes into a region of size 432 [-Wformat-overflow=] 3353 | scratchstring,tth_latex_file); | ^~~~~~~~~~~~~~~ 3354 | TTH_SCAN_STRING(argchar); | ~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3353:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 86 and 1084 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:3202:17: warning: ‘%s’ directive writing up to 499 bytes into a region of size 471 [-Wformat-overflow=] 3202 | tth_latex_file,tth_latex_file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3203 | if((js2=system(scratchstring))!=SUCCESS) | ~~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:3201:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 36 and 1034 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:2935:34: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 445 and 463 [-Wformat-overflow=] 2935 | (eqalignlog ? TTH_DISP5 : TTH_DISP3),scrstring); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2936 | /*fprintf(stderr,"Ending eqno: %s\n",scratchstring); */ | ~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:2935:5: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 54 and 571 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:2866:19: warning: ‘%s’ directive writing up to 499 bytes into a region of size between 468 and 469 [-Wformat-overflow=] 2866 | TTH_SYMBOL,TTH_SYMPT(chr1),TTH_SYMEND); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:2865:2: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 44 and 586 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:1560:21: warning: ‘%s’ directive writing up to 499 bytes into a region of size 493 [-Wformat-overflow=] 1560 | TTH_SCAN_STRING(scrstring); | ^~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:1560:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 54 and 1571 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:1483:21: warning: ‘%s’ directive writing up to 499 bytes into a region of size 493 [-Wformat-overflow=] 1483 | TTH_SWAP(scrstring); | ^~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:1483:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 9 and 508 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 ()); | ~~~~~~~~~~~~~~~~~ tth.lex: In function ‘yylex’: tth.lex:1452:11: warning: ‘%s’ directive writing up to 19998 bytes into a region of size between 19970 and 39968 [-Wformat-overflow=] 1451 | "\\special{html:}\\verb%c%s%c\\special{html:}" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1452 | ,dupstore+1,6,dupstore+1,6); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1453 | TTH_SCAN_STRING(dupstore2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘sprintf’, inlined from ‘yylex’ at tth.lex:1451:3: /usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 53 and 40049 bytes into a destination of size 40000 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:2360:7: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:2361:7: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:2371:7: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:2372:7: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:3157:5: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:3158:5: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncat’, inlined from ‘yylex’ at tth.lex:4457:26: /usr/include/bits/string_fortified.h:138:10: warning: ‘__builtin___strncat_chk’ accessing between 1 and 500 bytes at offsets 0 and [0, 500] may overlap 1 byte at offset [0, 1000] [-Wrestrict] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:6801:5: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:6802:5: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:6888:7: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strcat’, inlined from ‘yylex’ at tth.lex:6889:7: /usr/include/bits/string_fortified.h:130:10: warning: ‘__builtin___strcat_chk’ accessing 1 byte at offsets [0, 15000] and 0 overlaps 1 byte at offset [0, 15001] [-Wrestrict] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make -j4 x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 tthsplit.c -o tthsplit tthsplit.c:10:1: error: return type defaults to ‘int’ [-Werror=implicit-int] 10 | main(argc,argv) | ^~~~ tthsplit.c: In function ‘main’: tthsplit.c:40:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 40 | fgets(buff,LINELEN,stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make: *** [: tthsplit] Error 1 * ERROR: dev-tex/tth-4.08::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-tex/tth-4.08::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-tex/tth-4.08::gentoo'`. * The complete build log is located at '/var/log/portage/dev-tex:tth-4.08:20221003-183536.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-tex/tth-4.08/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-tex/tth-4.08/temp/environment'. * Working directory: '/var/tmp/portage/dev-tex/tth-4.08/work/tth/tools' * S: '/var/tmp/portage/dev-tex/tth-4.08/work/tth'