* Package: games-util/qstat-2.14 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking qstat-2.14.tar.gz to /var/tmp/portage/games-util/qstat-2.14/work >>> Source unpacked in /var/tmp/portage/games-util/qstat-2.14/work >>> Preparing source in /var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14 ... * Running eautoreconf in '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign --force-missing ... [ ok ] * Running elibtoolize in: qstat-2.14/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14 ... * econf: updating qstat-2.14/config.sub with /usr/share/gnuconfig/config.sub * econf: updating qstat-2.14/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/qstat-2.14 --htmldir=/usr/share/doc/qstat-2.14/html --libdir=/usr/lib64 --disable-debug checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for strnstr... no checking whether to enable optimization... yes checking whether to enable debug output... no checking whether to enable packet dumps... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating template/Makefile config.status: creating info/Makefile config.status: creating gnuconfig.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14' Making all in template make[2]: Entering directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14/template' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14/template' Making all in info make[2]: Entering directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14/info' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14/info' make[2]: Entering directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o xform.o xform.c xform.c: In function ‘xform_name’: xform.c:430:33: warning: ‘%02hhx’ directive writing 2 bytes into a region of size 0 [-Wformat-overflow=] 430 | sprintf(color, "#%02hhx%02hhx%02hhx", s[0], s[1], s[2]); | ^~~~~~ xform.c:430:19: note: using the range [0, 255] for directive argument 430 | sprintf(color, "#%02hhx%02hhx%02hhx", s[0], s[1], s[2]); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from xform.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 8 bytes into a destination of size 5 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o config.o config.c In file included from /usr/include/string.h:494, from config.c:13: In function ‘strncpy’, inlined from ‘qsc_load_default_config_files’ at config.c:198:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c: In function ‘qsc_load_default_config_files’: config.c:195:11: note: length computed here 195 | int len= strlen(var); | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o debug.o debug.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o utils.o utils.c In file included from /usr/include/string.h:494, from utils.h:24, from utils.c:6: In function ‘strncpy’, inlined from ‘str_replace’ at utils.c:113:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c: In function ‘str_replace’: utils.c:109:16: note: length computed here 109 | int rlen = strlen(replace); | ^~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from utils.h:24, from utils.c:6: In function ‘strcpy’, inlined from ‘str_replace’ at utils.c:114:3: /usr/include/bits/string_fortified.h:90:10: warning: ‘__builtin_strcpy’ accessing 1 byte at offsets [-2147483648, 2147483647] and [-2147483648, 2147483647] may overlap 1 byte at offset -2147483648 [-Wrestrict] 90 | return __builtin___strcpy_chk (__dest, __src, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o hcache.o hcache.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o md5.o md5.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o qserver.o qserver.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o qstat.o qstat.c qstat.c: In function ‘do_work’: qstat.c:3105:20: warning: variable ‘ts’ set but not used [-Wunused-but-set-variable] 3105 | struct timeval t, ts; | ^~ qstat.c:3097:18: warning: variable ‘fd’ set but not used [-Wunused-but-set-variable] 3097 | int pktlen, rc, fd; | ^~ qstat.c: In function ‘deal_with_ghostrecon_packet’: qstat.c:9778:26: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] 9778 | char str[256], *start, *end, StartFlag, *lpszIgnoreServerPlayer; | ^~~ qstat.c:9778:18: warning: variable ‘start’ set but not used [-Wunused-but-set-variable] 9778 | char str[256], *start, *end, StartFlag, *lpszIgnoreServerPlayer; | ^~~~~ At top level: qstat.c:9754:19: warning: ‘PacketStart’ defined but not used [-Wunused-const-variable=] 9754 | static const char PacketStart = '\x42'; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o template.o template.c template.c: In function ‘display_string’: template.c:1055:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1055 | for ( ; *str; str++) | ^~~ template.c:1063:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1063 | return; | ^~~~~~ template.c:1067:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1067 | for ( ; *str; str++) | ^~~ template.c:1073:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1073 | return; | ^~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o a2s.o a2s.c a2s.c: In function ‘deal_with_a2s_packet’: a2s.c:645:13: warning: variable ‘idx’ set but not used [-Wunused-but-set-variable] 645 | unsigned idx; | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o packet_manip.o packet_manip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o ut2004.o ut2004.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o doom3.o doom3.c doom3.c: In function ‘_deal_with_doom3_packet’: doom3.c:261:11: warning: variable ‘challenge’ set but not used [-Wunused-but-set-variable] 261 | unsigned challenge = 0; | ^~~~~~~~~ doom3.c:256:6: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 256 | int size = 0; | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o gps.o gps.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o gs2.o gs2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o gs3.o gs3.c gs3.c: In function ‘deal_with_gs3_packet’: gs3.c:60:15: warning: variable ‘pkti’ set but not used [-Wunused-but-set-variable] 60 | unsigned int pkti, final; | ^~~~ gs3.c: In function ‘process_gs3_packet’: gs3.c:313:16: warning: variable ‘no_teams’ set but not used [-Wunused-but-set-variable] 313 | unsigned char no_teams = 0; | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o ts2.o ts2.c ts2.c: In function ‘deal_with_ts2_packet’: ts2.c:51:12: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] 51 | char *s, *end; | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o tm.o tm.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o haze.o haze.c haze.c: In function ‘process_haze_packet’: haze.c:216:16: warning: variable ‘no_teams’ set but not used [-Wunused-but-set-variable] 216 | unsigned char no_teams = 0; | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o ottd.o ottd.c ottd.c: In function ‘deal_with_ottd_packet’: ottd.c:226:18: warning: variable ‘nr’ set but not used [-Wunused-but-set-variable] 226 | unsigned char nr; | ^~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o wic.o wic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o fl.o fl.c fl.c: In function ‘deal_with_fl_packet’: fl.c:423:13: warning: variable ‘idx’ set but not used [-Wunused-but-set-variable] 423 | unsigned idx; | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o tee.o tee.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o cube2.o cube2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o ts3.o ts3.c ts3.c: In function ‘deal_with_ts3_packet’: ts3.c:209:12: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] 209 | char *s, *end, *player_name = "unknown"; | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o bfbc2.o bfbc2.c bfbc2.c: In function ‘deal_with_bfbc2_packet’: bfbc2.c:57:6: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 57 | int size, words, word = 0; | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o ventrilo.o ventrilo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o mumble.o mumble.c mumble.c: In function ‘deal_with_mumble_packet’: mumble.c:44:27: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 44 | sprintf(version,"%u.%u.%u", (unsigned char)*pkt+1, (unsigned char)*pkt+2, (unsigned char)*pkt+3); | ^ In file included from /usr/include/stdio.h:867, from mumble.c:14: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 6 and 12 bytes into a destination of size 11 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o terraria.o terraria.c terraria.c: In function ‘deal_with_terraria_packet’: terraria.c:37:30: warning: variable ‘sep’ set but not used [-Wunused-but-set-variable] 37 | char *s, *end, *key, *val, *sep, *linep, *varp; | ^~~ terraria.c:37:12: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] 37 | char *s, *end, *key, *val, *sep, *linep, *varp; | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o crysis.o crysis.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o dirtybomb.o dirtybomb.c dirtybomb.c: In function ‘unpack_msgpack’: dirtybomb.c:314:16: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] 314 | unsigned char type, type_len; | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o starmade.o starmade.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Dsysconfdir=\"/etc\" -DENABLE_DUMP -O2 -pipe -march=native -fno-common -Wall -c -o farmsim.o farmsim.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -Wl,-O1 -Wl,--as-needed -o qstat xform.o config.o debug.o utils.o hcache.o md5.o qserver.o qstat.o template.o a2s.o packet_manip.o ut2004.o doom3.o gps.o gs2.o gs3.o ts2.o tm.o haze.o ottd.o wic.o fl.o tee.o cube2.o ts3.o bfbc2.o ventrilo.o mumble.o terraria.o crysis.o dirtybomb.o starmade.o farmsim.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hcache.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: qserver.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: qstat.o:(.bss+0x348): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: a2s.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: packet_manip.o:(.bss+0x2028): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ut2004.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: doom3.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: gps.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: gs2.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: gs3.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ts2.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tm.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: haze.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ottd.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wic.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fl.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tee.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cube2.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ts3.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: bfbc2.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ventrilo.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mumble.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: terraria.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crysis.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dirtybomb.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: starmade.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: farmsim.o:(.bss+0x0): multiple definition of `do_dump'; debug.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:520: qstat] Error 1 make[2]: Leaving directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14' make[1]: *** [Makefile:610: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14' make: *** [Makefile:423: all] Error 2 * ERROR: games-util/qstat-2.14::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=games-util/qstat-2.14::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-util/qstat-2.14::gentoo'`. * The complete build log is located at '/var/log/portage/games-util:qstat-2.14:20200126-012338.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-util/qstat-2.14/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-util/qstat-2.14/temp/environment'. * Working directory: '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14' * S: '/var/tmp/portage/games-util/qstat-2.14/work/qstat-2.14'