* Package: media-sound/cdstatus-0.97.03 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking cdstatus-0.97.03.tar.gz to /var/tmp/portage/media-sound/cdstatus-0.97.03/work >>> Source unpacked in /var/tmp/portage/media-sound/cdstatus-0.97.03/work >>> Preparing source in /var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03 ... ./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 --docdir=/usr/share/doc/cdstatus-0.97.03 --htmldir=/usr/share/doc/cdstatus-0.97.03/html --libdir=/usr/lib64 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 for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for gethostbyname... yes checking for memset... yes checking for socket... yes checking for strchr... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for gethostname... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands ./config.status: line 1083: shift: shift count out of range >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03' Making all in src make[2]: Entering directory '/var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c basic_info.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c build_output_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_calc_discid.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_connect_to_server.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_fetch_and_parse_results.c In file included from /usr/include/string.h:494, from cddb_fetch_and_parse_results.c:8: In function ‘strncpy’, inlined from ‘fetchAndParseResults’ at cddb_fetch_and_parse_results.c:154:9: /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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cddb_fetch_and_parse_results.c: In function ‘fetchAndParseResults’: cddb_fetch_and_parse_results.c:154:49: note: length computed here 154 | strncpy(trackinfo[index].title, token2, strlen(token2) - 1); | ^~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from cddb_fetch_and_parse_results.c:8: In function ‘strncpy’, inlined from ‘fetchAndParseResults’ at cddb_fetch_and_parse_results.c:145:9: /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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cddb_fetch_and_parse_results.c: In function ‘fetchAndParseResults’: cddb_fetch_and_parse_results.c:145:65: note: length computed here 145 | strncpy(trackinfo[index].title, strchr(token, '=') + 1, strlen(strchr(token, '=') + 1) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from cddb_fetch_and_parse_results.c:8: In function ‘strncpy’, inlined from ‘fetchAndParseResults’ at cddb_fetch_and_parse_results.c:101:8: /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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cddb_fetch_and_parse_results.c: In function ‘fetchAndParseResults’: cddb_fetch_and_parse_results.c:101:36: note: length computed here 101 | strncpy(album_name, token2, strlen(token2) - 1); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_handle_multiple_matches.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_handshake.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_hearken.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_perform_lookup.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cddb_send.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cdstatus.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cdstatus_cddb.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c cdstatus_output.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c close_output_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c handle_args.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c make_pretty_string.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c open_output_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c print_help.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -c read_toc.c x86_64-pc-linux-gnu-gcc -O2 -funroll-loops -finline-functions -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o cdstatus basic_info.o build_output_filename.o cddb_calc_discid.o cddb_connect_to_server.o cddb_fetch_and_parse_results.o cddb_handle_multiple_matches.o cddb_handshake.o cddb_hearken.o cddb_perform_lookup.o cddb_send.o cdstatus.o cdstatus_cddb.o cdstatus_output.o close_output_file.o handle_args.o make_pretty_string.o open_output_file.o print_help.o read_toc.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: build_output_filename.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: build_output_filename.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_connect_to_server.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_connect_to_server.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_fetch_and_parse_results.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handle_multiple_matches.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_handshake.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_hearken.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_perform_lookup.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_send.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cddb_send.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_cddb.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_output.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cdstatus_output.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: close_output_file.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: close_output_file.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: handle_args.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: handle_args.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0xcba0): multiple definition of `album_year'; build_output_filename.o:(.bss+0xcba0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0x220): multiple definition of `trackinfo'; build_output_filename.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0xcaa0): multiple definition of `artist_name'; build_output_filename.o:(.bss+0xcaa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0xcbc0): multiple definition of `album_name'; build_output_filename.o:(.bss+0xcbc0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0xca20): multiple definition of `album_genre'; build_output_filename.o:(.bss+0xca20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: open_output_file.o:(.bss+0x204): multiple definition of `cddb_tracks'; build_output_filename.o:(.bss+0x204): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: read_toc.o:(.bss+0x0): multiple definition of `output_buffer'; basic_info.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: read_toc.o:(.bss+0x200): multiple definition of `current_priority'; basic_info.o:(.bss+0x200): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:260: cdstatus] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03/src' make[1]: *** [Makefile:297: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03' make: *** [Makefile:174: all] Error 2 * ERROR: media-sound/cdstatus-0.97.03::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/cdstatus-0.97.03::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/cdstatus-0.97.03::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:cdstatus-0.97.03:20200127-160336.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/cdstatus-0.97.03/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/cdstatus-0.97.03/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03' * S: '/var/tmp/portage/media-sound/cdstatus-0.97.03/work/cdstatus-0.97.03'