* Package: net-nntp/sn-0.3.8 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pie split-usr ssp userland_GNU * FEATURES: network-sandbox preserve-libs sandbox 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 -j1 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 -j1 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 art.c:29:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 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` cache.c -o cache.o cache.c:18:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 18 | static const char ver_ctrl_id[] = "$Id: cache.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` group.c -o group.o group.c:31:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 31 | static const char ver_ctrl_id[] = "$Id: group.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` times.c -o times.o times.c:30:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 30 | static const char ver_ctrl_id[] = "$Id: times.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 dh_find.c: In function ‘dhunlock’: dh_find.c:80:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 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’ [-Wunused-result] 125 | lockf(fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~ dh_find.c:134:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 134 | lockf(fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~ At top level: dh_find.c:26:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 26 | static const char ver_ctrl_id[] = "$Id: dh_find.c 56 2004-07-27 16:54:48Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` dhash.c -o dhash.o dhash.c:42:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 42 | static const char ver_ctrl_id[] = "$Id: dhash.c 56 2004-07-27 16:54:48Z patrik $"; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -c `cat cc-flags` allocate.c -o allocate.o allocate.c: In function ‘allo_ref’: allocate.c:98:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 98 | off = (int) obj - (int) table.map; | ^ allocate.c:98:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 98 | off = (int) obj - (int) table.map; | ^ allocate.c: In function ‘allo_make’: allocate.c:328:10: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 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’ [-Wunused-result] 230 | lockf(table.fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: allocate.c:62:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 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 newsgroup.c: In function ‘ng_addgroup’: newsgroup.c:290:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 290 | lockf(groupfd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: newsgroup.c:24:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 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` hostname.c -o hostname.o hostname.c:15:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 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` store.c -o store.o store.c: In function ‘sto_add’: store.c:431:7: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 431 | lockf(sp->fd, F_ULOCK, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ store.c:519:4: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 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’ [-Wunused-result] 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’ [-Wunused-result] 276 | lockf(fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~ store.c:306:10: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 306 | lockf(fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~ store.c:319:10: warning: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 319 | lockf(fd, F_LOCK, 0); | ^~~~~~~~~~~~~~~~~~~~ At top level: store.c:47:19: warning: ‘ver_ctrl_id’ defined but not used [-Wunused-const-variable=] 47 | static const char ver_ctrl_id[] = "$Id: store.c 29 2004-04-24 23:02:38Z patrik $"; | ^~~~~~~~~~~ during RTL pass: expand store.c: In function ‘copyart.part.0’: store.c:75:24: internal compiler error: Segmentation fault 75 | while (-1 == (er = (*op) (fd, buf, len))) | ~^~~~~~~~~~~~~~~~~~~ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [Makefile:137: store.o] Error 1 * 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/portage/net-nntp:sn-0.3.8:20200810-112233.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'