Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 654013 Details for
Bug 736607
net-nntp/sn-0.3.8 : store.c: internal compiler error:<snip> Segmentation fault
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-nntp:sn-0.3.8:20200810-112233.log
net-nntp:sn-0.3.8:20200810-112233.log (text/plain), 8.25 KB, created by
Toralf Förster
on 2020-08-10 11:25:15 UTC
(
hide
)
Description:
net-nntp:sn-0.3.8:20200810-112233.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-08-10 11:25:15 UTC
Size:
8.25 KB
patch
obsolete
> * 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 <https://bugs.gentoo.org/> 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'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 736607
:
654005
|
654007
|
654009
|
654011
| 654013 |
654015