* Package: net-p2p/opendchub-0.8.2 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking opendchub-0.8.2.tar.gz to /var/tmp/portage/net-p2p/opendchub-0.8.2/work >>> Source unpacked in /var/tmp/portage/net-p2p/opendchub-0.8.2/work >>> Preparing source in /var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2 ... * Applying opendchub-0.8.2-telnet.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2' ... * Running aclocal ... [ ok ] * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: opendchub-0.8.2/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2 ... * econf: updating opendchub-0.8.2/config.guess with /usr/share/gnuconfig/config.guess * econf: updating opendchub-0.8.2/config.sub with /usr/share/gnuconfig/config.sub ./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 --libdir=/usr/lib64 --disable-perl --enable-switch_user 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 whether build environment is sane... 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 for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for crypt in -lcrypt... yes checking for crypt in -lcrypto... yes 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 crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for mode_t... yes checking for pid_t... yes checking for vprintf... yes checking for _doprnt... no checking for gethostname... yes checking for mkdir... yes checking for poll... yes checking for select... yes checking for socket... yes checking for strstr... yes checking for strtoll... yes checking for strtoq... yes checking for cap_set_proc in -lcap... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes Switch user support is enabled. Perl script support is disabled. checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands *** Type "gmake" to build opendchub *** *** If "gmake" does not work, try "make" *** >>> Source configured. >>> Compiling source in /var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2' Making all in src make[2]: Entering directory '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o commands.o commands.c commands.c: In function ‘my_info’: commands.c:997:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 997 | if(*user->nick == (char) NULL) | ^ commands.c: In function ‘get_host’: commands.c:3064:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3064 | if(*temp_host == (char)NULL) | ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o fileio.o fileio.c fileio.c: In function ‘remove_reg_user’: fileio.c:1898:4: warning: format not a string literal and no format arguments [-Wformat-security] 1898 | snprintf(nick, (nick_len>MAX_NICK_LEN)?MAX_NICK_LEN+1:nick_len+1, buf); | ^~~~~~~~ fileio.c: In function ‘init_dirs’: fileio.c:2033:2: warning: format not a string literal and no format arguments [-Wformat-security] 2033 | snprintf( working_dir, MAX_FDP_LEN, user->pw_dir ); | ^~~~~~~~ fileio.c: In function ‘remove_line_from_file’: fileio.c:2494:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 2494 | fgets(fileline, 1023, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2509:7: warning: ignoring return value of ‘truncate’, declared with attribute warn_unused_result [-Wunused-result] 2509 | truncate(file, len); | ^~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o main.o main.c main.c: In function ‘set_default_vars’: main.c:108:4: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 108 | scanf("%u", &listening_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:129:4: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 129 | scanf("%50s", admin_pass); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:132:4: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 132 | scanf("%50s", link_pass); | ^~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o network.o network.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o perl_utils.o perl_utils.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o userlist.o userlist.c userlist.c: In function ‘init_user_list’: userlist.c:82:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 82 | shmdt((char *)user_list_shm_id); | ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o utils.o utils.c utils.c: In function ‘cut_string’: utils.c:61:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 61 | while((buf[i] != c) && (buf[i] != (char)NULL)) | ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -c -o xs_functions.o xs_functions.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o opendchub commands.o fileio.o main.o network.o perl_utils.o userlist.o utils.o xs_functions.o -lcap -lcrypto -lcrypt -lnsl /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x20): multiple definition of `working_dir'; commands.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x1a0): multiple definition of `config_dir'; commands.o:(.bss+0x1a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x120): multiple definition of `un_sock_path'; commands.o:(.bss+0x120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x8c): multiple definition of `dchub_user'; commands.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x505): multiple definition of `verbosity'; commands.o:(.bss+0x505): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x9b): multiple definition of `syslog_enable'; commands.o:(.bss+0x9b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x9a): multiple definition of `syslog_switch'; commands.o:(.bss+0x9a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x50c): multiple definition of `debug'; commands.o:(.bss+0x50c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x20a): multiple definition of `quit'; commands.o:(.bss+0x20a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0xa0): multiple definition of `logfile'; commands.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x510): multiple definition of `hub_name'; commands.o:(.bss+0x510): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x4a0): multiple definition of `hub_description'; commands.o:(.bss+0x4a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2f4): multiple definition of `max_users'; commands.o:(.bss+0x2f4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x560): multiple definition of `users_per_fork'; commands.o:(.bss+0x560): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x220): multiple definition of `default_pass'; commands.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2f8): multiple definition of `hub_full_mess'; commands.o:(.bss+0x2f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2a0): multiple definition of `admin_pass'; commands.o:(.bss+0x2a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2e8): multiple definition of `min_share'; commands.o:(.bss+0x2e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2e4): multiple definition of `min_upload_slots'; commands.o:(.bss+0x2e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x420): multiple definition of `public_hub_host'; commands.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x260): multiple definition of `link_pass'; commands.o:(.bss+0x260): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x544): multiple definition of `listening_port'; commands.o:(.bss+0x544): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x540): multiple definition of `admin_port'; commands.o:(.bss+0x540): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x380): multiple definition of `hub_hostname'; commands.o:(.bss+0x380): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x53c): multiple definition of `admin_localhost'; commands.o:(.bss+0x53c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x400): multiple definition of `min_version'; commands.o:(.bss+0x400): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x300): multiple definition of `redirect_host'; commands.o:(.bss+0x300): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x4): multiple definition of `crypt_enable'; commands.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x50a): multiple definition of `hublist_upload'; commands.o:(.bss+0x50a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x8): multiple definition of `max_desc_len'; commands.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0xc): multiple definition of `max_email_len'; commands.o:(.bss+0xc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x90): multiple definition of `searchspam_time'; commands.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x94): multiple definition of `kick_bantime'; commands.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x98): multiple definition of `searchcheck_exclude_all'; commands.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x99): multiple definition of `searchcheck_exclude_internal'; commands.o:(.bss+0x99): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x508): multiple definition of `redir_on_min_share'; commands.o:(.bss+0x508): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x506): multiple definition of `reverse_dns'; commands.o:(.bss+0x506): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x507): multiple definition of `check_key'; commands.o:(.bss+0x507): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x509): multiple definition of `ban_overrides_allow'; commands.o:(.bss+0x509): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x50b): multiple definition of `registered_only'; commands.o:(.bss+0x50b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x0): multiple definition of `current_forked'; commands.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x10): multiple definition of `hub_start_time'; commands.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x88): multiple definition of `dchub_group'; commands.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x205): multiple definition of `script_reload'; commands.o:(.bss+0x205): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x206): multiple definition of `do_fork'; commands.o:(.bss+0x206): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x207): multiple definition of `do_purge_user_list'; commands.o:(.bss+0x207): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x208): multiple definition of `do_send_linked_hubs'; commands.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x209): multiple definition of `do_write'; commands.o:(.bss+0x209): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x20b): multiple definition of `upload'; commands.o:(.bss+0x20b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2d4): multiple definition of `user_list_sem'; commands.o:(.bss+0x2d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2d8): multiple definition of `user_list_shm_shm'; commands.o:(.bss+0x2d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2dc): multiple definition of `total_share_sem'; commands.o:(.bss+0x2dc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2e0): multiple definition of `total_share_shm'; commands.o:(.bss+0x2e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x2f0): multiple definition of `max_sockets'; commands.o:(.bss+0x2f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x52c): multiple definition of `listening_udp_socket'; commands.o:(.bss+0x52c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x530): multiple definition of `listening_unx_socket'; commands.o:(.bss+0x530): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x534): multiple definition of `listening_socket'; commands.o:(.bss+0x534): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x538): multiple definition of `admin_listening_socket'; commands.o:(.bss+0x538): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x548): multiple definition of `human_sock_list'; commands.o:(.bss+0x548): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x550): multiple definition of `human_hash_table'; commands.o:(.bss+0x550): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x558): multiple definition of `non_human_user_list'; commands.o:(.bss+0x558): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fileio.o:(.bss+0x564): multiple definition of `pid'; commands.o:(.bss+0x564): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x20a): multiple definition of `quit'; commands.o:(.bss+0x20a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x50c): multiple definition of `debug'; commands.o:(.bss+0x50c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x564): multiple definition of `pid'; commands.o:(.bss+0x564): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x558): multiple definition of `non_human_user_list'; commands.o:(.bss+0x558): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x548): multiple definition of `human_sock_list'; commands.o:(.bss+0x548): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x50a): multiple definition of `hublist_upload'; commands.o:(.bss+0x50a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x209): multiple definition of `do_write'; commands.o:(.bss+0x209): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x208): multiple definition of `do_send_linked_hubs'; commands.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x207): multiple definition of `do_purge_user_list'; commands.o:(.bss+0x207): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x20b): multiple definition of `upload'; commands.o:(.bss+0x20b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x560): multiple definition of `users_per_fork'; commands.o:(.bss+0x560): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2e8): multiple definition of `min_share'; commands.o:(.bss+0x2e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2e4): multiple definition of `min_upload_slots'; commands.o:(.bss+0x2e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2f4): multiple definition of `max_users'; commands.o:(.bss+0x2f4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x50b): multiple definition of `registered_only'; commands.o:(.bss+0x50b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x509): multiple definition of `ban_overrides_allow'; commands.o:(.bss+0x509): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x507): multiple definition of `check_key'; commands.o:(.bss+0x507): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x506): multiple definition of `reverse_dns'; commands.o:(.bss+0x506): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x300): multiple definition of `redirect_host'; commands.o:(.bss+0x300): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x540): multiple definition of `admin_port'; commands.o:(.bss+0x540): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x53c): multiple definition of `admin_localhost'; commands.o:(.bss+0x53c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x99): multiple definition of `searchcheck_exclude_internal'; commands.o:(.bss+0x99): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x98): multiple definition of `searchcheck_exclude_all'; commands.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x94): multiple definition of `kick_bantime'; commands.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x90): multiple definition of `searchspam_time'; commands.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0xc): multiple definition of `max_email_len'; commands.o:(.bss+0xc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x8): multiple definition of `max_desc_len'; commands.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x4): multiple definition of `crypt_enable'; commands.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x544): multiple definition of `listening_port'; commands.o:(.bss+0x544): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2f8): multiple definition of `hub_full_mess'; commands.o:(.bss+0x2f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x400): multiple definition of `min_version'; commands.o:(.bss+0x400): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x420): multiple definition of `public_hub_host'; commands.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x4a0): multiple definition of `hub_description'; commands.o:(.bss+0x4a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x510): multiple definition of `hub_name'; commands.o:(.bss+0x510): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x220): multiple definition of `default_pass'; commands.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2a0): multiple definition of `admin_pass'; commands.o:(.bss+0x2a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x260): multiple definition of `link_pass'; commands.o:(.bss+0x260): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x530): multiple definition of `listening_unx_socket'; commands.o:(.bss+0x530): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2f0): multiple definition of `max_sockets'; commands.o:(.bss+0x2f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x534): multiple definition of `listening_socket'; commands.o:(.bss+0x534): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x0): multiple definition of `current_forked'; commands.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x206): multiple definition of `do_fork'; commands.o:(.bss+0x206): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x538): multiple definition of `admin_listening_socket'; commands.o:(.bss+0x538): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x550): multiple definition of `human_hash_table'; commands.o:(.bss+0x550): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x52c): multiple definition of `listening_udp_socket'; commands.o:(.bss+0x52c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x120): multiple definition of `un_sock_path'; commands.o:(.bss+0x120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0xa0): multiple definition of `logfile'; commands.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x205): multiple definition of `script_reload'; commands.o:(.bss+0x205): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x505): multiple definition of `verbosity'; commands.o:(.bss+0x505): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x508): multiple definition of `redir_on_min_share'; commands.o:(.bss+0x508): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x9b): multiple definition of `syslog_enable'; commands.o:(.bss+0x9b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x9a): multiple definition of `syslog_switch'; commands.o:(.bss+0x9a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x20): multiple definition of `working_dir'; commands.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x8c): multiple definition of `dchub_user'; commands.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x88): multiple definition of `dchub_group'; commands.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x10): multiple definition of `hub_start_time'; commands.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x380): multiple definition of `hub_hostname'; commands.o:(.bss+0x380): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2dc): multiple definition of `total_share_sem'; commands.o:(.bss+0x2dc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2d4): multiple definition of `user_list_sem'; commands.o:(.bss+0x2d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x1a0): multiple definition of `config_dir'; commands.o:(.bss+0x1a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2d8): multiple definition of `user_list_shm_shm'; commands.o:(.bss+0x2d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x2e0): multiple definition of `total_share_shm'; commands.o:(.bss+0x2e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x380): multiple definition of `hub_hostname'; commands.o:(.bss+0x380): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x50a): multiple definition of `hublist_upload'; commands.o:(.bss+0x50a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x558): multiple definition of `non_human_user_list'; commands.o:(.bss+0x558): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x548): multiple definition of `human_sock_list'; commands.o:(.bss+0x548): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x564): multiple definition of `pid'; commands.o:(.bss+0x564): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x530): multiple definition of `listening_unx_socket'; commands.o:(.bss+0x530): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x52c): multiple definition of `listening_udp_socket'; commands.o:(.bss+0x52c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x538): multiple definition of `admin_listening_socket'; commands.o:(.bss+0x538): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x534): multiple definition of `listening_socket'; commands.o:(.bss+0x534): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x20a): multiple definition of `quit'; commands.o:(.bss+0x20a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x120): multiple definition of `un_sock_path'; commands.o:(.bss+0x120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x420): multiple definition of `public_hub_host'; commands.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x544): multiple definition of `listening_port'; commands.o:(.bss+0x544): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x510): multiple definition of `hub_name'; commands.o:(.bss+0x510): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x4a0): multiple definition of `hub_description'; commands.o:(.bss+0x4a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x1a0): multiple definition of `config_dir'; commands.o:(.bss+0x1a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x260): multiple definition of `link_pass'; commands.o:(.bss+0x260): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x99): multiple definition of `searchcheck_exclude_internal'; commands.o:(.bss+0x99): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x0): multiple definition of `current_forked'; commands.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x4): multiple definition of `crypt_enable'; commands.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x8): multiple definition of `max_desc_len'; commands.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0xc): multiple definition of `max_email_len'; commands.o:(.bss+0xc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x10): multiple definition of `hub_start_time'; commands.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x20): multiple definition of `working_dir'; commands.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x88): multiple definition of `dchub_group'; commands.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x8c): multiple definition of `dchub_user'; commands.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x90): multiple definition of `searchspam_time'; commands.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x94): multiple definition of `kick_bantime'; commands.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x98): multiple definition of `searchcheck_exclude_all'; commands.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x9a): multiple definition of `syslog_switch'; commands.o:(.bss+0x9a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x9b): multiple definition of `syslog_enable'; commands.o:(.bss+0x9b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0xa0): multiple definition of `logfile'; commands.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x205): multiple definition of `script_reload'; commands.o:(.bss+0x205): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x206): multiple definition of `do_fork'; commands.o:(.bss+0x206): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x207): multiple definition of `do_purge_user_list'; commands.o:(.bss+0x207): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x208): multiple definition of `do_send_linked_hubs'; commands.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x209): multiple definition of `do_write'; commands.o:(.bss+0x209): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x20b): multiple definition of `upload'; commands.o:(.bss+0x20b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x220): multiple definition of `default_pass'; commands.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2a0): multiple definition of `admin_pass'; commands.o:(.bss+0x2a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2d4): multiple definition of `user_list_sem'; commands.o:(.bss+0x2d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2d8): multiple definition of `user_list_shm_shm'; commands.o:(.bss+0x2d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2dc): multiple definition of `total_share_sem'; commands.o:(.bss+0x2dc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2e0): multiple definition of `total_share_shm'; commands.o:(.bss+0x2e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2e4): multiple definition of `min_upload_slots'; commands.o:(.bss+0x2e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2e8): multiple definition of `min_share'; commands.o:(.bss+0x2e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2f0): multiple definition of `max_sockets'; commands.o:(.bss+0x2f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2f4): multiple definition of `max_users'; commands.o:(.bss+0x2f4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x2f8): multiple definition of `hub_full_mess'; commands.o:(.bss+0x2f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x300): multiple definition of `redirect_host'; commands.o:(.bss+0x300): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x400): multiple definition of `min_version'; commands.o:(.bss+0x400): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x505): multiple definition of `verbosity'; commands.o:(.bss+0x505): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x506): multiple definition of `reverse_dns'; commands.o:(.bss+0x506): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x507): multiple definition of `check_key'; commands.o:(.bss+0x507): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x508): multiple definition of `redir_on_min_share'; commands.o:(.bss+0x508): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x509): multiple definition of `ban_overrides_allow'; commands.o:(.bss+0x509): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x50b): multiple definition of `registered_only'; commands.o:(.bss+0x50b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x50c): multiple definition of `debug'; commands.o:(.bss+0x50c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x53c): multiple definition of `admin_localhost'; commands.o:(.bss+0x53c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x540): multiple definition of `admin_port'; commands.o:(.bss+0x540): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x550): multiple definition of `human_hash_table'; commands.o:(.bss+0x550): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: network.o:(.bss+0x560): multiple definition of `users_per_fork'; commands.o:(.bss+0x560): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2d8): multiple definition of `user_list_shm_shm'; commands.o:(.bss+0x2d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x20a): multiple definition of `quit'; commands.o:(.bss+0x20a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2d4): multiple definition of `user_list_sem'; commands.o:(.bss+0x2d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x0): multiple definition of `current_forked'; commands.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x4): multiple definition of `crypt_enable'; commands.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x8): multiple definition of `max_desc_len'; commands.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0xc): multiple definition of `max_email_len'; commands.o:(.bss+0xc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x10): multiple definition of `hub_start_time'; commands.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x20): multiple definition of `working_dir'; commands.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x88): multiple definition of `dchub_group'; commands.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x8c): multiple definition of `dchub_user'; commands.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x90): multiple definition of `searchspam_time'; commands.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x94): multiple definition of `kick_bantime'; commands.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x98): multiple definition of `searchcheck_exclude_all'; commands.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x99): multiple definition of `searchcheck_exclude_internal'; commands.o:(.bss+0x99): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x9a): multiple definition of `syslog_switch'; commands.o:(.bss+0x9a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x9b): multiple definition of `syslog_enable'; commands.o:(.bss+0x9b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0xa0): multiple definition of `logfile'; commands.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x120): multiple definition of `un_sock_path'; commands.o:(.bss+0x120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x1a0): multiple definition of `config_dir'; commands.o:(.bss+0x1a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x205): multiple definition of `script_reload'; commands.o:(.bss+0x205): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x206): multiple definition of `do_fork'; commands.o:(.bss+0x206): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x207): multiple definition of `do_purge_user_list'; commands.o:(.bss+0x207): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x208): multiple definition of `do_send_linked_hubs'; commands.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x209): multiple definition of `do_write'; commands.o:(.bss+0x209): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x20b): multiple definition of `upload'; commands.o:(.bss+0x20b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x220): multiple definition of `default_pass'; commands.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x260): multiple definition of `link_pass'; commands.o:(.bss+0x260): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2a0): multiple definition of `admin_pass'; commands.o:(.bss+0x2a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2dc): multiple definition of `total_share_sem'; commands.o:(.bss+0x2dc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2e0): multiple definition of `total_share_shm'; commands.o:(.bss+0x2e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2e4): multiple definition of `min_upload_slots'; commands.o:(.bss+0x2e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2e8): multiple definition of `min_share'; commands.o:(.bss+0x2e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2f0): multiple definition of `max_sockets'; commands.o:(.bss+0x2f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2f4): multiple definition of `max_users'; commands.o:(.bss+0x2f4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x2f8): multiple definition of `hub_full_mess'; commands.o:(.bss+0x2f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x300): multiple definition of `redirect_host'; commands.o:(.bss+0x300): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x380): multiple definition of `hub_hostname'; commands.o:(.bss+0x380): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x400): multiple definition of `min_version'; commands.o:(.bss+0x400): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x420): multiple definition of `public_hub_host'; commands.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x4a0): multiple definition of `hub_description'; commands.o:(.bss+0x4a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x505): multiple definition of `verbosity'; commands.o:(.bss+0x505): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x506): multiple definition of `reverse_dns'; commands.o:(.bss+0x506): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x507): multiple definition of `check_key'; commands.o:(.bss+0x507): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x508): multiple definition of `redir_on_min_share'; commands.o:(.bss+0x508): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x509): multiple definition of `ban_overrides_allow'; commands.o:(.bss+0x509): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x50a): multiple definition of `hublist_upload'; commands.o:(.bss+0x50a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x50b): multiple definition of `registered_only'; commands.o:(.bss+0x50b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x50c): multiple definition of `debug'; commands.o:(.bss+0x50c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x510): multiple definition of `hub_name'; commands.o:(.bss+0x510): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x52c): multiple definition of `listening_udp_socket'; commands.o:(.bss+0x52c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x530): multiple definition of `listening_unx_socket'; commands.o:(.bss+0x530): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x534): multiple definition of `listening_socket'; commands.o:(.bss+0x534): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x538): multiple definition of `admin_listening_socket'; commands.o:(.bss+0x538): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x53c): multiple definition of `admin_localhost'; commands.o:(.bss+0x53c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x540): multiple definition of `admin_port'; commands.o:(.bss+0x540): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x544): multiple definition of `listening_port'; commands.o:(.bss+0x544): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x548): multiple definition of `human_sock_list'; commands.o:(.bss+0x548): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x550): multiple definition of `human_hash_table'; commands.o:(.bss+0x550): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x558): multiple definition of `non_human_user_list'; commands.o:(.bss+0x558): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x560): multiple definition of `users_per_fork'; commands.o:(.bss+0x560): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: userlist.o:(.bss+0x564): multiple definition of `pid'; commands.o:(.bss+0x564): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x558): multiple definition of `non_human_user_list'; commands.o:(.bss+0x558): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x548): multiple definition of `human_sock_list'; commands.o:(.bss+0x548): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x507): multiple definition of `check_key'; commands.o:(.bss+0x507): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2f0): multiple definition of `max_sockets'; commands.o:(.bss+0x2f0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x20a): multiple definition of `quit'; commands.o:(.bss+0x20a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2d4): multiple definition of `user_list_sem'; commands.o:(.bss+0x2d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2e0): multiple definition of `total_share_shm'; commands.o:(.bss+0x2e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2dc): multiple definition of `total_share_sem'; commands.o:(.bss+0x2dc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x10): multiple definition of `hub_start_time'; commands.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x0): multiple definition of `current_forked'; commands.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x4): multiple definition of `crypt_enable'; commands.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x8): multiple definition of `max_desc_len'; commands.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0xc): multiple definition of `max_email_len'; commands.o:(.bss+0xc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x20): multiple definition of `working_dir'; commands.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x88): multiple definition of `dchub_group'; commands.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x8c): multiple definition of `dchub_user'; commands.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x90): multiple definition of `searchspam_time'; commands.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x94): multiple definition of `kick_bantime'; commands.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x98): multiple definition of `searchcheck_exclude_all'; commands.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x99): multiple definition of `searchcheck_exclude_internal'; commands.o:(.bss+0x99): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x9a): multiple definition of `syslog_switch'; commands.o:(.bss+0x9a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x9b): multiple definition of `syslog_enable'; commands.o:(.bss+0x9b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0xa0): multiple definition of `logfile'; commands.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x120): multiple definition of `un_sock_path'; commands.o:(.bss+0x120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x1a0): multiple definition of `config_dir'; commands.o:(.bss+0x1a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x205): multiple definition of `script_reload'; commands.o:(.bss+0x205): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x206): multiple definition of `do_fork'; commands.o:(.bss+0x206): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x207): multiple definition of `do_purge_user_list'; commands.o:(.bss+0x207): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x208): multiple definition of `do_send_linked_hubs'; commands.o:(.bss+0x208): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x209): multiple definition of `do_write'; commands.o:(.bss+0x209): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x20b): multiple definition of `upload'; commands.o:(.bss+0x20b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x220): multiple definition of `default_pass'; commands.o:(.bss+0x220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x260): multiple definition of `link_pass'; commands.o:(.bss+0x260): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2a0): multiple definition of `admin_pass'; commands.o:(.bss+0x2a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2d8): multiple definition of `user_list_shm_shm'; commands.o:(.bss+0x2d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2e4): multiple definition of `min_upload_slots'; commands.o:(.bss+0x2e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2e8): multiple definition of `min_share'; commands.o:(.bss+0x2e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2f4): multiple definition of `max_users'; commands.o:(.bss+0x2f4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x2f8): multiple definition of `hub_full_mess'; commands.o:(.bss+0x2f8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x300): multiple definition of `redirect_host'; commands.o:(.bss+0x300): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x380): multiple definition of `hub_hostname'; commands.o:(.bss+0x380): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x400): multiple definition of `min_version'; commands.o:(.bss+0x400): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x420): multiple definition of `public_hub_host'; commands.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x4a0): multiple definition of `hub_description'; commands.o:(.bss+0x4a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x505): multiple definition of `verbosity'; commands.o:(.bss+0x505): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x506): multiple definition of `reverse_dns'; commands.o:(.bss+0x506): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x508): multiple definition of `redir_on_min_share'; commands.o:(.bss+0x508): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x509): multiple definition of `ban_overrides_allow'; commands.o:(.bss+0x509): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x50a): multiple definition of `hublist_upload'; commands.o:(.bss+0x50a): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x50b): multiple definition of `registered_only'; commands.o:(.bss+0x50b): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x50c): multiple definition of `debug'; commands.o:(.bss+0x50c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x510): multiple definition of `hub_name'; commands.o:(.bss+0x510): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x52c): multiple definition of `listening_udp_socket'; commands.o:(.bss+0x52c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x530): multiple definition of `listening_unx_socket'; commands.o:(.bss+0x530): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x534): multiple definition of `listening_socket'; commands.o:(.bss+0x534): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x538): multiple definition of `admin_listening_socket'; commands.o:(.bss+0x538): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x53c): multiple definition of `admin_localhost'; commands.o:(.bss+0x53c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x540): multiple definition of `admin_port'; commands.o:(.bss+0x540): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x544): multiple definition of `listening_port'; commands.o:(.bss+0x544): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x550): multiple definition of `human_hash_table'; commands.o:(.bss+0x550): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x560): multiple definition of `users_per_fork'; commands.o:(.bss+0x560): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: utils.o:(.bss+0x564): multiple definition of `pid'; commands.o:(.bss+0x564): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:358: opendchub] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2/src' make[1]: *** [Makefile:356: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2' make: *** [Makefile:297: all] Error 2 * ERROR: net-p2p/opendchub-0.8.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-p2p/opendchub-0.8.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-p2p/opendchub-0.8.2::gentoo'`. * The complete build log is located at '/var/log/portage/net-p2p:opendchub-0.8.2:20200209-111237.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-p2p/opendchub-0.8.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-p2p/opendchub-0.8.2/temp/environment'. * Working directory: '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2' * S: '/var/tmp/portage/net-p2p/opendchub-0.8.2/work/opendchub-0.8.2'