Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 535892 Details for
Bug 658110
sys-process/daemontools-encore-1.10 : make: *** [Makefile:<snip>: rts] Error 1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-process:daemontools-encore-1.10:20180614-033350.log
sys-process:daemontools-encore-1.10:20180614-033350.log (text/plain), 10.75 KB, created by
Toralf Förster
on 2018-06-14 16:40:45 UTC
(
hide
)
Description:
sys-process:daemontools-encore-1.10:20180614-033350.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-06-14 16:40:45 UTC
Size:
10.75 KB
patch
obsolete
> * Package: sys-process/daemontools-encore-1.10 > * Repository: gentoo > * Maintainer: base-system@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking daemontools-encore-1.10.tar.gz to /var/tmp/portage/sys-process/daemontools-encore-1.10/work >>>> Source unpacked in /var/tmp/portage/sys-process/daemontools-encore-1.10/work >>>> Preparing source in /var/tmp/portage/sys-process/daemontools-encore-1.10/work/daemontools-encore-1.10 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-process/daemontools-encore-1.10/work/daemontools-encore-1.10 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-process/daemontools-encore-1.10/work/daemontools-encore-1.10 ... >make -j1 >sh find-systype.sh > systype >rm -f load >sh print-ld.sh > load >chmod 555 load >rm -f compile >sh print-cc.sh > compile >chmod 555 compile >rm -f choose >cat warn-auto.sh choose.sh > choose >chmod 555 choose >./choose c trydrent direntry.h1 direntry.h2 > direntry.h >./choose c tryattribute hasattribute.h1 hasattribute.h2 > hasattribute.h >./compile envdir.c >rm -f makelib >sh print-ar.sh > makelib >chmod 555 makelib >./compile alloc.c >./compile alloc_re.c >./compile buffer.c >./compile buffer_0.c >./compile buffer_1.c >./compile buffer_2.c >./compile buffer_copy.c >./compile buffer_copyline.c >./compile buffer_get.c >./compile buffer_gets.c >./compile buffer_put.c >./compile buffer_read.c >./compile buffer_write.c >./compile closeonexec.c >./compile env.c >./compile error.c >./compile error_str.c >./compile fd_copy.c >./compile fd_move.c >./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h >./compile fifo.c >./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h >./compile lock_ex.c >./compile lock_exnb.c >./compile ndelay_off.c >./compile ndelay_on.c >./compile open_append.c >./compile open_read.c >./compile open_trunc.c >./compile open_write.c >./compile openreadclose.c >./compile pathexec_env.c >./compile pathexec_run.c >./compile chkshsgr.c >./load chkshsgr >./chkshsgr || ( cat warn-shsgr; exit 1 ) >./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h >./compile prot.c >./compile readclose.c >./compile seek_set.c >./compile sgetopt.c >./compile sig.c >./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h >./compile sig_block.c >./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h >./compile sig_catch.c >./compile sig_pause.c >./compile stralloc_append.c >./compile stralloc_catb.c >./compile stralloc_cat.c >./compile stralloc_cats.c >./compile stralloc_copyb.c >./compile stralloc_copy.c >./compile stralloc_copys.c >./compile stralloc_ready.c >./compile strerr_die.c >./compile strerr_sys.c >./compile subgetopt.c >./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h >./compile wait_nohang.c >./compile wait_pid.c >./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o buffer_1.o buffer_2.o buffer_copy.o buffer_copyline.o buffer_get.o buffer_gets.o buffer_put.o buffer_read.o buffer_write.o closeonexec.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o open_trunc.o open_write.o openreadclose.o pathexec_env.o pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o sig_block.o sig_catch.o sig_pause.o stralloc_append.o stralloc_catb.o stralloc_cat.o stralloc_cats.o stralloc_copyb.o stralloc_copy.o stralloc_copys.o stralloc_ready.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o wait_pid.o >./compile byte_chr.c >./choose cl trymemrchr hasmemrchr.h1 hasmemrchr.h2 > hasmemrchr.h >./compile byte_rchr.c >byte_rchr.c: In function âbyte_rchrâ: >byte_rchr.c:20:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:20:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:21:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:21:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:22:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:22:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:23:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >byte_rchr.c:23:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!n) break; if (*t == ch) u = t; ++t; --n; > ^~ >./compile fmt_uint.c >./compile fmt_uint0.c >./compile fmt_ulong.c >./compile scan_ulong.c >./compile scan_8long.c >./compile str_chr.c >str_chr.c: In function âstr_chrâ: >str_chr.c:13:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:14:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:15:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:15:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:16:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (!*t) break; if (*t == ch) break; ++t; > ^~ >str_chr.c:16:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (!*t) break; if (*t == ch) break; ++t; > ^~ >./compile str_start.c >./makelib byte.a byte_chr.o byte_rchr.o fmt_uint.o fmt_uint0.o fmt_ulong.o scan_ulong.o scan_8long.o str_chr.o str_start.o >./load envdir unix.a byte.a >./compile envuidgid.c >./load envuidgid unix.a byte.a >./compile fghack.c >fghack.c: In function âmainâ: >fghack.c:18:7: warning: variable âignoredâ set but not used [-Wunused-but-set-variable] > int ignored; > ^~~~~~~ >./load fghack unix.a byte.a >./compile installer.c >./compile getln.c >./compile getln2.c >./makelib getln.a getln.o getln2.o >./load installer getln.a unix.a byte.a >./compile matchtest.c >./compile match.c >./load matchtest match.o unix.a byte.a >./compile multilog.c >./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h >./choose clr trypoll iopause.h1 iopause.h2 > iopause.h >./compile deepsleep.c >./compile timestamp.c >./choose c trysysel select.h1 select.h2 > select.h >./compile iopause.c >./compile tai_now.c >./compile tai_pack.c >./compile tai_sub.c >./compile tai_unpack.c >./compile taia_add.c >./compile taia_approx.c >./compile taia_frac.c >./compile taia_less.c >./compile taia_now.c >./compile taia_pack.c >./compile taia_sub.c >./compile taia_uint.c >./makelib time.a iopause.o tai_now.o tai_pack.o tai_sub.o tai_unpack.o taia_add.o taia_approx.o taia_frac.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_uint.o >./load multilog deepsleep.o match.o timestamp.o time.a unix.a byte.a >./compile pgrphack.c >./load pgrphack unix.a byte.a >./compile readproctitle.c >./load readproctitle unix.a byte.a >./compile setlock.c >./load setlock unix.a byte.a >./compile setuidgid.c >./load setuidgid unix.a byte.a >./compile sleeper.c >sleeper.c: In function âcatch_sigâ: >sleeper.c:9:7: warning: variable âignoredâ set but not used [-Wunused-but-set-variable] > int ignored; > ^~~~~~~ >./load sleeper byte.a unix.a >./compile softlimit.c >./load softlimit unix.a byte.a >./compile supervise.c >supervise.c: In function âtriggerâ: >supervise.c:77:7: warning: variable âignoredâ set but not used [-Wunused-but-set-variable] > int ignored; > ^~~~~~~ >supervise.c: In function âterminateâ: >supervise.c:83:7: warning: variable âignoredâ set but not used [-Wunused-but-set-variable] > int ignored; > ^~~~~~~ >supervise.c: In function âttystopâ: >supervise.c:90:7: warning: variable âignoredâ set but not used [-Wunused-but-set-variable] > int ignored; > ^~~~~~~ >supervise.c: In function âresumeâ: >supervise.c:97:7: warning: variable âignoredâ set but not used [-Wunused-but-set-variable] > int ignored; > ^~~~~~~ >echo 'const char conf_supervise[] = "'`head -n 1 conf-supervise`'";' >conf_supervise.c >./compile svpath.c >./load supervise deepsleep.o svpath.o time.a unix.a byte.a >./compile svc.c >./load svc svpath.o unix.a byte.a >./compile svok.c >./load svok svpath.o unix.a byte.a >./compile svscan.c >./load svscan unix.a byte.a >cat warn-auto.sh svscanboot.sh > svscanboot >chmod 755 svscanboot >./compile svstat.c >./load svstat svpath.o time.a unix.a byte.a >./compile svup.c >./load svup svpath.o unix.a byte.a >./compile tai64n.c >./load tai64n timestamp.o time.a unix.a byte.a >./compile tai64nlocal.c >./load tai64nlocal unix.a byte.a >cat rts.tests/*.sh > rts.sh >cat rts.tests/*.exp > rts.exp >env - /bin/sh rts.sh 2>&1 | cat -v > rts >diff -u rts.exp rts >--- rts.exp 2018-06-14 05:34:00.445558221 +0200 >+++ rts 2018-06-14 05:34:32.228847990 +0200 >@@ -264,7 +264,6 @@ > Caught USR1 > Caught USR2 > Caught WINCH >-Caught CONT > Caught TERM > ==> svc0/output <== > svc0 ran >make: *** [Makefile:353: rts] Error 1 > * ERROR: sys-process/daemontools-encore-1.10::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-process/daemontools-encore-1.10::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-process/daemontools-encore-1.10::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-process:daemontools-encore-1.10:20180614-033350.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/daemontools-encore-1.10/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-process/daemontools-encore-1.10/temp/environment'. > * Working directory: '/var/tmp/portage/sys-process/daemontools-encore-1.10/work/daemontools-encore-1.10' > * S: '/var/tmp/portage/sys-process/daemontools-encore-1.10/work/daemontools-encore-1.10'
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 658110
:
535884
|
535886
|
535888
|
535890
| 535892 |
535894