* Package: net-nntp/sn-0.3.8 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux split-usr userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking sn-0.3.8.tar.bz2 to /var/tmp/portage/net-nntp/sn-0.3.8/work >>> Source unpacked in /var/tmp/portage/net-nntp/sn-0.3.8/work >>> Preparing source in /var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8 ... * Applying sn-0.3.8-qa.patch ... [ ok ] * Applying sn-0.3.8-parallel-make.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8 ... make -j4 cc-flags echo ' -Wall -pedantic' >cc-flags.t echo ' -I./lib' >>cc-flags.t echo ' -DVERSION="0.3.8"' >>cc-flags.t echo ' -DSNROOT="/var/spool/news"' >>cc-flags.t echo ' -DBINDIR="/usr/local/sbin"' >>cc-flags.t [ 'x-lz' = x ] || echo ' -DUSE_ZLIB' >>cc-flags.t mv cc-flags.t cc-flags make -j4 CC=x86_64-pc-linux-gnu-gcc 'LD=x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' SNROOT=/var/spool/news BINDIR=/usr/sbin MANDIR=/usr/share/man x86_64-pc-linux-gnu-gcc -c `cat cc-flags` art.c -o art.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` cache.c -o cache.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` group.c -o group.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` times.c -o times.o cache.c:18:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 18 | static const char ver_ctrl_id[] = "$Id: cache.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ times.c:30:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 30 | static const char ver_ctrl_id[] = "$Id: times.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ group.c:31:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 31 | static const char ver_ctrl_id[] = "$Id: group.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ art.c:29:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 29 | static const char ver_ctrl_id[] = "$Id: art.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` dh_find.c -o dh_find.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` dhash.c -o dhash.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` allocate.c -o allocate.o dh_find.c: In function ‘dhunlock’: dh_find.c:80:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 80 | lockf(dh_fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~ dh_find.c: In function ‘initfile’: dh_find.c:125:7: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 125 | lockf(fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~ dh_find.c:134:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 134 | lockf(fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~ At top level: dh_find.c:26:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 26 | static const char ver_ctrl_id[] = "$Id: dh_find.c 56 2004-07-27 16:54:48Z patrik $"; | ^~~~~~~~~~~ allocate.c: In function ‘allo_ref’: allocate.c:98:10: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 98 | off = (int) obj - (int) table.map; | ^ allocate.c:98:22: warning: cast from pointer to integer of different size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-to-int-cast-Wpointer-to-int-cast]8;;] 98 | off = (int) obj - (int) table.map; | ^ dhash.c:42:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 42 | static const char ver_ctrl_id[] = "$Id: dhash.c 56 2004-07-27 16:54:48Z patrik $"; | ^~~~~~~~~~~ allocate.c: In function ‘allo_make’: allocate.c:328:10: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 328 | write(table.fd, tmpchunk, (1 + chain) * ALLO_ALIGNMENT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ allocate.c: In function ‘unlock’: allocate.c:230:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 230 | lockf(table.fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: allocate.c:62:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 62 | static const char ver_ctrl_id[] = "$Id: allocate.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` newsgroup.c -o newsgroup.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` hostname.c -o hostname.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` store.c -o store.o newsgroup.c: In function ‘ng_addgroup’: newsgroup.c:290:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 290 | lockf(groupfd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: newsgroup.c:24:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 24 | static const char ver_ctrl_id[] = "$Id: newsgroup.c 49 2004-07-10 22:54:35Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` parameters.c -o parameters.o hostname.c:15:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 15 | static const char ver_ctrl_id[] = "$Id: hostname.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` args.c -o args.o store.c: In function ‘sto_add’: store.c:431:7: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 431 | lockf(sp->fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ store.c:519:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 519 | lockf(sp->fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ store.c: In function ‘getstore’: store.c:348:7: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 348 | lockf(sp->fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~ store.c: In function ‘tryopen’: store.c:276:7: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 276 | lockf(fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~ store.c:306:10: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 306 | lockf(fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~ store.c:319:10: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 319 | lockf(fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~ At top level: store.c:47:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 47 | static const char ver_ctrl_id[] = "$Id: store.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ parameters.c: In function ‘parameters’: parameters.c:38:7: warning: ignoring return value of ‘setgid’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 38 | setgid(sngid); | ^~~~~~~~~~~~~ parameters.c:39:7: warning: ignoring return value of ‘setuid’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 39 | setuid(snuid); | ^~~~~~~~~~~~~ At top level: parameters.c:17:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 17 | static const char ver_ctrl_id[] = "$Id: parameters.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ args.c:17:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 17 | static const char ver_ctrl_id[] = "$Id: args.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` body.c -o body.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` unfold.c -o unfold.o unfold.c:19:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 19 | static const char ver_ctrl_id[] = "$Id: unfold.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` path.c -o path.o body.c:22:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 22 | static const char ver_ctrl_id[] = "$Id: body.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` addr.c -o addr.o path.c:15:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 15 | static const char ver_ctrl_id[] = "$Id: path.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` valid.c -o valid.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` key.c -o key.o addr.c:16:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 16 | static const char ver_ctrl_id[] = "$Id: addr.c 43 2004-04-28 23:16:48Z patrik $"; | ^~~~~~~~~~~ valid.c:18:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 18 | static const char ver_ctrl_id[] = "$Id: valid.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ key.c:19:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 19 | static const char ver_ctrl_id[] = "$Id: key.c 40 2004-04-28 18:00:25Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` field.c -o field.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` snscan.c -o snscan.o field.c:12:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 12 | static const char ver_ctrl_id[] = "$Id: field.c 52 2004-07-26 16:12:16Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` snprimedb.c -o snprimedb.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` sndumpdb.c -o sndumpdb.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` snntpd.c -o snntpd.o snscan.c:45:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 45 | static const char ver_ctrl_id[] = "$Id: snscan.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ snprimedb.c:35:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 35 | static const char ver_ctrl_id[] = "$Id: snprimedb.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ sndumpdb.c:26:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 26 | static const char ver_ctrl_id[] = "$Id: sndumpdb.c 55 2004-07-27 14:46:57Z patrik $"; | ^~~~~~~~~~~ snntpd.c:45:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 45 | static const char ver_ctrl_id[] = "$Id: snntpd.c 36 2004-04-27 16:52:02Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` list.c -o list.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` post.c -o post.o list.c:27:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 27 | static const char ver_ctrl_id[] = "$Id: list.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ post.c: In function ‘do_post’: post.c:178:4: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 178 | ftruncate(tmpfd, lseek(tmpfd, 0, SEEK_CUR)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: post.c:33:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 33 | static const char ver_ctrl_id[] = "$Id: post.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` commands.c -o commands.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` snexpire.c -o snexpire.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` snmail.c -o snmail.o x86_64-pc-linux-gnu-gcc -c `cat cc-flags` snget.c -o snget.o commands.c: In function ‘putarticle’: commands.c:262:10: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 262 | write(1, "\r\n", 2); | ^~~~~~~~~~~~~~~~~~~ commands.c:264:10: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 264 | write(1, article.body, article.blen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ commands.c:268:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 268 | write(1, "\r\n", 2); | ^~~~~~~~~~~~~~~~~~~ commands.c: In function ‘writefifo’: commands.c:178:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 178 | (void) write(fifo, currentgroup, len + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: commands.c:36:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 36 | static const char ver_ctrl_id[] = "$Id: commands.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ snexpire.c:41:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 41 | static const char ver_ctrl_id[] = "$Id: snexpire.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ snmail.c: In function ‘appendtoreferences’: snmail.c:66:10: warning: variable ‘dst’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 66 | char *dst; | ^~~ snmail.c: In function ‘main’: snmail.c:315:10: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 315 | write(fd, ".", 1); | ^~~~~~~~~~~~~~~~~ At top level: snmail.c:49:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 49 | static const char ver_ctrl_id[] = "$Id: snmail.c 58 2004-07-28 18:56:20Z patrik $"; | ^~~~~~~~~~~ snget.c:28:19: warning: ‘ver_ctrl_id’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-const-variable=-Wunused-const-variable=]8;;] 28 | static const char ver_ctrl_id[] = "$Id: snget.c 36 2004-04-27 16:52:02Z patrik $"; | ^~~~~~~~~~~ In file included from /usr/include/string.h:495, from snmail.c:30: In function ‘strncpy’, inlined from ‘switchline’ at snmail.c:181:13: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ snmail.c: In function ‘switchline’: snmail.c:178:17: note: length computed here 178 | i = strlen(p); | ^~~~~~~~~ ar rc sn.a art.o cache.o group.o times.o dh_find.o dhash.o allocate.o newsgroup.o hostname.o store.o parameters.o args.o body.o unfold.o path.o addr.o valid.o key.o field.o make: ar: No such file or directory make: *** [Makefile:94: sn.a] Error 127 make: *** Waiting for unfinished jobs.... * ERROR: net-nntp/sn-0.3.8::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-nntp/sn-0.3.8::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-nntp/sn-0.3.8::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/net-nntp/sn-0.3.8:20200525-012453.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-nntp/sn-0.3.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-nntp/sn-0.3.8/temp/environment'. * Working directory: '/var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8' * S: '/var/tmp/portage/net-nntp/sn-0.3.8/work/sn-0.3.8' emerge --info: Portage 2.3.100 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 3566152 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Mon, 25 May 2020 06:43:30 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2-r2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.3::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS