* Package: app-mobilephone/smstools-3.1.21-r1 * Repository: gentoo * Maintainer: chainsaw@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Adding group 'sms' to your system ... * - Groupid: next available * Adding user 'smsd' to your system ... * - Userid: 999 * - Shell: /sbin/nologin * - Home: /var/spool/sms * - Groups: sms * - GECOS: added by portage for smstools * - Creating /var/spool/sms in / >>> Unpacking source... >>> Unpacking smstools3-3.1.21.tar.gz to /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work >>> Source unpacked in /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work >>> Preparing source in /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work/smstools3 ... * Applying 3.1.21-gawk-location.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work/smstools3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work/smstools3 ... make -j1 CC=x86_64-pc-linux-gnu-gcc 'LFLAGS=-Wl,-O1 -Wl,--as-needed' x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o extras.o extras.c extras.c: In function ‘write_pid’: extras.c:1252:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1252 | write(pidfile, pid, strlen(pid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extras.c: In function ‘my_system’: extras.c:1077:35: warning: ‘/smsd_’ directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1077 | snprintf(tmp1, sizeof(tmp1), ">%s/smsd_%s_1.XXXXXX", tmpdir, info); | ^~~~~~ In file included from /usr/include/stdio.h:867, from extras.h:18, from extras.c:30: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 17 or more bytes (assuming 4112) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extras.c:1087:34: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4094 [-Wformat-truncation=] 1087 | snprintf(tmp2, sizeof(tmp2), "2>%s/smsd_%s_2.XXXXXX", tmpdir, info); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from extras.h:18, from extras.c:30: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 18 or more bytes (assuming 4113) into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extras.c: In function ‘make_datetime_string’: extras.c:1670:41: warning: ‘%03d’ directive output may be truncated writing between 3 and 8 bytes into a region of size 7 [-Wformat-truncation=] 1670 | snprintf(buffer, sizeof(buffer), "%03d", (int)tv.tv_usec / 1000); | ^~~~ extras.c:1670:40: note: directive argument in the range [-2147483, 2147483] 1670 | snprintf(buffer, sizeof(buffer), "%03d", (int)tv.tv_usec / 1000); | ^~~~~~ In file included from /usr/include/stdio.h:867, from extras.h:18, from extras.c:30: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 4 and 9 bytes into a destination of size 7 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from extras.c:18: In function ‘strncpy’, inlined from ‘make_datetime_string’ at extras.c:1671:7: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extras.c: In function ‘make_datetime_string’: extras.c:1671:7: note: length computed here 1671 | strncpy(p, buffer, strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from extras.c:18: In function ‘strncpy’, inlined from ‘make_datetime_string’ at extras.c:1666:7: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extras.c: In function ‘make_datetime_string’: extras.c:1666:7: note: length computed here 1666 | strncpy(p, buffer, strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o locking.o locking.c locking.c: In function ‘lockfile’: locking.c:52:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 52 | write(lockfile, pid, strlen(pid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o cfgfile.o cfgfile.c x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o logging.o logging.c logging.c: In function ‘writelogfile’: logging.c:206:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 206 | write(Filehandle,text2,strlen(text2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logging.c: In function ‘flush_smart_logging’: logging.c:295:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 295 | write(Filehandle_trouble, trouble_logging_buffer, strlen(trouble_logging_buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logging.c:304:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 304 | write(Filehandle_trouble, text2, strlen(text2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logging.c:324:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 324 | write(Filehandle_trouble, text2, strlen(text2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logging.c: In function ‘writelogfile’: logging.c:200:49: warning: ‘%s’ directive output may be truncated writing up to 16383 bytes into a region of size between 16298 and 16378 [-Wformat-truncation=] 200 | snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from extras.h:18, from logging.c:16: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 16471 bytes into a destination of size 16384 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logging.c:254:47: warning: ‘%s’ directive output may be truncated writing up to 16383 bytes into a region of size between 16298 and 16378 [-Wformat-truncation=] 254 | snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from extras.h:18, from logging.c:16: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 8 and 16471 bytes into a destination of size 16384 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o alarm.o alarm.c x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o smsd_cfg.o smsd_cfg.c smsd_cfg.c: In function ‘startup_check’: smsd_cfg.c:3522:17: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 3522 | read(fd, tmp, sizeof(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c: In function ‘readcfg’: smsd_cfg.c:2454:77: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=] 2454 | snprintf(communicate_a_keys[key], sizeof(communicate_a_keys[0]), "%s", value); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 1 and 4096 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c: In function ‘startup_check’: smsd_cfg.c:3262:57: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 16 [-Wformat-truncation=] 3262 | snprintf(queues[x].numbers[y - 1], SIZE_NUM, "%s", tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 1 and 4096 bytes into a destination of size 16 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3489:28: warning: ‘/smsd_data.XXXXXX’ directive writing 17 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 3489 | sprintf(tmp_data, "%s/smsd_data.XXXXXX", tmpdir); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 18 and 4113 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3498:32: warning: ‘/smsd_script.XXXXXX’ directive writing 19 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 3498 | sprintf(tmp_script, "%s/smsd_script.XXXXXX", d_incoming); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 20 and 4115 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from smsd_cfg.c:31: smsd_cfg.h:35:32: warning: ‘%s’ directive writing up to 2991359 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3582:24: note: in expansion of macro ‘CONCATENATED_DIR_FNAME’ 3582 | sprintf(fname, CONCATENATED_DIR_FNAME, d_incoming, devices[x].name); | ^~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.h:35:36: note: format string is defined here 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 15 and 2995469 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from smsd_cfg.c:31: smsd_cfg.h:35:32: warning: ‘%s’ directive writing up to 2991359 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3593:26: note: in expansion of macro ‘CONCATENATED_DIR_FNAME’ 3593 | sprintf(tmp, CONCATENATED_DIR_FNAME, d_saved, devices[x].name); | ^~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.h:35:36: note: format string is defined here 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 15 and 2995469 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3669:58: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 4062 [-Wformat-overflow=] 3669 | sprintf(buffer, "Default validity period is set to %s.", tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 36 and 4131 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3689:54: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 4066 [-Wformat-overflow=] 3689 | sprintf(buffer, "Using international prefixes: %s", tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 31 and 4126 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.c:3706:49: warning: ‘%s’ directive writing up to 4095 bytes into a region of size 4071 [-Wformat-overflow=] 3706 | sprintf(buffer, "Using national prefixes: %s", tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from smsd_cfg.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 26 and 4121 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o charset.o charset.c charset.c: In function ‘decode_7bit_packed’: charset.c:904:42: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size between 509 and 510 [-Wformat-truncation=] 904 | snprintf(buffer2, sizeof(buffer2), "%02X%s", septets, buffer); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from charset.c:16: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 3 and 515 bytes into a destination of size 512 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o stats.o stats.c stats.c: In function ‘loadstats’: stats.c:186:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 186 | fread(tmp, strlen(statistics_current_version) +1, 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c:192:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 192 | fread(&saved_time, sizeof(time_t), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c:193:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 193 | fread(&start_time, sizeof(time_t), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c:198:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 198 | fread(statistics[i], sizeof(_stats), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c: In function ‘savestats’: stats.c:154:26: warning: ‘/stats.tmp’ directive writing 10 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 154 | sprintf(filename, "%s/stats.tmp", d_stats); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from stats.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 11 and 4106 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c: In function ‘loadstats’: stats.c:183:26: warning: ‘/stats.tmp’ directive writing 10 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 183 | sprintf(filename, "%s/stats.tmp", d_stats); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from stats.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 11 and 4106 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c: In function ‘update_message_counter’: stats.c:324:29: warning: ‘.counter’ directive writing 8 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 324 | sprintf(filename, "%s/%s.counter", d_stats, modemname); | ^~~~~~~~ In file included from /usr/include/stdio.h:867, from stats.c:15: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 10 or more bytes (assuming 4105) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o blacklist.o blacklist.c x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o whitelist.o whitelist.c x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o modeminit.o modeminit.c modeminit.c: In function ‘talk_with_modem’: modeminit.c:2628:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2628 | write(STDOUT_FILENO, tmp, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ modeminit.c: In function ‘initmodem’: modeminit.c:2055:34: warning: ‘%s’ directive writing up to 499 bytes into a region of size 90 [-Wformat-overflow=] 2055 | sprintf(command, "AT+CSCA=\"+%s\"\r", answer); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from modeminit.c:30: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 512 bytes into a destination of size 100 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modeminit.c:2096:49: warning: ‘%s’ directive output may be truncated writing up to 499 bytes into a region of size 100 [-Wformat-truncation=] 2096 | snprintf(DEVICE.imei, sizeof(DEVICE.imei), "%s", answer); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from modeminit.c:30: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 1 and 500 bytes into a destination of size 100 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o pdu.o pdu.c pdu.c: In function ‘get_pdu_details’: pdu.c:1920:64: warning: ‘%s’ directive output may be truncated writing up to 99 bytes into a region of size between 68 and 76 [-Wformat-truncation=] 1920 | snprintf(buffer, sizeof(buffer), "%.03i %c %-8.8s %-8.8s %s%.03i %.03i/%.03i %c\n", mnumber, sort_ch, date, time, sender, m_id, p_number, p_count, (is_statusreport) ? 'r' : 'i'); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from pdu.c:16: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 39 and 170 bytes into a destination of size 100 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -c -o charshift.o charshift.c x86_64-pc-linux-gnu-gcc -D NUMBER_OF_MODEMS=64 -D NOSTATS -W -Wall -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-common -o smsd smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o charshift.o -Wl,-O1 -Wl,--as-needed smsd.c: In function ‘received2file’: smsd.c:3445:15: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 3445 | write(ftmp, st, strlen(st)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘cmd_to_modem’: smsd.c:6025:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 6025 | write(fd, answer, strlen(answer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:6026:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 6026 | write(fd, "\n", 1); | ^~~~~~~~~~~~~~~~~~ smsd.c:6069:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 6069 | write(fd, buffer, strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘main’: smsd.c:7918:5: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] 7918 | dup(i); | ^~~~~~ smsd.c:7919:5: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] 7919 | dup(i); | ^~~~~~ smsd.c:7987:7: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 7987 | system(command); | ^~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from smsd.c:21: In function ‘strncpy’, inlined from ‘extract_macros.part.0’ at smsd.c:819:13: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘extract_macros.part.0’: smsd.c:800:21: note: length computed here 800 | len_value = strlen(p_value); | ^~~~~~~~~~~~~~~ smsd.c: In function ‘change_headers’: smsd.c:977:28: warning: ‘/smsd.XXXXXX’ directive writing 12 bytes into a region of size between 8 and 4103 [-Wformat-overflow=] 977 | sprintf(tmp_filename, "%s/smsd.XXXXXX", tmpdir); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 4108 bytes into a destination of size 4103 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from smsd.c:40: smsd.c: In function ‘received2file’: smsd_cfg.h:35:32: warning: ‘-concatenated’ directive writing 13 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~~~~~~~~~~~~~~~~~~~ smsd.c:3282:29: note: in expansion of macro ‘CONCATENATED_DIR_FNAME’ 3282 | sprintf(con_filename, CONCATENATED_DIR_FNAME, (*d_saved)? d_saved : d_incoming, DEVICE.name); | ^~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.h:35:38: note: format string is defined here 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 15 or more bytes (assuming 4110) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:3436:38: warning: ‘.XXXXXX’ directive writing 7 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 3436 | sprintf(tmp_filename,"%s/%s.XXXXXX",d_incoming,DEVICE.name); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 9 or more bytes (assuming 4104) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘send_part’: smsd.c:4139:27: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 4139 | sprintf(command2,"%s\x1A",pdu); | ^ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 2 and 1025 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘exec_system’: smsd.c:305:50: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 247 [-Wformat-truncation=] 305 | snprintf(msg, sizeof(msg), "Smsd3: %s, %s", DEVICE.name, alert); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 10 or more bytes (assuming 265) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:332:82: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 205 and 236 [-Wformat-truncation=] 332 | tf(shared_buffer, SIZE_SHARED_BUFFER, "%s Sms3: mainprocess, %s", adminmessage_device, alert); | ^~ ~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 307 bytes into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘savephonecall’: smsd.c:2833:27: warning: ‘.XXXXXX’ directive writing 7 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 2833 | sprintf(filename, "%s/%s.XXXXXX", (*d_phonecalls)? d_phonecalls : d_incoming, DEVICE.name); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 9 or more bytes (assuming 4104) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:2831:27: warning: ‘.’ directive writing 1 byte into a region of size between 0 and 4095 [-Wformat-overflow=] 2831 | sprintf(filename, "%s/%s.%s.XXXXXX", (*d_phonecalls)? d_phonecalls : d_incoming, DEVICE.name, timestamp); | ^ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 10 or more bytes (assuming 4185) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:2829:25: warning: ‘%s’ directive writing up to 80 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 2829 | sprintf(filename, "%s/%s.%s.XXXXXX", (*d_phonecalls)? d_phonecalls : d_incoming, timestamp, DEVICE.name); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 10 or more bytes (assuming 4185) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from smsd.c:21: In function ‘strncpy’, inlined from ‘receivesms’ at smsd.c:3831:11: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘cmd_to_modem.part.0’: smsd.c:6022:34: warning: ‘/smsd.XXXXXX’ directive writing 12 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 6022 | sprintf(tmp_filename, "%s/smsd.XXXXXX", tmpdir); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 4108 bytes into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:6068:67: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 931 and 1011 [-Wformat-truncation=] 6068 | snprintf(buffer, sizeof(buffer), "%s,%i, %s: CMD: %s: %s\n", timestamp, DEVICE.dev_rr_loglevel, DEVICE.name, command, answer); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 15 or more bytes (assuming 1118) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from smsd.c:40: smsd.c: In function ‘do_ic_purge’: smsd_cfg.h:35:32: warning: ‘-concatenated’ directive writing 13 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~~~~~~~~~~~~~~~~~~~ smsd.c:6241:25: note: in expansion of macro ‘CONCATENATED_DIR_FNAME’ 6241 | sprintf(con_filename, CONCATENATED_DIR_FNAME, (*d_saved)? d_saved : d_incoming, DEVICE.name); | ^~~~~~~~~~~~~~~~~~~~~~ smsd_cfg.h:35:38: note: format string is defined here 35 | #define CONCATENATED_DIR_FNAME "%s/%s-concatenated" | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 15 or more bytes (assuming 4110) into a destination of size 4096 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c: In function ‘send1sms’: smsd.c:5040:49: warning: ‘%s’ directive output may be truncated writing up to 39015 bytes into a region of size 1024 [-Wformat-truncation=] 5040 | snprintf(part_text, sizeof(part_text), "%s", text); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from smsd.c:19: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 1 and 39016 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smsd.c:4857:11: warning: ‘eachpartlen’ may be used uninitialized in this function [-Wmaybe-uninitialized] 4857 | writelogfile(LOG_DEBUG, 0, "Splitting this message into %i parts of max %i characters%s.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4858 | parts, (alphabet == ALPHABET_UCS2)? eachpartlen /2 : eachpartlen, (alphabet == ALPHABET_UCS2)? " (unicode)" : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2da0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2d20): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117f4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x107d0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x3e20): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x34f880): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117f0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x62e0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11840): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xc784): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x3e40): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2ba0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4240): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11800): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xc788): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x20): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2020): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2a20): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2a84): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2a88): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2a8c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2a90): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2a94): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2aa0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2b20): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2c20): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2ca0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2e20): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x3e28): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x3e30): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4248): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4250): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4258): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4260): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4268): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x4280): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x52a0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x62c0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x72e0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x73e0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x73e4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x7400): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x7600): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x7620): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x8620): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x9620): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xa620): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xa680): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xa6e0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xb6e0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xc6e0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xc740): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xc78c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xc7a0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xd7a0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xe7a0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xe7a4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xe7a8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xe7ac): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xe7c0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0xf7c0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x107c0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x107c4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x107c8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x107cc): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x107e0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117e0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117e4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117e8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117ec): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117f8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x117fc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11804): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11808): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x1180c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11810): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11814): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x11820): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12840): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12844): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12848): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x1284c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12860): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a60): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a64): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a68): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a6c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a70): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a74): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a78): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12a80): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12ae4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x12b00): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b00): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b04): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b08): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b0c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b10): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b14): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b18): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b1c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b20): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b24): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b28): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b2c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b30): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b34): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b38): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b3c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x13b40): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x2ee040): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x33e840): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x33e860): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x33f860): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x33f880): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x340880): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x341880): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x342880): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x343880): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x344880): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x345880): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x346880): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x347880): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x348880): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x349880): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x34a880): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x34b880): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x34c880): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x34d880): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x34e880): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x350880): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x350888): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x35088c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x350890): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x350898): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extras.o:(.bss+0x3508a0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34e880): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x0): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa00): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa64): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa68): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa6c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa70): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa74): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa80): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xb00): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xb80): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc00): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc80): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xd00): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xd80): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe00): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x1e00): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x1e08): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x1e10): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x1e20): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2220): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2228): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2230): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2238): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2240): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2248): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2260): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x3280): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x42a0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x42c0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x52c0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x53c0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x53c4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x53e0): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x55e0): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x5600): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x6600): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x7600): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x8600): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x8660): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x86c0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x96c0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa6c0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa720): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa764): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa768): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa76c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xa780): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xb780): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc780): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc784): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc788): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc78c): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xc7a0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xd7a0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe7a0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe7a4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe7a8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe7ac): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe7b0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xe7c0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7c0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7c4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7c8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7cc): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7d0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7d4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7d8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7dc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7e0): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7e4): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7e8): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7ec): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7f0): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf7f4): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf800): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0xf820): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10820): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10824): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10828): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x1082c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10840): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a40): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a44): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a48): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a4c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a50): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a54): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a58): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10a60): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10ac4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x10ae0): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11ae0): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11ae4): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11ae8): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11aec): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11af0): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11af4): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11af8): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11afc): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b00): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b04): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b08): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b0c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b10): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b14): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b18): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b1c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x11b20): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x2ec020): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x33c820): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x33c840): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x33d840): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x33d860): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x33e860): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x33f860): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x340860): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x341860): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x342860): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x343860): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x344860): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x345860): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x346860): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x347860): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x348860): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x349860): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34a860): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34b860): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34c860): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34d860): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34e860): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34e868): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34e86c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34e870): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: locking.o:(.bss+0x34e878): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fb00): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a54): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fae0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1d60): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fac0): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fad8): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1060): multiple definition of `statistics'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fb20): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x20): multiple definition of `shared_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x28): multiple definition of `status_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c28): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x2c): multiple definition of `stats_no_zeroes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c2c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x30): multiple definition of `stats_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x40): multiple definition of `d_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1040): multiple definition of `last_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1048): multiple definition of `printstatus'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c48): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1050): multiple definition of `start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c50): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1058): multiple definition of `rejected_counter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1260): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1c60): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1cc4): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1cc8): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1ccc): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1cd0): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1cd4): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1ce0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1de0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1e60): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1ee0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1f60): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x1fe0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x2060): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3060): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3068): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3070): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3080): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3480): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3488): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3490): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x3498): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34a0): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34a8): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34c0): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x44e0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x5500): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x5520): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x6520): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x6620): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x6624): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x6640): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x6840): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x6860): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x7860): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x8860): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x9860): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x98c0): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x9920): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xa920): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xb920): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xb980): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xb9c4): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xb9c8): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xb9cc): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xb9e0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xc9e0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xd9e0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xd9e4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xd9e8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xd9ec): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xda00): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xea00): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xfa00): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xfa04): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xfa08): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xfa0c): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xfa10): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0xfa20): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a20): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a24): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a28): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a2c): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a30): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a34): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a38): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a3c): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a40): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a44): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a48): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a4c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a50): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a60): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x10a80): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11a80): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11a84): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11a88): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11a8c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11aa0): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11ca0): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11ca4): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11ca8): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11cac): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11cb0): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11cb4): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11cb8): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11cc0): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11d24): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x11d40): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d40): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d44): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d48): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d4c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d50): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d54): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d58): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d5c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d60): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d64): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d68): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d6c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d70): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d74): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d78): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d7c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x12d80): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x2ed280): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x33da80): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x33daa0): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x33eaa0): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x33eac0): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x33fac0): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x340ac0): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x341ac0): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x342ac0): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x343ac0): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x344ac0): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x345ac0): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x346ac0): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x347ac0): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x348ac0): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x349ac0): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34aac0): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34bac0): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34cac0): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34dac0): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34eac0): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fac8): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34facc): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: logging.o:(.bss+0x34fad0): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xb20): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34e8a0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x20): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa20): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa84): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa88): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa8c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa90): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa94): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xaa0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xba0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xc20): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xca0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xd20): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xda0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe20): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x1e20): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x1e28): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x1e30): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x1e40): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2240): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2248): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2250): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2258): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2260): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2268): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2280): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x32a0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x42c0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x42e0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x52e0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x53e0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x53e4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x5400): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x5600): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x5620): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x6620): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x7620): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x8620): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x8680): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x86e0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x96e0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa6e0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa740): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa784): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa788): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa78c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xa7a0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xb7a0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xc7a0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xc7a4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xc7a8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xc7ac): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xc7c0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xd7c0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe7c0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe7c4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe7c8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe7cc): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe7d0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xe7e0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7e0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7e4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7e8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7ec): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7f0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7f4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7f8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf7fc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf800): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf804): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf808): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf80c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf810): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf814): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf820): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0xf840): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10840): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10844): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10848): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x1084c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10860): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a60): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a64): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a68): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a6c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a70): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a74): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a78): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10a80): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10ae4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x10b00): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b00): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b04): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b08): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b0c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b10): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b14): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b18): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b1c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b20): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b24): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b28): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b2c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b30): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b34): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b38): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b3c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x11b40): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x2ec040): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x33c840): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x33c860): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x33d860): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x33d880): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x33e880): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x33f880): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x340880): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x341880): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x342880): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x343880): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x344880): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x345880): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x346880): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x347880): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x348880): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x349880): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34a880): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34b880): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34c880): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34d880): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34e880): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34e888): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34e88c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34e890): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: alarm.o:(.bss+0x34e898): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5280): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x56a8): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x56a0): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f80): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f68): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2ef480): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x34ecc0): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x34bcc0): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f64): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f60): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f5c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f58): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f7c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f78): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f74): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f70): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f6c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2120): multiple definition of `blacklist'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3b20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2020): multiple definition of `whitelist'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x342cc0): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x340cc0): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x341cc0): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x33fca0): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x33fc80): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c20): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x340ca0): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x34acc0): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x349cc0): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x348cc0): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x347cc0): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x346cc0): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x343cc0): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x34dcc0): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x34ccc0): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x345cc0): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x344cc0): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2240): multiple definition of `d_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x11c20): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2230): multiple definition of `stats_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2228): multiple definition of `status_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c28): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x222c): multiple definition of `stats_no_zeroes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c2c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f54): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f50): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f4c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f48): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f44): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x14f40): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13f40): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13f24): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13ec0): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13eb8): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13eb4): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13eb0): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13eac): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x11c0c): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13ea8): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13ea4): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13ea0): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13ca0): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13c8c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13c88): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13c84): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x13c80): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c80): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c60): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c54): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c50): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c4c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c48): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c44): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c40): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c3c): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c38): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c34): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x11c10): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c28): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x11c04): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x11c08): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x11c00): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x10c00): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xfc00): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xfbec): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xfbe8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xfbe4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xfbe0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xebe0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xdbe0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xdbcc): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xdb80): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xdb20): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xcb20): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xbb20): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8820): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5260): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x66e0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x56c0): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x4060): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3460): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3fe0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x4260): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3ed4): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x41e0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x4160): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x40e0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3f60): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3ee0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3ec4): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c30): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c2c): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x12c24): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3ed0): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3ecc): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3ec8): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x34fcc0): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x7700): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3248): multiple definition of `printstatus'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c48): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xaa60): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x9a60): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xbac0): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xba60): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8a60): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8a40): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8840): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8824): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x350cc0): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x351cd8): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x20): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x2220): multiple definition of `shared_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3240): multiple definition of `last_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3250): multiple definition of `start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c50): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3258): multiple definition of `rejected_counter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3260): multiple definition of `statistics'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x3e60): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5268): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5270): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5680): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5688): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5690): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x5698): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x7720): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x8720): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xdbc4): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0xdbc8): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x351cc0): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x351cc8): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x351ccc): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x351cd0): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: smsd_cfg.o:(.bss+0x351ce0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e878): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b20): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a4c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e8c0): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a54): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x1e20): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a50): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x0): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa00): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa64): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa68): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa6c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa70): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa74): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa80): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xb00): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xb80): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc00): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc80): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xd00): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xd80): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe00): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x1e00): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x1e08): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x1e10): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2220): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2228): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2230): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2238): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2240): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2248): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2260): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x3280): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x42a0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x42c0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x52c0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x53c0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x53c4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x53e0): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x55e0): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x5600): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x6600): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x7600): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x8600): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x8660): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x86c0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x96c0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa6c0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa720): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa764): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa768): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa76c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xa780): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xb780): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc780): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc784): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc788): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc78c): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xc7a0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xd7a0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe7a0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe7a4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe7a8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe7ac): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe7b0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xe7c0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7c0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7c4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7c8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7cc): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7d0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7d4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7d8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7dc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7e0): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7e4): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7e8): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7ec): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7f0): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf7f4): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf800): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0xf820): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10820): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10824): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10828): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x1082c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10840): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a40): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a44): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a48): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a58): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10a60): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10ac4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x10ae0): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11ae0): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11ae4): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11ae8): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11aec): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11af0): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11af4): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11af8): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11afc): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b00): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b04): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b08): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b0c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b10): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b14): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b18): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x11b1c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x2ec020): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x33c820): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x33c840): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x33d840): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x33d860): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x33e860): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x33f860): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x340860): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x341860): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x342860): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x343860): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x344860): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x345860): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x346860): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x347860): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x348860): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x349860): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34a860): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34b860): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34c860): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34d860): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e860): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e868): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e86c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e870): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e880): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charset.o:(.bss+0x34e8a0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3100): multiple definition of `statistics'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x20c0): multiple definition of `shared_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x30f8): multiple definition of `rejected_counter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x30f0): multiple definition of `start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c50): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x30e0): multiple definition of `last_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5120): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x20e0): multiple definition of `d_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x20d0): multiple definition of `stats_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x351b78): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xa8): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xc0): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x20c8): multiple definition of `status_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c28): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x20cc): multiple definition of `stats_no_zeroes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c2c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x30e8): multiple definition of `printstatus'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c48): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3300): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d00): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d64): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d68): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d6c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d70): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d74): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3d80): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3e00): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3e80): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3f00): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x3f80): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x4000): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x4080): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x4100): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5100): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5108): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5110): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5520): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5528): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5530): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5538): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5540): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5548): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x5560): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x6580): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x75a0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x75c0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x85c0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x86c0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x86c4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x86e0): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x88e0): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x8900): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x9900): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xa900): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xb900): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xb960): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xb9c0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xc9c0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xd9c0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xda20): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xda64): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xda68): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xda6c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xda80): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xea80): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xfa80): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xfa84): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xfa88): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xfa8c): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0xfaa0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x10aa0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x11aa0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x11aa4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x11aa8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x11aac): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x11ab0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x11ac0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ac0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ac4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ac8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12acc): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ad0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ad4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ad8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12adc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ae0): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ae4): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12ae8): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12aec): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12af0): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12af4): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12b00): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x12b20): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13b20): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13b24): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13b28): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13b2c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13b40): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d40): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d44): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d48): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d4c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d50): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d54): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d58): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13d60): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13dc4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x13de0): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14de0): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14de4): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14de8): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14dec): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14df0): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14df4): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14df8): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14dfc): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e00): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e04): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e08): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e0c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e10): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e14): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e18): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e1c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x14e20): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x2ef320): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x33fb20): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x33fb40): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x340b40): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x340b60): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x341b60): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x342b60): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x343b60): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x344b60): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x345b60): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x346b60): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x347b60): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x348b60): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x349b60): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x34ab60): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x34bb60): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x34cb60): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x34db60): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x34eb60): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x34fb60): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x350b60): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x351b60): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x351b68): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x351b6c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x351b70): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stats.o:(.bss+0x351b80): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x3508c0): multiple definition of `blacklist'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3b20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x1e20): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x0): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa00): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa64): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa68): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa6c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa70): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa74): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa80): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xb00): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xb80): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc00): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc80): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xd00): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xd80): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe00): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x1e00): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x1e08): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x1e10): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2220): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2228): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2230): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2238): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2240): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2248): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2260): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x3280): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x42a0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x42c0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x52c0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x53c0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x53c4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x53e0): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x55e0): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x5600): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x6600): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x7600): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x8600): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x8660): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x86c0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x96c0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa6c0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa720): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa764): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa768): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa76c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xa780): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xb780): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc780): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc784): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc788): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc78c): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xc7a0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xd7a0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe7a0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe7a4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe7a8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe7ac): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe7b0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xe7c0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7c0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7c4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7c8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7cc): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7d0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7d4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7d8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7dc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7e0): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7e4): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7e8): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7ec): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7f0): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf7f4): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf800): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0xf820): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10820): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10824): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10828): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x1082c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10840): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a40): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a44): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a48): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a4c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a50): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a54): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a58): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10a60): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10ac4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x10ae0): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11ae0): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11ae4): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11ae8): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11aec): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11af0): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11af4): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11af8): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11afc): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b00): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b04): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b08): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b0c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b10): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b14): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b18): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b1c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x11b20): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x2ec020): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x33c820): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x33c840): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x33d840): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x33d860): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x33e860): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x33f860): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x340860): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x341860): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x342860): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x343860): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x344860): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x345860): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x346860): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x347860): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x348860): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x349860): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34a860): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34b860): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34c860): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34d860): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e860): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e868): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e86c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e870): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e878): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e880): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e8a0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: blacklist.o:(.bss+0x34e8c0): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x3508c0): multiple definition of `whitelist'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x1e20): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x0): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa00): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa64): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa68): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa6c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa70): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa74): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa80): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xb00): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xb80): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc00): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc80): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xd00): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xd80): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe00): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x1e00): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x1e08): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x1e10): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2220): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2228): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2230): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2238): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2240): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2248): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2260): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x3280): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x42a0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x42c0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x52c0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x53c0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x53c4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x53e0): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x55e0): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x5600): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x6600): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x7600): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x8600): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x8660): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x86c0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x96c0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa6c0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa720): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa764): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa768): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa76c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xa780): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xb780): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc780): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc784): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc788): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc78c): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xc7a0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xd7a0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe7a0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe7a4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe7a8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe7ac): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe7b0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xe7c0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7c0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7c4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7c8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7cc): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7d0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7d4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7d8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7dc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7e0): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7e4): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7e8): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7ec): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7f0): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf7f4): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf800): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0xf820): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10820): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10824): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10828): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x1082c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10840): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a40): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a44): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a48): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a4c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a50): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a54): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a58): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10a60): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10ac4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x10ae0): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11ae0): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11ae4): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11ae8): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11aec): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11af0): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11af4): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11af8): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11afc): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b00): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b04): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b08): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b0c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b10): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b14): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b18): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b1c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x11b20): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x2ec020): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x33c820): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x33c840): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x33d840): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x33d860): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x33e860): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x33f860): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x340860): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x341860): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x342860): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x343860): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x344860): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x345860): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x346860): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x347860): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x348860): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x349860): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34a860): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34b860): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34c860): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34d860): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e860): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e868): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e86c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e870): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e878): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e880): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e8a0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: whitelist.o:(.bss+0x34e8c0): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xf9e8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34fab8): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d60): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34faac): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3060): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xf9ec): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3468): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c88): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a24): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a00): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a1c): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34faa0): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xf9e4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34faa8): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d4c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xb9a4): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1240): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34fac0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1040): multiple definition of `statistics'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a30): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x0): multiple definition of `shared_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x8): multiple definition of `status_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c28): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xc): multiple definition of `stats_no_zeroes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c2c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10): multiple definition of `stats_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x20): multiple definition of `d_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1020): multiple definition of `last_stats'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1028): multiple definition of `printstatus'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c48): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1030): multiple definition of `start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c50): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1038): multiple definition of `rejected_counter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4c58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1c40): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1ca4): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1ca8): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1cac): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1cb0): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1cb4): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1cc0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1d40): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1dc0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1e40): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1ec0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1f40): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x1fc0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x2040): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3040): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3048): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3050): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3460): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3470): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3478): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3480): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x3488): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34a0): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x44c0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x54e0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x5500): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x6500): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x6600): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x6604): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x6620): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x6820): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x6840): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x7840): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x8840): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x9840): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x98a0): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x9900): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xa900): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xb900): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xb960): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xb9a8): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xb9ac): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xb9c0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xc9c0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xd9c0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xd9c4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xd9c8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xd9cc): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xd9e0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xe9e0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xf9e0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xf9f0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0xfa00): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a04): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a08): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a0c): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a10): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a14): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a18): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a20): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a28): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a2c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a34): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a40): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x10a60): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11a60): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11a64): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11a68): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11a6c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11a80): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c80): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c84): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c8c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c90): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c94): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11c98): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11ca0): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11d04): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x11d20): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d20): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d24): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d28): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d2c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d30): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d34): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d38): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d3c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d40): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d44): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d48): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d50): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d54): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d58): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x12d5c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x2ed260): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x33da60): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x33da80): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x33ea80): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x33eaa0): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x33faa0): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x340aa0): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x341aa0): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x342aa0): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x343aa0): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x344aa0): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x345aa0): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x346aa0): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x347aa0): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x348aa0): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x349aa0): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34aaa0): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34baa0): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34caa0): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34daa0): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34eaa0): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34fab0): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34fae0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: modeminit.o:(.bss+0x34fb00): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b40): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x350898): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x52a0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4280): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b18): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12860): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x20): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2020): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2a20): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2a84): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2a88): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2a8c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2a90): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2a94): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2aa0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2b20): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2ba0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2c20): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2ca0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2d20): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2da0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2e20): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x3e20): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x3e28): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x3e30): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x3e40): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4240): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4248): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4250): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4258): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4260): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x4268): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x62c0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x62e0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x72e0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x73e0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x73e4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x7400): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x7600): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x7620): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x8620): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x9620): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xa620): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xa680): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xa6e0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xb6e0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xc6e0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xc740): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xc784): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xc788): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xc78c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xc7a0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xd7a0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xe7a0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xe7a4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xe7a8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xe7ac): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xe7c0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0xf7c0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x107c0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x107c4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x107c8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x107cc): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x107d0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x107e0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117e0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117e4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117e8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117ec): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117f0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117f4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117f8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x117fc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11800): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11804): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11808): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x1180c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11810): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11814): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11820): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x11840): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12840): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12844): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12848): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x1284c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a60): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a64): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a68): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a6c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a70): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a74): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a78): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12a80): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12ae4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x12b00): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b00): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b04): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b08): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b0c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b10): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b14): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b1c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b20): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b24): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b28): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b2c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b30): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b34): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b38): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x13b3c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x2ee040): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x33e840): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x33e860): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x33f860): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x33f880): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x340880): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x341880): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x342880): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x343880): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x344880): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x345880): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x346880): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x347880): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x348880): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x349880): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x34a880): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x34b880): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x34c880): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x34d880): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x34e880): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x34f880): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x350880): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x350888): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x35088c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x350890): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pdu.o:(.bss+0x3508a0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x1e40): multiple definition of `tb'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x20): multiple definition of `communicate_a_keys'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x4e60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa20): multiple definition of `smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5860): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa84): multiple definition of `enable_smsd_debug'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa88): multiple definition of `shell_test'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa8c): multiple definition of `logtime_ms'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa90): multiple definition of `logtime_us'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa94): multiple definition of `translate_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58d4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xaa0): multiple definition of `date_filename_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x58e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xb20): multiple definition of `logtime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xba0): multiple definition of `datetime_format'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x59e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xc20): multiple definition of `no_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5a60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xca0): multiple definition of `yes_word'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5ae0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xd20): multiple definition of `no_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5b60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xda0): multiple definition of `yes_chars'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5be0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe20): multiple definition of `language_file'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x5c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x1e20): multiple definition of `os_cygwin'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x1e28): multiple definition of `check_memory_buffer_size'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x1e30): multiple definition of `check_memory_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x6c70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2240): multiple definition of `getfile_err_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7080): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2248): multiple definition of `routed_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7088): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2250): multiple definition of `outgoing_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7090): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2258): multiple definition of `incoming_pdu_store'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x7098): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2260): multiple definition of `startup_err_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2268): multiple definition of `startup_err_str'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2280): multiple definition of `national_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x70c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x32a0): multiple definition of `international_prefixes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x80e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x42c0): multiple definition of `communicate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9100): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x42e0): multiple definition of `run_info'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x9120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x52e0): multiple definition of `device_pids'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa120): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x53e0): multiple definition of `terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa220): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x53e4): multiple definition of `do_encode_decode_arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa224): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x5400): multiple definition of `arg_7bit_packed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa240): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x5600): multiple definition of `arg_terminal'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa440): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x5620): multiple definition of `arg_logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xa460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x6620): multiple definition of `arg_pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xb460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x7620): multiple definition of `arg_infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xc460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x8620): multiple definition of `arg_groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd460): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x8680): multiple definition of `arg_username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd4c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x86e0): multiple definition of `pidfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xd520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x96e0): multiple definition of `infofile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xe520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa6e0): multiple definition of `groupname'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf520): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa740): multiple definition of `username'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf580): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa784): multiple definition of `terminate'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa788): multiple definition of `break_workless_delay'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa78c): multiple definition of `message_count'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xa7a0): multiple definition of `mainprocess_start_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0xf5e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xb7a0): multiple definition of `mainprocess_start'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x105e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xc7a0): multiple definition of `check_pid_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xc7a4): multiple definition of `sleeptime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xc7a8): multiple definition of `eventhandler_use_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115e8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xc7ac): multiple definition of `mainprocess_notifier'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x115ec): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xc7c0): multiple definition of `mainprocess_child_args'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x11600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xd7c0): multiple definition of `mainprocess_child'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x12600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe7c0): multiple definition of `default_alphabet'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13600): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe7c4): multiple definition of `log_response_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13604): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe7c8): multiple definition of `log_read_timing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13608): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe7cc): multiple definition of `log_read_from_modem'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1360c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe7d0): multiple definition of `spool_directory_order'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13610): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xe7e0): multiple definition of `suspend_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x13620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7e0): multiple definition of `log_unmodified'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14620): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7e4): multiple definition of `use_linux_ps_trick'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14624): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7e8): multiple definition of `trim_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14628): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7ec): multiple definition of `conf_umask'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1462c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7f0): multiple definition of `ignore_exec_output'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14630): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7f4): multiple definition of `ignore_outgoing_priority'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14634): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7f8): multiple definition of `trust_outgoing'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14638): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf7fc): multiple definition of `voicecall_hangup_ath'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1463c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf800): multiple definition of `max_continuous_sending'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14640): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf804): multiple definition of `hangup_incoming_call'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14644): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf808): multiple definition of `status_include_uptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14648): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf80c): multiple definition of `status_include_counters'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1464c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf810): multiple definition of `status_signal_quality'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14650): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf814): multiple definition of `smart_logging'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14654): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf820): multiple definition of `adminmessage_device'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14660): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0xf840): multiple definition of `shell'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x14680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10840): multiple definition of `ic_purge_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10844): multiple definition of `ic_purge_read'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15684): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10848): multiple definition of `ic_purge_minutes'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15688): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x1084c): multiple definition of `ic_purge_hours'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1568c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10860): multiple definition of `priviledged_numbers'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x156a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a60): multiple definition of `keep_messages'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a64): multiple definition of `executable_check'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a68): multiple definition of `log_single_lines'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158a8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a6c): multiple definition of `log_charconv'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158ac): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a70): multiple definition of `outgoing_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a74): multiple definition of `incoming_utf8'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a78): multiple definition of `filename_preview'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158b8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10a80): multiple definition of `admin_to'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x158c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10ae4): multiple definition of `regular_run_interval'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15924): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x10b00): multiple definition of `regular_run'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x15940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b00): multiple definition of `date_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16940): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b04): multiple definition of `store_original_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16944): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b08): multiple definition of `keep_filename'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16948): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b0c): multiple definition of `internal_combine_binary'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1694c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b10): multiple definition of `internal_combine'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16950): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b14): multiple definition of `decode_unicode_text'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16954): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b18): multiple definition of `validity_period'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16958): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b1c): multiple definition of `store_sent_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1695c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b20): multiple definition of `store_received_pdu'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16960): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b24): multiple definition of `receive_before_send'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16964): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b28): multiple definition of `autosplit'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16968): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b2c): multiple definition of `errorsleeptime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1696c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b30): multiple definition of `blockafter'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16970): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b34): multiple definition of `blocktime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16974): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b38): multiple definition of `delaytime_mainprocess'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16978): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b3c): multiple definition of `delaytime'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1697c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x11b40): multiple definition of `devices'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x16980): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x2ec040): multiple definition of `queues'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x2f0e80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x33c840): multiple definition of `loglevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x341680): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x33c860): multiple definition of `logfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3416a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x33d860): multiple definition of `alarmlevel'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x33d880): multiple definition of `checkhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3426c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x33e880): multiple definition of `alarmhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3436c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x33f880): multiple definition of `eventhandler'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3446c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x340880): multiple definition of `d_checked'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3456c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x341880): multiple definition of `d_sent_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3466c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x342880): multiple definition of `d_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3476c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x343880): multiple definition of `d_saved'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3486c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x344880): multiple definition of `d_phonecalls'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3496c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x345880): multiple definition of `d_report_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34a6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x346880): multiple definition of `d_report'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34b6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x347880): multiple definition of `d_incoming_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34c6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x348880): multiple definition of `d_incoming'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34d6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x349880): multiple definition of `d_failed_copy'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34e6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34a880): multiple definition of `d_failed'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x34f6c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34b880): multiple definition of `d_spool'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3506c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34c880): multiple definition of `configfile'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3516c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34d880): multiple definition of `tmpdir'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3526c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e880): multiple definition of `put_command_sent'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e888): multiple definition of `put_command_timeouts'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536c8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e88c): multiple definition of `modem_handle'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536cc): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e890): multiple definition of `process_start_time'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e898): multiple definition of `process_id'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536d8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e8a0): multiple definition of `process_title'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x3536e0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e8c0): multiple definition of `trouble_logging_started'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a00): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: charshift.o:(.bss+0x34e8e0): multiple definition of `logch_buffer'; /var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/cc5Gdpaw.o:(.bss+0x1a20): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:63: smsd] Error 1 * ERROR: app-mobilephone/smstools-3.1.21-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-mobilephone/smstools-3.1.21-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-mobilephone/smstools-3.1.21-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-mobilephone:smstools-3.1.21-r1:20200206-011757.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work/smstools3/src' * S: '/var/tmp/portage/app-mobilephone/smstools-3.1.21-r1/work/smstools3'