* Package: x11-plugins/wmmaiload-2.3.0-r1 * Repository: gentoo * Maintainer: voyageur@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking wmmaiload-2.3.0.tar.bz2 to /var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work >>> Source unpacked in /var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work >>> Preparing source in /var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0 ... * Applying wmmaiload-2.2.1-checkthread.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0 ... There's no need to call this script if you don't enable at least 1 option. Configuring for all options... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0 ... make -j1 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -fno-common' DEBUG_LDFLAGS= 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' DEBUG_CFLAGS= Making all in wmmaiload... make[1]: Entering directory '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0/wmmaiload' Building config.h... Creating dependencies for wmmaiload... Making dependencies for checkthread.c Making dependencies for dockapp.c Making dependencies for imapclient.c Making dependencies for main.c Making dependencies for options.c Making dependencies for pop3client.c Making dependencies for ssl.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H checkthread.c checkthread.c: In function ‘check_mailbox_thread’: checkthread.c:809:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 809 | MailBox *box = get_mailbox((int) data); | ^ checkthread.c: In function ‘check_thread’: checkthread.c:954:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 954 | (void*)bn) != 0) | ^ checkthread.c: In function ‘check_mbox’: checkthread.c:131:17: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 131 | fgets(line, MAXSTRLEN, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H dockapp.c dockapp.c: In function ‘dockapp_open_window’: dockapp.c:66:17: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 66 | exit(1); | ^~~~ dockapp.c:66:17: warning: incompatible implicit declaration of built-in function ‘exit’ dockapp.c:28:1: note: include ‘’ or provide a declaration of ‘exit’ 27 | #include +++ |+#include 28 | #include dockapp.c:103:17: warning: incompatible implicit declaration of built-in function ‘exit’ 103 | exit(1); | ^~~~ dockapp.c:103:17: note: include ‘’ or provide a declaration of ‘exit’ dockapp.c:115:17: warning: incompatible implicit declaration of built-in function ‘exit’ 115 | exit(1); | ^~~~ dockapp.c:115:17: note: include ‘’ or provide a declaration of ‘exit’ dockapp.c:54:16: warning: variable ‘stat’ set but not used [-Wunused-but-set-variable] 54 | Status stat; | ^~~~ dockapp.c: In function ‘dockapp_nextevent_or_timeout’: dockapp.c:322:33: warning: incompatible implicit declaration of built-in function ‘exit’ 322 | exit(0); | ^~~~ dockapp.c:322:33: note: include ‘’ or provide a declaration of ‘exit’ dockapp.c: In function ‘dockapp_getcolor’: dockapp.c:344:72: warning: incompatible implicit declaration of built-in function ‘exit’ 344 | fprintf(stderr, "can't parse color %s\n", color_name), exit(1); | ^~~~ dockapp.c:344:72: note: include ‘’ or provide a declaration of ‘exit’ dockapp.c: In function ‘dockapp_blendedcolor’: dockapp.c:365:17: warning: incompatible implicit declaration of built-in function ‘exit’ 365 | exit(1); | ^~~~ dockapp.c:365:17: note: include ‘’ or provide a declaration of ‘exit’ dockapp.c:374:72: warning: incompatible implicit declaration of built-in function ‘exit’ 374 | fprintf(stderr, "can't parse color %s\n", color_name), exit(1); | ^~~~ dockapp.c:374:72: note: include ‘’ or provide a declaration of ‘exit’ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H imapclient.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H main.c main.c: In function ‘main’: main.c:214:25: warning: pointer targets in passing argument 1 of ‘mail_getnumbers’ differ in signedness [-Wpointer-sign] 214 | mail_getnumbers(&new_mails, &total_mails, &alarm_type); | ^~~~~~~~~~ | | | unsigned int * In file included from main.c:49: checkthread.h:8:27: note: expected ‘int *’ but argument is of type ‘unsigned int *’ 8 | void mail_getnumbers(int *new, int *total, MailAlarm *bell); | ~~~~~^~~ main.c:214:37: warning: pointer targets in passing argument 2 of ‘mail_getnumbers’ differ in signedness [-Wpointer-sign] 214 | mail_getnumbers(&new_mails, &total_mails, &alarm_type); | ^~~~~~~~~~~~ | | | unsigned int * In file included from main.c:49: checkthread.h:8:37: note: expected ‘int *’ but argument is of type ‘unsigned int *’ 8 | void mail_getnumbers(int *new, int *total, MailAlarm *bell); | ~~~~~^~~~~ main.c: In function ‘update’: main.c:382:25: warning: pointer targets in passing argument 1 of ‘mail_getnumbers’ differ in signedness [-Wpointer-sign] 382 | mail_getnumbers(&new_mails, &total_mails, &alarm_type); | ^~~~~~~~~~ | | | unsigned int * In file included from main.c:49: checkthread.h:8:27: note: expected ‘int *’ but argument is of type ‘unsigned int *’ 8 | void mail_getnumbers(int *new, int *total, MailAlarm *bell); | ~~~~~^~~ main.c:382:37: warning: pointer targets in passing argument 2 of ‘mail_getnumbers’ differ in signedness [-Wpointer-sign] 382 | mail_getnumbers(&new_mails, &total_mails, &alarm_type); | ^~~~~~~~~~~~ | | | unsigned int * In file included from main.c:49: checkthread.h:8:37: note: expected ‘int *’ but argument is of type ‘unsigned int *’ 8 | void mail_getnumbers(int *new, int *total, MailAlarm *bell); | ~~~~~^~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H options.c options.c: In function ‘parse_argv’: options.c:268:49: warning: case value ‘4294967294’ not in enumerated type ‘CfgType’ {aka ‘enum ’} [-Wswitch] 268 | case O_VERS: | ^~~~ options.c:265:49: warning: case value ‘4294967295’ not in enumerated type ‘CfgType’ {aka ‘enum ’} [-Wswitch] 265 | case O_HELP: | ^~~~ options.c: In function ‘load_config’: options.c:309:17: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 309 | fgets(line, LINEMAXLEN, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H pop3client.c pop3client.c: In function ‘pop3Quit’: pop3client.c:227:13: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 227 | int size; | ^~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 -DHAVE_THREADS -DHAVE_IMAP -DHAVE_MAILDIR -DHAVE_MBOX -DHAVE_MH -DHAVE_POP3 -DHAVE_SSL -DHAVE_SELECT -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_UNISTD_H ssl.c ssl.c: In function ‘init_CTX’: ssl.c:42:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 42 | method = SSLv23_client_method(); | ^ ssl.c: In function ‘print_SSL_Param’: ssl.c:75:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 75 | if ( (ci = SSL_get_current_cipher( ssl )) != NULL ) | ^ x86_64-pc-linux-gnu-gcc -o wmmaiload checkthread.o dockapp.o imapclient.o main.o options.o pop3client.o ssl.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L/usr/X11R6/lib -lX11 -lXext -lXpm -lpthread -lssl -lcrypto make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0/wmmaiload' Making all in wmmaiload-config... make[1]: Entering directory '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0/wmmaiload-config' Creating dependencies for wmmaiload-config... Making dependencies for actions.c Making dependencies for dialogs.c Making dependencies for main.c Making dependencies for mainwindow.c Making dependencies for popedit.c Making dependencies for tools.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 `pkg-config gtk+-2.0 --cflags` actions.c actions.c: In function ‘save_datas’: actions.c:77:23: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 77 | char *value = gtk_entry_get_text(GTK_ENTRY(wid_interval)); | ^~~~~~~~~~~~~~~~~~ actions.c:80:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 80 | value = gtk_entry_get_text(GTK_ENTRY(wid_checkdelay)); | ^ actions.c:82:21: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 82 | light_color = gtk_entry_get_text(GTK_ENTRY(wid_color)); | ^ actions.c:83:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 83 | command = gtk_entry_get_text(GTK_ENTRY(wid_command)); | ^ actions.c:84:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 84 | notif_cmd = gtk_entry_get_text(GTK_ENTRY(wid_notify)); | ^ actions.c: In function ‘do_addmbox’: actions.c:108:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 108 | char *filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_addmaildir’: actions.c:115:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 115 | char *filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_addpop3’: actions.c:122:23: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 122 | char *datas = gtk_entry_get_text(GTK_ENTRY(txt)); | ^~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_addhotmail’: actions.c:129:23: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 129 | char *datas = gtk_entry_get_text(GTK_ENTRY(txt)); | ^~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_addmh’: actions.c:136:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 136 | char *filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_addimap’: actions.c:143:23: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 143 | char *datas = gtk_entry_get_text(GTK_ENTRY(txt)); | ^~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_change_file’: actions.c:207:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 207 | char *filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘do_change_dist’: actions.c:214:23: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 214 | char *datas = gtk_entry_get_text(GTK_ENTRY(txt)); | ^~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 `pkg-config gtk+-2.0 --cflags` dialogs.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 `pkg-config gtk+-2.0 --cflags` main.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 `pkg-config gtk+-2.0 --cflags` mainwindow.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 `pkg-config gtk+-2.0 --cflags` popedit.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-common -O2 -Wall -DDEBUG_LEVEL=0 `pkg-config gtk+-2.0 --cflags` tools.c tools.c: In function ‘mbox_add’: tools.c:86:30: warning: the address of ‘user’ will always evaluate as ‘true’ [-Waddress] 86 | lst->username = user ? xstrdup(user) : NULL; | ^ tools.c:87:30: warning: the address of ‘pass’ will always evaluate as ‘true’ [-Waddress] 87 | lst->password = pass ? xstrdup(pass) : NULL; | ^ tools.c:88:30: warning: the address of ‘folder’ will always evaluate as ‘true’ [-Waddress] 88 | lst->folder = folder ? xstrdup(folder) : NULL; | ^ tools.c: In function ‘load_cfgfile’: tools.c:184:17: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 184 | fgets(line, MAXSTRLEN, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -o wmmaiload-config actions.o dialogs.o main.o mainwindow.o popedit.o tools.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 `pkg-config gtk+-2.0 --libs` -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0xa0): multiple definition of `backlight'; actions.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x9c): multiple definition of `update_interval'; actions.o:(.bss+0x9c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x98): multiple definition of `boxnum'; actions.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x94): multiple definition of `check_delay'; actions.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x90): multiple definition of `switch_authorized'; actions.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x8c): multiple definition of `run_once'; actions.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x88): multiple definition of `test_size'; actions.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x80): multiple definition of `config_file'; actions.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x78): multiple definition of `light_color'; actions.o:(.bss+0x78): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x70): multiple definition of `command'; actions.o:(.bss+0x70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x68): multiple definition of `notif_cmd'; actions.o:(.bss+0x68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x60): multiple definition of `mboxes'; actions.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x0): multiple definition of `selected_row'; actions.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x8): multiple definition of `wid_testsize'; actions.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x10): multiple definition of `wid_runonce'; actions.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x18): multiple definition of `wid_notify'; actions.o:(.bss+0x18): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x20): multiple definition of `wid_command'; actions.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x28): multiple definition of `wid_color'; actions.o:(.bss+0x28): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x30): multiple definition of `wid_checkdelay'; actions.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x38): multiple definition of `wid_interval'; actions.o:(.bss+0x38): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x40): multiple definition of `wid_blink'; actions.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x48): multiple definition of `wid_backlight'; actions.o:(.bss+0x48): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x50): multiple definition of `filelist'; actions.o:(.bss+0x50): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x58): multiple definition of `application'; actions.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x0): multiple definition of `selected_row'; actions.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x58): multiple definition of `application'; actions.o:(.bss+0x58): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x48): multiple definition of `wid_backlight'; actions.o:(.bss+0x48): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x40): multiple definition of `wid_blink'; actions.o:(.bss+0x40): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x8): multiple definition of `wid_testsize'; actions.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x38): multiple definition of `wid_interval'; actions.o:(.bss+0x38): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x30): multiple definition of `wid_checkdelay'; actions.o:(.bss+0x30): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x28): multiple definition of `wid_color'; actions.o:(.bss+0x28): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x20): multiple definition of `wid_command'; actions.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x18): multiple definition of `wid_notify'; actions.o:(.bss+0x18): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x10): multiple definition of `wid_runonce'; actions.o:(.bss+0x10): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x50): multiple definition of `filelist'; actions.o:(.bss+0x50): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x60): multiple definition of `mboxes'; actions.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x68): multiple definition of `notif_cmd'; actions.o:(.bss+0x68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x70): multiple definition of `command'; actions.o:(.bss+0x70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x78): multiple definition of `light_color'; actions.o:(.bss+0x78): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x80): multiple definition of `config_file'; actions.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x88): multiple definition of `test_size'; actions.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x8c): multiple definition of `run_once'; actions.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x90): multiple definition of `switch_authorized'; actions.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x94): multiple definition of `check_delay'; actions.o:(.bss+0x94): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x98): multiple definition of `boxnum'; actions.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0x9c): multiple definition of `update_interval'; actions.o:(.bss+0x9c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: mainwindow.o:(.bss+0xa0): multiple definition of `backlight'; actions.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x20): multiple definition of `config_file'; actions.o:(.bss+0x80): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x28): multiple definition of `test_size'; actions.o:(.bss+0x88): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x40): multiple definition of `backlight'; actions.o:(.bss+0xa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x18): multiple definition of `light_color'; actions.o:(.bss+0x78): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x3c): multiple definition of `update_interval'; actions.o:(.bss+0x9c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x0): multiple definition of `mboxes'; actions.o:(.bss+0x60): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x8): multiple definition of `notif_cmd'; actions.o:(.bss+0x68): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x10): multiple definition of `command'; actions.o:(.bss+0x70): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x30): multiple definition of `switch_authorized'; actions.o:(.bss+0x90): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x2c): multiple definition of `run_once'; actions.o:(.bss+0x8c): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x38): multiple definition of `boxnum'; actions.o:(.bss+0x98): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: tools.o:(.bss+0x34): multiple definition of `check_delay'; actions.o:(.bss+0x94): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:113: wmmaiload-config] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0/wmmaiload-config' Making all in doc... make[1]: Entering directory '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0/doc' >>> Source compiled. >>> Test phase [not enabled]: x11-plugins/wmmaiload-2.3.0-r1 >>> Install x11-plugins/wmmaiload-2.3.0-r1 into /var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/image/ !!! dobin: wmmaiload-config/wmmaiload-config does not exist * ERROR: x11-plugins/wmmaiload-2.3.0-r1::gentoo failed (install phase): * dobin failed * * If you need support, post the output of `emerge --info '=x11-plugins/wmmaiload-2.3.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/wmmaiload-2.3.0-r1::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:wmmaiload-2.3.0-r1:20200206-160805.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0' * S: '/var/tmp/portage/x11-plugins/wmmaiload-2.3.0-r1/work/wmmaiload-2.3.0' * QA Notice: file does not exist: * * dobin: wmmaiload-config/wmmaiload-config does not exist