D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/atanks-6.5-6.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8HG2MP + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf atanks-6.5 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/atanks-6.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd atanks-6.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Q9JiyN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd atanks-6.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 CC=x86_64-mageia-linux-gnu-g++ 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/lib64 -lX11 -lXext -lXcursor -lXpm -lxcb -lXrender -lXfixes -lXau -lXdmcp' INSTALLDIR=/usr/share/games/atanks Compiling obj/clock.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/clock.o -c src/clock.cpp Compiling obj/debug.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/debug.o -c src/debug.cpp In file included from src/debug.cpp:1: src/debug.cpp: In function 'void debug_log(const char*, const char*, const char*, ...)': src/debug.cpp:31:31: warning: '%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-truncation=] 31 | atanks_snprintf(timebuf, 20, "%04d.%02d.%02d %02d:%02d:%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/debug.h:44:34: note: in definition of macro 'atanks_snprintf' 44 | snprintf(target, char_count, fmt, __VA_ARGS__) | ^~~ src/debug.cpp:31:37: note: format string is defined here 31 | atanks_snprintf(timebuf, 20, "%04d.%02d.%02d %02d:%02d:%02d", | ^~~~ In file included from src/debug.cpp:1: src/debug.cpp:31:31: note: directive argument in the range [-2147483647, 2147483647] 31 | atanks_snprintf(timebuf, 20, "%04d.%02d.%02d %02d:%02d:%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/debug.h:44:34: note: in definition of macro 'atanks_snprintf' 44 | snprintf(target, char_count, fmt, __VA_ARGS__) | ^~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/debug.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 20 and 72 bytes into a destination of size 20 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/debris_pool.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/debris_pool.o -c src/debris_pool.cpp Compiling obj/button.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/button.o -c src/button.cpp Compiling obj/decor.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/decor.o -c src/decor.cpp Compiling obj/beam.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/beam.o -c src/beam.cpp Compiling obj/client.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/client.o -c src/client.cpp Compiling obj/atanks.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/atanks.o -c src/atanks.cpp In file included from src/menu.h:24, from src/optionscreens.h:28, from src/atanks.cpp:24: src/optionitem.h: In constructor 'OptionItem::OptionItem(int32_t, tgt_T*, int32_t (*)(tgt_T*, int32_t), const char*, int32_t, BUTTON*, int32_t, int32_t, int32_t, int32_t, int32_t)': src/optionitem.h:304:16: warning: invalid use of incomplete type 'class BUTTON' 304 | this->button->getLocation(this->left, this->top, this->width, this->height); | ^~ In file included from src/optionitem.h:24, from src/menu.h:24, from src/optionscreens.h:28, from src/atanks.cpp:24: src/optionitembase.h:40:7: note: forward declaration of 'class BUTTON' 40 | class BUTTON; | ^~~~~~ src/atanks.cpp: In function 'int32_t main(int32_t, char**)': src/atanks.cpp:737:35: warning: '/atanks-config.txt' directive output may be truncated writing 18 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 737 | snprintf(fullPath, PATH_MAX, "%s/atanks-config.txt", env.configDir); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/atanks.cpp:22: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 19 and 4115 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/atanks.cpp:152:35: warning: '/credits.txt' directive output may be truncated writing 12 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 152 | snprintf (path_buf, PATH_MAX, "%s/credits.txt", env.dataDir); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/atanks.cpp:22: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 13 and 4109 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/atanks.cpp:293:30: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=] 293 | snprintf(valTxt, 15, " %14s", Add_Comma(pl_money[z])); | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/atanks.cpp:22: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 16 or more bytes into a destination of size 15 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/atanks.cpp:1322:53: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size 230 [-Wformat-truncation=] 1322 | snprintf(buffer, 255, "GAMEEND The game went to %s.", winner); | ^~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/atanks.cpp:22: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 27 and 283 bytes into a destination of size 255 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/explosion.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/explosion.o -c src/explosion.cpp Compiling obj/floattext.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/floattext.o -c src/floattext.cpp Compiling obj/globaltypes.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/globaltypes.o -c src/globaltypes.cpp Compiling obj/environment.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/environment.o -c src/environment.cpp src/environment.cpp: In member function 'void ENVIRONMENT::load_text_files()': src/environment.cpp:942:36: warning: '/text/war_quotes_it.txt' directive output may be truncated writing 23 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 942 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes_it.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 24 and 4120 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:958:36: warning: '/text/war_quotes_ES.txt' directive output may be truncated writing 23 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 958 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes_ES.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 24 and 4120 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:950:36: warning: '/text/war_quotes_ru.txt' directive output may be truncated writing 23 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 950 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes_ru.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 24 and 4120 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:954:36: warning: '/text/war_quotes.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 954 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:938:36: warning: '/text/war_quotes.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 938 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:934:36: warning: '/text/war_quotes.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 934 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:946:36: warning: '/text/war_quotes.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 946 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:963:36: warning: '/text/war_quotes.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 963 | snprintf(path_buf, PATH_MAX, "%s/text/war_quotes.txt", dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:975:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 975 | LOAD_TEXT_BLOCK(gloat, "gloat") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 4108) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:976:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 976 | LOAD_TEXT_BLOCK(ingame, "ingame") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 4109) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:977:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 977 | LOAD_TEXT_BLOCK(instructions, "instr") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 4108) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:978:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 978 | LOAD_TEXT_BLOCK(panic, "panic") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 4108) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:979:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 979 | LOAD_TEXT_BLOCK(kamikaze, "kamikaze") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 4111) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:980:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 980 | LOAD_TEXT_BLOCK(retaliation, "retaliation") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 18 or more bytes (assuming 4114) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:981:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 981 | LOAD_TEXT_BLOCK(revenge, "revenge") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 4110) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:915:31: warning: '/text/' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~~~~~~~~~ src/environment.cpp:982:2: note: in expansion of macro 'LOAD_TEXT_BLOCK' 982 | LOAD_TEXT_BLOCK(suicide, "suicide") | ^~~~~~~~~~~~~~~ src/environment.cpp:915:34: note: format string is defined here 915 | snprintf(path_buf, PATH_MAX, "%s/text/%s%s", dataDir, file, suffix); \ | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 4110) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp: In member function 'bool ENVIRONMENT::loadBackgroundMusic()': src/environment.cpp:1007:35: warning: '/music' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 1007 | snprintf(path_buf, PATH_MAX, "%s/music", configDir); | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 7 and 4103 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:1021:36: warning: '/music/' directive output may be truncated writing 7 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 1021 | snprintf(path_buf, PATH_MAX, "%s/music/%s", | ^~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 8 and 4359 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp: In member function 'bool ENVIRONMENT::loadBitmaps()': src/environment.cpp:1097:35: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 1097 | snprintf(path_buf, PATH_MAX, "%s/%s/%d.bmp", dataDir, | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 4104) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp:1185:36: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 1185 | snprintf(path_buf, PATH_MAX, "%s/%s/%d.bmp", dataDir, | ^ src/environment.cpp:1185:33: note: directive argument in the range [1, 2147483647] 1185 | snprintf(path_buf, PATH_MAX, "%s/%s/%d.bmp", dataDir, | ^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 4113) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp: In member function 'bool ENVIRONMENT::loadFonts()': src/environment.cpp:1213:34: warning: '/unicode.dat' directive output may be truncated writing 12 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 1213 | snprintf(path_buf, PATH_MAX, "%s/unicode.dat", dataDir); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 13 and 4109 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/environment.cpp: In member function 'bool ENVIRONMENT::loadSounds()': src/environment.cpp:1288:35: warning: '/sound/' directive output may be truncated writing 7 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 1288 | snprintf(path_buf, PATH_MAX, "%s/sound/%02d.wav", dataDir, i); | ^~~~~~~ src/environment.cpp:1288:32: note: directive argument in the range [0, 50] 1288 | snprintf(path_buf, PATH_MAX, "%s/sound/%02d.wav", dataDir, i); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/environment.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 14 and 4110 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/files.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/files.o -c src/files.cpp src/files.cpp: In function 'bool Save_Game()': src/files.cpp:44:34: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 44 | snprintf(path_buf, PATH_MAX, "%s/%s.sav", env.configDir, env.game_name); | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 6 and 4166 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:95:34: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 95 | snprintf(path_buf, PATH_MAX, "%s/%s.txt", | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 6 and 4166 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp: In function 'bool Load_Game()': src/files.cpp:131:34: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 131 | snprintf(path_buf, PATH_MAX, "%s/%s.sav", env.configDir, env.game_name); | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 6 and 4166 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp: In function 'bool Check_For_Saved_Game()': src/files.cpp:295:34: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 295 | snprintf(path_buf, PATH_MAX, "%s/%s.sav", env.configDir, env.game_name); | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 6 and 4166 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp: In function 'bool Copy_Config_File()': src/files.cpp:323:35: warning: '/atanks-config.txt' directive output may be truncated writing 18 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 323 | snprintf(dest_path, PATH_MAX, "%s/atanks-config.txt", env.configDir); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 19 and 4115 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp: In function 'bool Create_Music_Folder()': src/files.cpp:381:34: warning: '/music' directive output may be truncated writing 6 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 381 | snprintf(path_buf, PATH_MAX, "%s/music", env.configDir); | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 7 and 4103 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp: In function 'bool Load_Weapons_Text()': src/files.cpp:511:35: warning: '/text/weapons_it.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 511 | snprintf(path_buf, PATH_MAX, "%s/text/weapons_it.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:509:35: warning: '/text/weapons_ES.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 509 | snprintf(path_buf, PATH_MAX, "%s/text/weapons_ES.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:507:35: warning: '/text/weapons_ru.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 507 | snprintf(path_buf, PATH_MAX, "%s/text/weapons_ru.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:505:35: warning: '/text/weapons_sk.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 505 | snprintf(path_buf, PATH_MAX, "%s/text/weapons_sk.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:503:35: warning: '/text/weapons_de.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 503 | snprintf(path_buf, PATH_MAX, "%s/text/weapons_de.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:501:35: warning: '/text/weapons_fr.txt' directive output may be truncated writing 20 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 501 | snprintf(path_buf, PATH_MAX, "%s/text/weapons_fr.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 21 and 4117 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:499:35: warning: '/text/weapons.pt_BR.txt' directive output may be truncated writing 23 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 499 | snprintf(path_buf, PATH_MAX, "%s/text/weapons.pt_BR.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 24 and 4120 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/files.cpp:497:35: warning: '/text/weapons.txt' directive output may be truncated writing 17 bytes into a region of size between 0 and 4096 [-Wformat-truncation=] 497 | snprintf(path_buf, PATH_MAX, "%s/text/weapons.txt", env.dataDir); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/files.cpp:1: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 4114 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/gfxData.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/gfxData.o -c src/gfxData.cpp Compiling obj/aicore.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/aicore.o -c src/aicore.cpp Compiling obj/land.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/land.o -c src/land.cpp Compiling obj/main.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/main.o -c src/main.cpp Compiling obj/network.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/network.o -c src/network.cpp In file included from /usr/include/string.h:495, from /usr/include/allegro/base.h:30, from /usr/include/allegro.h:25, from src/main.h:55, from src/player_types.h:9, from src/player.h:25, from src/network.cpp:2: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'bool MESSAGE_QUEUE::Add(char*, int)' at src/network.cpp:59:9: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/network.cpp: In member function 'bool MESSAGE_QUEUE::Add(char*, int)': src/network.cpp:59:9: note: length computed here 59 | strncpy(new_message->text, some_text, strlen(some_text)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /usr/include/allegro/base.h:30, from /usr/include/allegro.h:25, from src/main.h:55, from src/player_types.h:9, from src/player.h:25, from src/network.cpp:2: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'MESSAGE* MESSAGE_QUEUE::Peek()' at src/network.cpp:117:11: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/network.cpp: In member function 'MESSAGE* MESSAGE_QUEUE::Peek()': src/network.cpp:117:11: note: length computed here 117 | strncpy(my_message->text, first_message->text, strlen(first_message->text)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /usr/include/allegro/base.h:30, from /usr/include/allegro.h:25, from src/main.h:55, from src/player_types.h:9, from src/player.h:25, from src/network.cpp:2: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'MESSAGE* MESSAGE_QUEUE::Read_To(int)' at src/network.cpp:163:9: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/network.cpp: In member function 'MESSAGE* MESSAGE_QUEUE::Read_To(int)': src/network.cpp:163:9: note: length computed here 163 | strncpy(my_message->text, current->text, strlen(current->text)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/missile.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/missile.o -c src/missile.cpp Compiling obj/optionitemcolour.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/optionitemcolour.o -c src/optionitemcolour.cpp Compiling obj/globaldata.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/globaldata.o -c src/globaldata.cpp Compiling obj/optionitembase.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/optionitembase.o -c src/optionitembase.cpp Compiling obj/gameloop.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/gameloop.o -c src/gameloop.cpp Compiling obj/menu.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/menu.o -c src/menu.cpp Compiling obj/optionitemmenu.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/optionitemmenu.o -c src/optionitemmenu.cpp In file included from src/menu.h:24, from src/optionitemmenu.cpp:2: src/optionitem.h: In constructor 'OptionItem::OptionItem(int32_t, tgt_T*, int32_t (*)(tgt_T*, int32_t), const char*, int32_t, BUTTON*, int32_t, int32_t, int32_t, int32_t, int32_t)': src/optionitem.h:304:16: warning: invalid use of incomplete type 'class BUTTON' 304 | this->button->getLocation(this->left, this->top, this->width, this->height); | ^~ In file included from src/optionitemmenu.h:24, from src/optionitemmenu.cpp:1: src/optionitembase.h:40:7: note: forward declaration of 'class BUTTON' 40 | class BUTTON; | ^~~~~~ Compiling obj/optionitemplayer.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/optionitemplayer.o -c src/optionitemplayer.cpp Compiling obj/optiontypes.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/optiontypes.o -c src/optiontypes.cpp Compiling obj/player_types.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/player_types.o -c src/player_types.cpp Compiling obj/perlin.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/perlin.o -c src/perlin.cpp Compiling obj/satellite.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/satellite.o -c src/satellite.cpp Compiling obj/physobj.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/physobj.o -c src/physobj.cpp Compiling obj/sound.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/sound.o -c src/sound.cpp Compiling obj/sky.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/sky.o -c src/sky.cpp Compiling obj/optionscreens.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/optionscreens.o -c src/optionscreens.cpp In file included from src/menu.h:24, from src/optionscreens.h:28, from src/optionscreens.cpp:1: src/optionitem.h: In constructor 'OptionItem::OptionItem(int32_t, tgt_T*, int32_t (*)(tgt_T*, int32_t), const char*, int32_t, BUTTON*, int32_t, int32_t, int32_t, int32_t, int32_t)': src/optionitem.h:304:16: warning: invalid use of incomplete type 'class BUTTON' 304 | this->button->getLocation(this->left, this->top, this->width, this->height); | ^~ In file included from src/optionitem.h:24, from src/menu.h:24, from src/optionscreens.h:28, from src/optionscreens.cpp:1: src/optionitembase.h:40:7: note: forward declaration of 'class BUTTON' 40 | class BUTTON; | ^~~~~~ Compiling obj/shop.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/shop.o -c src/shop.cpp src/shop.cpp: In function 'bool shop(LevelCreator*)': src/shop.cpp:284:22: warning: '%s' directive output may be truncated writing up to 64 bytes into a region of size 62 [-Wformat-truncation=] 284 | "%s \"%s\".", | ^~ 285 | env.ingame->Get_Line(17), 286 | env.game_name); | ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/player_types.h:9, from src/player.h:25, from src/shop.cpp:2: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 69) into a destination of size 64 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/player.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/player.o -c src/player.cpp In file included from src/menu.h:24, from src/player.cpp:25: src/optionitem.h: In constructor 'OptionItem::OptionItem(int32_t, tgt_T*, int32_t (*)(tgt_T*, int32_t), const char*, int32_t, BUTTON*, int32_t, int32_t, int32_t, int32_t, int32_t)': src/optionitem.h:304:16: warning: invalid use of incomplete type 'class BUTTON' 304 | this->button->getLocation(this->left, this->top, this->width, this->height); | ^~ In file included from src/optionitem.h:24, from src/menu.h:24, from src/player.cpp:25: src/optionitembase.h:40:7: note: forward declaration of 'class BUTTON' 40 | class BUTTON; | ^~~~~~ Compiling obj/update.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/update.o -c src/update.cpp Compiling obj/teleport.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/teleport.o -c src/teleport.cpp Compiling obj/virtobj.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/virtobj.o -c src/virtobj.cpp Compiling obj/text.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/text.o -c src/text.cpp In file included from /usr/include/string.h:495, from /usr/include/c++/10/cstring:42, from src/text.cpp:3: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'bool TEXTBLOCK::Load_File(const char*)' at src/text.cpp:199:11: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/text.cpp: In member function 'bool TEXTBLOCK::Load_File(const char*)': src/text.cpp:199:11: note: length computed here 199 | strncpy(complete_text[lines_loaded++], line, strlen(line)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling obj/tank.o /usr/bin/g++ -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o obj/tank.o -c src/tank.cpp src/tank.cpp: In member function 'void TANK::applyDamage()': src/tank.cpp:525:23: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 525 | snprintf (buf, 9, "%d", full_damage); | ^~ src/tank.cpp:525:22: note: directive argument in the range [1, 2147483647] 525 | snprintf (buf, 9, "%d", full_damage); | ^~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/floattext.h:24, from src/tank.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 9 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tank.cpp:537:23: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 537 | snprintf (buf, 9, "%d", sh); | ^~ src/tank.cpp:537:22: note: directive argument in the range [1, 2147483647] 537 | snprintf (buf, 9, "%d", sh); | ^~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/floattext.h:24, from src/tank.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 9 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tank.cpp: In member function 'void TANK::newRound(int32_t, int32_t)': src/tank.cpp:1433:21: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 9 [-Wformat-truncation=] 1433 | snprintf (buf, 9, "%d", l); | ^~ src/tank.cpp:1433:20: note: directive argument in the range [-2147483548, 2147483647] 1433 | snprintf (buf, 9, "%d", l); | ^~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/floattext.h:24, from src/tank.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 9 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tank.cpp: In member function 'void TANK::explode(bool)': src/tank.cpp:865:36: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 3 [-Wformat-truncation=] 865 | snprintf(buffer, 14, "REMOVETANK %d", playerindex); | ^~ src/tank.cpp:865:24: note: directive argument in the range [0, 2147483646] 865 | snprintf(buffer, 14, "REMOVETANK %d", playerindex); | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from src/debug.h:5, from src/main.h:41, from src/floattext.h:24, from src/tank.cpp:21: /usr/include/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 13 and 22 bytes into a destination of size 14 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/g++ -o atanks obj/aicore.o obj/atanks.o obj/beam.o obj/button.o obj/client.o obj/clock.o obj/debris_pool.o obj/debug.o obj/decor.o obj/environment.o obj/explosion.o obj/files.o obj/floattext.o obj/gameloop.o obj/gfxData.o obj/globaldata.o obj/globaltypes.o obj/land.o obj/main.o obj/menu.o obj/missile.o obj/network.o obj/optionitembase.o obj/optionitemcolour.o obj/optionitemmenu.o obj/optionitemplayer.o obj/optionscreens.o obj/optiontypes.o obj/perlin.o obj/physobj.o obj/player.o obj/player_types.o obj/satellite.o obj/shop.o obj/sky.o obj/sound.o obj/tank.o obj/teleport.o obj/text.o obj/update.o obj/virtobj.o -DDATA_DIR=\"/usr/share/games/atanks\" -DLINUX -DVERSION=\"6.5\" -DNETWORK -I/usr/include -DATANKS_DEBUG -L/usr/lib64 -lalleg -lm -lpthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S3UckQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 + cd atanks-6.5 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 'INSTALL=/usr/bin/install -p' BINDIR=/usr/games INSTALLDIR=/usr/share/games/atanks /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/games /usr/bin/install -p -m 755 atanks /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/games /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/applications /usr/bin/install -p -m 644 atanks.desktop /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/applications /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/icons/hicolor/48x48/apps /usr/bin/install -p -m 644 atanks.png /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/icons/hicolor/48x48/apps /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/button /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/misc /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/missile /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/sound /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/stock /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/tank /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/tankgun /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/title /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/text /usr/bin/install -p -m 644 COPYING README TODO Changelog *.txt unicode.dat /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks /usr/bin/install -p -m 644 button/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/button /usr/bin/install -p -m 644 misc/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/misc /usr/bin/install -p -m 644 missile/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/missile /usr/bin/install -p -m 644 sound/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/sound /usr/bin/install -p -m 644 stock/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/stock /usr/bin/install -p -m 644 tank/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/tank /usr/bin/install -p -m 644 tankgun/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/tankgun /usr/bin/install -p -m 644 title/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/title /usr/bin/install -p -m 644 text/* /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/text + /usr/bin/perl -pi -e 's/\r$//g' /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/tanks.txt Can't open /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/games/atanks/tanks.txt: No such file or directory. + icotool -x atanks.ico + for i in 16 32 48 + install -Dm644 atanks_2_16x16x32.png /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/icons/hicolor/16x16/apps/atanks.png + for i in 16 32 48 + install -Dm644 atanks_5_32x32x32.png /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/icons/hicolor/32x32/apps/atanks.png + for i in 16 32 48 + install -Dm644 atanks_8_48x48x32.png /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/icons/hicolor/48x48/apps/atanks.png + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 6.5-6.mga8 --unique-debug-suffix -6.5-6.mga8.x86_64 --unique-debug-src-base atanks-6.5-6.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/atanks-6.5 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/games/atanks extracting debug info from /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/games/atanks original debug info size: 4240kB, size after compression: 2624kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 2353 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: atanks-6.5-6.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SCNyrP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd atanks-6.5 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/doc/atanks + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/doc/atanks + cp -pr Changelog /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/doc/atanks + cp -pr README /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/doc/atanks + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64/usr/share/doc/atanks + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(atanks.desktop) atanks = 6.5-6.mga8 atanks(x86-64) = 6.5-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: liballeg.so.4.4()(64bit) 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.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(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) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.19)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: atanks-debugsource-6.5-6.mga8.x86_64 Provides: atanks-debugsource = 6.5-6.mga8 atanks-debugsource(x86-64) = 6.5-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: atanks-debuginfo-6.5-6.mga8.x86_64 Provides: atanks-debuginfo = 6.5-6.mga8 atanks-debuginfo(x86-64) = 6.5-6.mga8 debuginfo(build-id) = 3768f1d501591023bdfa4f26b77a9f82a5a23732 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: atanks-debugsource(x86-64) = 6.5-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/atanks-debugsource-6.5-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/atanks-debuginfo-6.5-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/atanks-6.5-6.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NNXVmQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd atanks-6.5 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/atanks-6.5-6.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bxVWhQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf atanks-6.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!