* Package: x11-plugins/wmpop3lb-2.4.2-r3 * Repository: gentoo * Maintainer: voyageur@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking wmpop3lb2.4.2.tar.gz to /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work >>> Source unpacked in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work >>> Preparing source in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2 ... * Applying wmpop3lb-2.4.2-fix-RECV-and-try-STAT-if-LAST-wont-work.patch ... [ ok ] * Applying wmpop3lb-2.4.2-list.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2 ... make -j1 -C wmpop3 make: Entering directory '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2/wmpop3' cc -I/usr/X11R6/share/include -O2 -pipe -march=native -fno-common -c -Wall wmpop3.c -o wmpop3.o wmpop3.c: In function ‘deleteoldtmpfiles’: wmpop3.c:87:7: warning: the address of ‘tempdir’ will always evaluate as ‘true’ [-Waddress] 87 | if (tempdir) { | ^~~~~~~ wmpop3.c:89:7: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 89 | chdir(tempdir); | ^~~~~~~~~~~~~~ wmpop3.c: In function ‘writemailstofile’: wmpop3.c:467:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 467 | write(fd, pc->mailseparator, strlen(pc->mailseparator)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmpop3.c:473:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 473 | write(fd, TXT_SEPARATOR, strlen(TXT_SEPARATOR)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmpop3.c: In function ‘deleteoldtmpfiles’: wmpop3.c:92:21: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] 92 | sprintf(buf, "%s/%s", tempdir, dp->d_name); | ^~ In file included from /usr/include/stdio.h:867, from wmpop3.c:11: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 2 and 1280 bytes into a destination of size 1024 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmpop3.c: In function ‘do_command_completion’: wmpop3.c:584:24: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size 8 [-Wformat-overflow=] 584 | sprintf(retour[i], "%d", num + 1); | ^~ wmpop3.c:584:23: note: directive argument in the range [-2147483647, 2147483647] 584 | sprintf(retour[i], "%d", num + 1); | ^~~~ In file included from /usr/include/stdio.h:867, from wmpop3.c:11: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 2 and 12 bytes into a destination of size 8 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmpop3.c: In function ‘wmCheckMail_routine’: wmpop3.c:1149:36: warning: ‘%2d’ directive writing between 2 and 10 bytes into a region of size 3 [-Wformat-overflow=] 1149 | sprintf(pc->delstatus, "%-3s/D:%2d", pc->alias, k); | ^~~ wmpop3.c:1149:28: note: directive argument in the range [1, 2147483647] 1149 | sprintf(pc->delstatus, "%-3s/D:%2d", pc->alias, k); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from wmpop3.c:11: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 9 and 17 bytes into a destination of size 9 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmpop3.c:1240:7: warning: ‘nbnewmail’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1240 | spawn_command(-1, pc->mailclient, nbnewmail, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1241 | "mailcli.", pc); | ~~~~~~~~~~~~~~~ cc -I/usr/X11R6/share/include -O2 -pipe -march=native -fno-common -c -Wall Pop3Client.c -o Pop3Client.o Pop3Client.c: In function ‘pop3VerifStats’: Pop3Client.c:262:7: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 262 | int size; | ^~~~ Pop3Client.c: In function ‘pop3DeleteMail’: Pop3Client.c:611:7: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 611 | int size; | ^~~~ Pop3Client.c: In function ‘pop3Quit’: Pop3Client.c:642:9: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] 642 | int size; | ^~~~ Pop3Client.c: In function ‘pop3WriteOneMail’: Pop3Client.c:501:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 501 | write (dest_fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pop3Client.c:527:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 527 | write (dest_fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pop3Client.c:555:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 555 | write (dest_fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from Pop3Client.h:14, from Pop3Client.c:11: In function ‘strncpy’, inlined from ‘pop3CheckMail’ at Pop3Client.c:429:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 9 bytes from a string of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -I/usr/X11R6/share/include -O2 -pipe -march=native -fno-common -c -Wall ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o cc -I/usr/X11R6/share/include -O2 -pipe -march=native -fno-common -c -Wall ../wmgeneral/misc.c -o ../wmgeneral/misc.o cc -I/usr/X11R6/share/include -O2 -pipe -march=native -fno-common -c -Wall ../wmgeneral/list.c -o ../wmgeneral/list.o cc -Wl,-O1 -Wl,--as-needed -o wmpop3lb wmpop3.o Pop3Client.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o -lXext -L/usr/X11R6/lib -lXpm -lXext -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: Pop3Client.o:(.bss+0x0): multiple definition of `display'; wmpop3.o:(.bss+0x1540): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../wmgeneral/wmgeneral.o:(.bss+0x328): multiple definition of `display'; wmpop3.o:(.bss+0x1540): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:15: wmpop3lb] Error 1 make: Leaving directory '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2/wmpop3' * ERROR: x11-plugins/wmpop3lb-2.4.2-r3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-plugins/wmpop3lb-2.4.2-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-plugins/wmpop3lb-2.4.2-r3::gentoo'`. * The complete build log is located at '/var/log/portage/x11-plugins:wmpop3lb-2.4.2-r3:20200126-201258.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/temp/environment'. * Working directory: '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2' * S: '/var/tmp/portage/x11-plugins/wmpop3lb-2.4.2-r3/work/wmpop3lb2.4.2'