* Package: net-irc/rhapsody-0.28b * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking rhapsody_0.28b.tgz to /var/tmp/portage/net-irc/rhapsody-0.28b/work >>> Source unpacked in /var/tmp/portage/net-irc/rhapsody-0.28b/work >>> Preparing source in /var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b ... * Applying rhapsody-0.28b-uclibc.patch ... [ ok ] * Applying rhapsody-0.28b-tinfo.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b ... Rhapsody IRC configure script version 0.28b. run "configure --help" to get a list of available configuration options. The OS appears to be Linux (GNU/Linux) version 5.4.15. NOT RUNNING AS ROOT. Install path is "/usr/share/rhapsody". Documentation path is "/usr/share/rhapsody/docs". You can override the default install and document path by running: configure -i -d Looking for compilers in /usr/bin... Looking for compilers in /usr/local/bin... Found gcc in /usr/bin/gcc, using gcc. Looking for curses headers in /usr/include... Found ncurses.h in /usr/include Finished creating makefile, run 'make clean' then 'make' to compile, then finally 'make install' to install. The installation step is optional. You can run rhapsody from this directory once it is compiled. >>> Source configured. >>> Compiling source in /var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b ... make -j1 CC=x86_64-pc-linux-gnu-gcc 'LOCALFLAGS=-O2 -pipe -march=native -fno-common' cd src; make make[1]: Entering directory '/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src' x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o screen.o screen.c screen.c: In function ‘print_help_file’: screen.c:2212:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 2212 | fgets(line, 4095, fp); | ^~~~~~~~~~~~~~~~~~~~~ screen.c: In function ‘print_screen’: screen.c:161:10: warning: ‘printed’ may be used uninitialized in this function [-Wmaybe-uninitialized] 161 | return (print_screen_opt(win, buffer, COLS-2, 0, A_NORMAL, O_ALL)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function ‘print_screen_opt’: screen.c:304:8: warning: ‘printed’ may be used uninitialized in this function [-Wmaybe-uninitialized] 304 | return(printed); | ^ In file included from /usr/include/string.h:494, from screen.c:27: In function ‘strncat’, inlined from ‘refresh_user_list’ at screen.c:797:3: /usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 10 bytes from a string of length 63 [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function ‘print_list_pos_attrib’: screen.c:2098:9: warning: ‘printed’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2098 | return(len); | ^ In file included from /usr/include/string.h:494, from screen.c:27: In function ‘strncpy’, inlined from ‘set_input_buffer’ at screen.c:2275:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o log.o log.c x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o network.o network.c x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o parser.o parser.c x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o ctcp.o ctcp.c ctcp.c: In function ‘create_ctcp_message’: ctcp.c:308:23: warning: ‘%c’ directive writing 1 byte into a region of size between 0 and 1023 [-Wformat-overflow=] 308 | sprintf(buffer, "%c%s%c", 1, string, 1); | ^~ In file included from /usr/include/stdio.h:867, from ctcp.c:23: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 3 and 1026 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ctcp.c: In function ‘create_ctcp_command’: ctcp.c:321:24: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1022 [-Wformat-overflow=] 321 | sprintf(buffer, "%c%s %s%c", 1, command, string, 1); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from ctcp.c:23: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 4 or more bytes (assuming 1027) into a destination of size 1024 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 ctcp.c:27: In function ‘strncpy’, inlined from ‘execute_ctcp’ at ctcp.c:126:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o dcc.o dcc.c dcc.c: In function ‘start_outgoing_dcc_chat’: dcc.c:413:69: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness [-Wpointer-sign] 413 | new_fd = accept(D->dccfd, (struct sockaddr *)&clientaddr, &size); | ^~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from dcc.c:34: /usr/include/sys/socket.h:233:28: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dcc.c: In function ‘start_outgoing_dcc_file’: dcc.c:1218:69: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness [-Wpointer-sign] 1218 | new_fd = accept(D->dccfd, (struct sockaddr *)&clientaddr, &size); | ^~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from dcc.c:34: /usr/include/sys/socket.h:233:28: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dcc.c: In function ‘start_outgoing_dcc_chat’: dcc.c:479:56: warning: ‘host’ may be used uninitialized in this function [-Wmaybe-uninitialized] 479 | proxyaddr.sin_addr = *((struct in_addr *)host->h_addr); | ^ dcc.c: In function ‘add_incoming_dcc_file’: dcc.c:705:26: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 705 | sprintf(filepath, "%s/%s", configuration.dccdlpath, filename); | ^ In file included from /usr/include/stdio.h:867, from dcc.c:28: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 1025) into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcc.c:715:25: warning: ‘%s’ directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] 715 | sprintf(filepath, "%s/%s", configuration.dccdlpath, filestamp); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:867, from dcc.c:28: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 2 and 2048 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcc.c: In function ‘get_dcc_file’: dcc.c:1557:8: warning: ‘len’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1557 | return(len); | ^ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o ncolor.o ncolor.c x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o main.o main.c main.c: In function ‘main’: main.c:425:43: warning: pointer targets in passing argument 2 of ‘process_sock4_server_message’ differ in signedness [-Wpointer-sign] 425 | process_sock4_server_message(Sp, Sp->buffer, serr); | ~~^~~~~~~~ | | | char * In file included from main.c:69: socks4.h:1:60: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 1 | int process_sock4_server_message(server *S, unsigned char *message, int len); | ~~~~~~~~~~~~~~~^~~~~~~ main.c:428:43: warning: pointer targets in passing argument 2 of ‘process_sock5_server_message’ differ in signedness [-Wpointer-sign] 428 | process_sock5_server_message(Sp, Sp->buffer, serr); | ~~^~~~~~~~ | | | char * In file included from main.c:70: socks5.h:1:60: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 1 | int process_sock5_server_message(server *S, unsigned char *message, int len); | ~~~~~~~~~~~~~~~^~~~~~~ main.c:456:42: warning: pointer targets in passing argument 2 of ‘process_sock4_dccchat_message’ differ in signedness [-Wpointer-sign] 456 | process_sock4_dccchat_message(DCp, buffer, serr); | ^~~~~~ | | | char * In file included from main.c:69: socks4.h:2:63: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 2 | nt process_sock4_dccchat_message(dcc_chat *D, unsigned char *message, int len); | ~~~~~~~~~~~~~~~^~~~~~~ main.c:460:42: warning: pointer targets in passing argument 2 of ‘process_sock5_dccchat_message’ differ in signedness [-Wpointer-sign] 460 | process_sock5_dccchat_message(DCp, buffer, serr); | ^~~~~~ | | | char * In file included from main.c:70: socks5.h:2:63: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 2 | nt process_sock5_dccchat_message(dcc_chat *D, unsigned char *message, int len); | ~~~~~~~~~~~~~~~^~~~~~~ main.c:500:49: warning: pointer targets in passing argument 2 of ‘process_sock4_dccfile_message’ differ in signedness [-Wpointer-sign] 500 | process_sock4_dccfile_message(currentdcc, buffer, serr); | ^~~~~~ | | | char * In file included from main.c:69: socks4.h:3:63: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 3 | nt process_sock4_dccfile_message(dcc_file *D, unsigned char *message, int len); | ~~~~~~~~~~~~~~~^~~~~~~ main.c:503:49: warning: pointer targets in passing argument 2 of ‘process_sock5_dccfile_message’ differ in signedness [-Wpointer-sign] 503 | process_sock5_dccfile_message(currentdcc, buffer, serr); | ^~~~~~ | | | char * In file included from main.c:70: socks5.h:3:63: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 3 | nt process_sock5_dccfile_message(dcc_file *D, unsigned char *message, int len); | ~~~~~~~~~~~~~~~^~~~~~~ main.c: In function ‘process_channel_events’: main.c:786:29: warning: operation on ‘currentchannel->selecting’ may be undefined [-Wsequence-point] 786 | currentchannel->selecting = currentchannel->selecting = 0; | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘process_common_form_events’: main.c:2559:19: warning: ‘currentserver’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2559 | new_dccchat = dcc_chat_by_name(newuser, currentserver); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘build_window_menu’: main.c:2880:30: warning: ‘%s’ directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] 2880 | sprintf(menutext, " Help: %s ", ((help *)(current->info))->name); | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 9 and 264 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:2876:38: warning: ‘%s’ directive writing up to 255 bytes into a region of size 241 [-Wformat-overflow=] 2876 | sprintf(menutext, " Channel List: %s ", ((list *)(current->info))->servername); | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 17 and 272 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘process_list_events’: main.c:1499:37: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 232 and 242 [-Wformat-overflow=] 1499 | sprintf(wininfo, "%d channels on %s", currentlist->listchannels, | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 15 and 280 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1495:37: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 232 and 242 [-Wformat-overflow=] 1495 | sprintf(wininfo, "%d channels on %s [%d]", currentlist->listchannels, | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 19 and 294 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘process_transfer_events’: main.c:2020:69: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1015 [-Wformat-overflow=] 2020 | se if (current->type == DCC_SEND) sprintf(scratch, "SENDING: %s", current->filename); | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 10 and 1033 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:2019:69: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1013 [-Wformat-overflow=] 2019 | (current->type == DCC_RECEIVE) sprintf(scratch, "RECEIVING: %s", current->filename); | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 12 and 1035 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘process_help_events’: main.c:2158:27: warning: ‘%s’ directive writing up to 255 bytes into a region of size 250 [-Wformat-overflow=] 2158 | sprintf(wininfo, "Help: %s", ((help*)(currentscreen->info))->name); | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 7 and 262 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘parse_message’: main.c:3839:41: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 534 [-Wformat-overflow=] 3839 | sprintf(touser, "Channel topic set by %s on %s\n", startnick, startdate); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 27 or more bytes (assuming 1050) into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3816:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3816 | sprintf(touser, "%s\n", message); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 2 and 1025 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3799:28: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 547 [-Wformat-overflow=] 3799 | sprintf(touser, "Channel %s website can be found at %s\n", channelname, url); | ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 35 and 2081 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3745:19: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3745 | sprintf(touser,"%s jas joined %s\n", usernick, message); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 14 and 2060 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3727:19: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3727 | sprintf(touser,"%s has been idle for %s seconds\n", usernick, message); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 29 and 2075 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3713:19: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3713 | sprintf(touser,"%s was previously being used by %s,%s@%s\n", usernick, name, username, host); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 34 and 4126 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3692:33: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3692 | sprintf(touser,"%s %s\n", usernick, message); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 3 and 2049 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3679:19: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3679 | sprintf(touser,"%s is using %s (%s)\n", usernick, servername, message); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 15 and 3084 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3663:19: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3663 | sprintf(touser,"%s is %s, %s@%s\n", usernick, name, username, host); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 9 and 4101 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3632:19: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 555 [-Wformat-overflow=] 3632 | sprintf(touser,"%s\n", message); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 2 and 1025 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:3624:38: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 550 [-Wformat-overflow=] 3624 | sprintf(touser,"User %s is away, %s\n", usernick, message); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 17 and 2063 bytes into a destination of size 555 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘main’: main.c:166:26: warning: ‘%s’ directive writing 11 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] 166 | sprintf(configfile, "%s/%s", homepath, DEFAULT_CONFIG_FILE); | ^~ In file included from /usr/include/stdio.h:867, from main.c:24: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 1036 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o cmenu.o cmenu.c In file included from /usr/include/string.h:494, from cmenu.c:25: In function ‘strncpy’, inlined from ‘init_menu’ at cmenu.c:87:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o config.o config.c config.c: In function ‘read_config’: config.c:117:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 117 | fgets(line, MAXLINELEN-1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o forms.o forms.c forms.c: In function ‘process_form_events’: forms.c:272:11: warning: ‘revent’ may be used uninitialized in this function [-Wmaybe-uninitialized] 272 | else if (revent == E_COMPONENT_ID){ | ^ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o option.o option.c option.c: In function ‘select_file’: option.c:2621:3: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 2621 | chdir(pathbuffer); | ^~~~~~~~~~~~~~~~~ option.c:2638:4: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 2638 | getcwd(path, 1023); | ^~~~~~~~~~~~~~~~~~ option.c:2648:4: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 2648 | getcwd(pathbuffer, 1023); | ^~~~~~~~~~~~~~~~~~~~~~~~ option.c:2651:4: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 2651 | chdir(pathbuffer); | ^~~~~~~~~~~~~~~~~ option.c:2664:4: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 2664 | getcwd(pathbuffer, 1023); | ^~~~~~~~~~~~~~~~~~~~~~~~ option.c:2667:4: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 2667 | chdir(pathbuffer); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from option.c:28: In function ‘strncpy’, inlined from ‘create_favorite_server_connect_form’ at option.c:194:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘create_edit_favorite_server_form’ at option.c:378:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘create_favorite_channel_join_form’ at option.c:552:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘create_edit_favorite_channel_form’ at option.c:706:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘create_favorite_chat_form’ at option.c:855:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘create_favorite_dccsend_form’ at option.c:1078:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘create_edit_user_form’ at option.c:1246:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ option.c: In function ‘create_directory_listing_form’: option.c:2727:35: warning: ‘%s’ directive writing up to 255 bytes into a region of size 245 [-Wformat-overflow=] 2727 | sprintf(listline, " DIR %s", direntp->d_name); | ^~ In file included from /usr/include/stdio.h:867, from option.c:26: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 12 and 267 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ option.c:2721:30: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 235 and 245 [-Wformat-overflow=] 2721 | sprintf(listline, "%10lu %s", (unsigned long)filestat.st_size, direntp->d_name); | ^~ In file included from /usr/include/stdio.h:867, from option.c:26: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 12 and 277 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o comm.o comm.c comm.c: In function ‘send_server’: comm.c:522:24: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 522 | sprintf(scratch, "%s\n", message); | ^ In file included from /usr/include/stdio.h:867, from comm.c:23: /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 ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o misc.o misc.c x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o socks4.o socks4.c x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -I/usr/include -I/usr/include -c -o socks5.o socks5.c socks5.c: In function ‘get_socks5_host_and_port’: socks5.c:127:28: warning: pointer targets in passing argument 2 of ‘strcpy’ differ in signedness [-Wpointer-sign] 127 | strcpy(hostname, message + 4); | ~~~~~~~~^~~ | | | unsigned char * In file included from /usr/include/features.h:450, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from socks5.c:23: /usr/include/bits/string_fortified.h:88:1: note: expected ‘const char * restrict’ but argument is of type ‘unsigned char *’ 88 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ x86_64-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -march=native -fno-common -o rhapsody screen.o log.o network.o parser.o ctcp.o dcc.o ncolor.o main.o cmenu.o config.o forms.o option.o comm.o misc.o socks4.o socks5.o -L/usr/lib -lncurses -ltinfo /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dcc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ncolor.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: multiple definition of `alarm_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: multiple definition of `resize_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: multiple definition of `ctrl_c_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cmenu.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: config.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: forms.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: option.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: multiple definition of `alarm_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: multiple definition of `resize_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: multiple definition of `ctrl_c_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: comm.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/misc.c:57: multiple definition of `screenupdated'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/screen.c:62: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: multiple definition of `resize_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: multiple definition of `alarm_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: multiple definition of `ctrl_c_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks4.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: multiple definition of `configuration'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:445: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: multiple definition of `resize_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:46: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: multiple definition of `alarm_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:45: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: multiple definition of `ctrl_c_occured'; ctcp.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/main.h:44: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: multiple definition of `domain'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:452: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: multiple definition of `hostname'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:451: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: multiple definition of `loginuser'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:450: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: multiple definition of `configfile'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:449: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: multiple definition of `homepath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:448: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: multiple definition of `installpath'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:447: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: multiple definition of `transferscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:444: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: multiple definition of `currentscreen'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:442: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: multiple definition of `statusline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:439: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: multiple definition of `menuline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:438: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: multiple definition of `inputline'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:437: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: multiple definition of `screenlist'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:436: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: multiple definition of `inputline_current'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:434: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: multiple definition of `inputline_head'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/common.h:433: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: multiple definition of `CHANGE_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:2: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: socks5.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: multiple definition of `HAS_COLORS'; screen.o:/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src/ncolor.h:1: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc collect2: error: ld returned 1 exit status make[1]: *** [Makefile:17: rhapsody] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src' make: *** [Makefile:12: src/rhapsody] Error 2 * ERROR: net-irc/rhapsody-0.28b::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-irc/rhapsody-0.28b::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-irc/rhapsody-0.28b::gentoo'`. * The complete build log is located at '/var/log/portage/net-irc:rhapsody-0.28b:20200127-112832.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-irc/rhapsody-0.28b/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-irc/rhapsody-0.28b/temp/environment'. * Working directory: '/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b' * S: '/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b'