* Package: net-mail/mess822-0.58-r2 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mess822-0.58.tar.gz to /var/tmp/portage/net-mail/mess822-0.58-r2/work >>> Source unpacked in /var/tmp/portage/net-mail/mess822-0.58-r2/work >>> Preparing source in /var/tmp/portage/net-mail/mess822-0.58-r2/work/mess822-0.58 ... * Applying mess822-0.58-implicit.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-mail/mess822-0.58-r2/work/mess822-0.58 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-mail/mess822-0.58-r2/work/mess822-0.58 ... make -j4 ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) > auto-ccld.sh cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts nroff -man iftocc.1 > iftocc.0 nroff -man ofmipd.8 > ofmipd.0 nroff -man ofmipname.8 > ofmipname.0 chmod 755 rts nroff -man new-inject.1 > new-inject.0 nroff -man rewriting.5 > rewriting.0 nroff -man rewritehost.3 > rewritehost.0 nroff -man 822header.1 > 822header.0 nroff -man 822field.1 > 822field.0 nroff -man 822date.1 > 822date.0 nroff -man 822received.1 > 822received.0 nroff -man 822print.1 > 822print.0 nroff -man mess822.3 > mess822.0 nroff -man mess822_addr.3 > mess822_addr.0 nroff -man mess822_date.3 > mess822_date.0 nroff -man mess822_fold.3 > mess822_fold.0 nroff -man mess822_quote.3 > mess822_quote.0 nroff -man mess822_token.3 > mess822_token.0 nroff -man mess822_when.3 > mess822_when.0 cat auto-ccld.sh make-load.sh > make-load cat auto-ccld.sh find-systype.sh > find-systype chmod 755 make-load chmod 755 find-systype cat auto-ccld.sh make-compile.sh > make-compile cat auto-ccld.sh make-makelib.sh > make-makelib chmod 755 make-compile ./find-systype > systype chmod 755 make-makelib ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \ makelib chmod 755 load chmod 755 makelib chmod 755 compile ./compile iftocc.c ./compile mess822_date.c ./compile mess822_quote.c ./compile mess822_fold.c ./compile mess822_token.c ./compile mess822_addr.c ./compile mess822_when.c mess822_when.c: In function 'mess822_when': mess822_when.c:34:12: warning: implicit declaration of function 'str_len' [-Wimplicit-function-declaration] 34 | pos += str_len(x) + 1; | ^~~~~~~ mess822_when.c:50:16: warning: implicit declaration of function 'case_diffs' [-Wimplicit-function-declaration] 50 | if (!case_diffs(x,"Jan")) { ct.date.month = 1; break; } | ^~~~~~~~~~ ./compile mess822_line.c ./compile mess822_ok.c mess822_line.c: In function 'mess822_end': mess822_line.c:44:10: warning: implicit declaration of function 'case_diffb' [-Wimplicit-function-declaration] 44 | if (!case_diffb(h->inprogress.s,pos,a->name)) | ^~~~~~~~~~ ./compile getln.c ./compile getln2.c ./compile strerr_sys.c ./compile strerr_die.c ./compile substdio.c ./compile substdi.c ./compile substdo.c ./compile subfderr.c ./compile subfdout.c ./compile subfdouts.c ./compile subfdin.c ./compile subfdins.c ./compile substdio_copy.c ./compile stralloc_num.c ./compile stralloc_eady.c ./compile stralloc_pend.c ./compile stralloc_copy.c ./compile stralloc_opys.c ./compile stralloc_opyb.c ./compile stralloc_cat.c ./compile stralloc_cats.c ./compile stralloc_catb.c ./compile alloc.c ./compile alloc_re.c ./compile error.c alloc.c:3:14: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch] 3 | extern char *malloc(); | ^~~~~~ alloc.c:3:1: note: 'malloc' is declared in header '' 2 | #include "error.h" +++ |+#include 3 | extern char *malloc(); ./compile error_str.c ./compile env.c ./compile str_len.c ./compile str_diff.c ./compile str_diffn.c ./compile str_chr.c ./compile str_rchr.c ./compile str_start.c ./compile byte_chr.c ./compile byte_rchr.c ./compile byte_copy.c ./compile byte_cr.c ./compile case_diffb.c ./compile case_diffs.c ./compile scan_ulong.c ./compile scan_long.c ./compile scan_sign.c ./compile open_read.c ./compile open_trunc.c ( ( ./compile tryulong64.c && ./load tryulong64 && \ ./tryulong64 ) >/dev/null 2>&1 \ && cat uint64.h1 || cat uint64.h2 ) > uint64.h ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h ./compile rewritehost.c rewritehost.c: In function 'doit': rewritehost.c:26:9: warning: implicit declaration of function 'byte_chr' [-Wimplicit-function-declaration] 26 | if (byte_chr(work.s,prefixlen,'.') < prefixlen) return 1; | ^~~~~~~~ ./compile rwhconfig.c In file included from rwhconfig.c:2: rwhconfig.c: In function 'rwhconfig': rwhconfig.c:69:39: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 69 | if (!stralloc_catint(idappend,(int) getpid())) goto nomem; | ^~~~~~ stralloc.h:27:63: note: in definition of macro 'stralloc_catint' 27 | #define stralloc_catint(sa,i) (stralloc_catlong0((sa),(long) (i),0)) | ^ rm -f tryulong64.o tryulong64 ./compile config.c rm -f tryulong32.o tryulong32 ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null \ 2>&1 \ && cat fork.h2 || cat fork.h1 ) > fork.h config.c: In function 'config_readline': config.c:82:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 82 | close(fd); | ^~~~~ ./compile auto-str.c ( ./compile trysysel.c >/dev/null 2>&1 \ && cat select.h2 || cat select.h1 ) > select.h auto-str.c:8:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 8 | void puts(s) | ^~~~ auto-str.c:4:1: note: 'puts' is declared in header '' 3 | #include "exit.h" +++ |+#include 4 | rm -f tryvfork.o tryvfork ./compile commands.c rm -f trysysel.o trysysel ./compile cdb_hash.c ./compile cdb_unpack.c ./compile cdb_seek.c cdb_seek.c: In function 'cdb_bread': cdb_seek.c:18:11: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] 18 | r = read(fd,buf,len); | ^~~~ cdb_seek.c: In function 'cdb_seek': cdb_seek.c:65:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] 65 | if (lseek(fd,(off_t) pos,SEEK_SET) == -1) return -1; | ^~~~~ ./compile tai_now.c ./compile tai_pack.c ./compile tai_unpack.c ./compile caldate_fmjd.c ./compile caldate_mjd.c ./compile caldate_fmt.c ./compile caldate_scan.c ./compile leapsecs_read.c ./compile leapsecs_init.c ./compile leapsecs_add.c ./compile leapsecs_sub.c leapsecs_read.c: In function 'leapsecs_read': leapsecs_read.c:31:30: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 31 | if (fstat(fd,&st) == -1) { close(fd); return -1; } | ^~~~~ leapsecs_read.c:36:7: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] 36 | n = read(fd,(char *) t,st.st_size); | ^~~~ ./compile caltime_tai.c ./compile caltime_utc.c ./compile caltime_fmt.c ./compile caltime_scan.c ( ( ./compile trywaitp.c && ./load trywaitp ) >/dev/null \ 2>&1 \ && echo \#define HASWAITPID 1 || exit 0 ) > haswaitp.h ( ( ./compile trysgact.c && ./load trysgact ) >/dev/null \ 2>&1 \ && echo \#define HASSIGACTION 1 || exit 0 ) > hassgact.h ./compile sig_pipe.c ./compile fd_copy.c ./compile fd_move.c fd_copy.c: In function 'fd_copy': fd_copy.c:10:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 10 | close(to); | ^~~~~ rm -f trysgact.o trysgact ./compile ofmipname.c rm -f trywaitp.o trywaitp fd_move.c: In function 'fd_move': fd_move.c:9:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 9 | close(from); | ^~~~~ ./compile cdbmss.c ./compile cdbmake_pack.c ofmipname.c: In function 'doit': ofmipname.c:41:11: warning: implicit declaration of function 'byte_chr' [-Wimplicit-function-declaration] 41 | colon = byte_chr(x,len,':'); | ^~~~~~~~ ofmipname.c:57:7: warning: implicit declaration of function 'cdbmss_add'; did you mean 'cdbmake_add'? [-Wimplicit-function-declaration] 57 | if (cdbmss_add(&cdbmss,key.s,key.len,data.s,data.len) == -1) | ^~~~~~~~~~ | cdbmake_add ofmipname.c: In function 'main': ofmipname.c:67:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 67 | umask(033); | ^~~~~ ofmipname.c:76:7: warning: implicit declaration of function 'cdbmss_start' [-Wimplicit-function-declaration] 76 | if (cdbmss_start(&cdbmss,fd) == -1) die_write(); | ^~~~~~~~~~~~ ofmipname.c:84:7: warning: implicit declaration of function 'cdbmss_finish' [-Wimplicit-function-declaration] 84 | if (cdbmss_finish(&cdbmss) == -1) die_write(); | ^~~~~~~~~~~~~ ofmipname.c:85:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 85 | if (fsync(fd) == -1) die_write(); | ^~~~~ ofmipname.c:86:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 86 | if (close(fd) == -1) die_write(); /* NFS stupidity */ | ^~~~~ ofmipname.c:87:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] 87 | if (rename(fntmp,fncdb) == -1) | ^~~~~~ ./compile cdbmake_hash.c ./compile cdbmake_add.c ./compile seek_set.c ./compile new-inject.c seek_set.c: In function 'seek_set': seek_set.c:7:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] 7 | { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } | ^~~~~ ./compile constmap.c ./compile subgetopt.c new-inject.c: In function 'recipient_add': new-inject.c:69:35: warning: implicit declaration of function 'str_len' [-Wimplicit-function-declaration] 69 | if (!rewritehost_addr(&tmp,addr,str_len(addr),config_data(&rewrite))) nomem(); | ^~~~~~~ new-inject.c: At top level: new-inject.c:115:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 115 | void puts(buf) | ^~~~ new-inject.c:20:1: note: 'puts' is declared in header '' 19 | #include "rwhconfig.h" +++ |+#include 20 | new-inject.c: In function 'main': new-inject.c:429:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 429 | if (chdir(auto_qmail) == -1) | ^~~~~ new-inject.c:483:9: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 483 | u = getpid(); | ^~~~~~ ./compile sgetopt.c ./compile 822header.c ./compile 822field.c ./compile 822date.c ./compile 822received.c 822received.c: In function 'doit': 822received.c:86:16: warning: implicit declaration of function 'case_diffs' [-Wimplicit-function-declaration] 86 | if (!case_diffs(x,"=from") | ^~~~~~~~~~ ./compile 822print.c ./compile tokenize.c 822print.c: In function 'doleft': 822print.c:96:9: warning: implicit declaration of function 'byte_rchr' [-Wimplicit-function-declaration] 96 | i = byte_rchr(leftline.s + pos,73 * 2,' ') / 2; /*XXX*/ | ^~~~~~~~~ 822print.c: In function 'putaddr': 822print.c:189:43: warning: implicit declaration of function 'str_len' [-Wimplicit-function-declaration] 189 | format(&leftline,a->s + comment,str_len(a->s + comment),pre,"_","="); | ^~~~~~~ ./compile addrlist.c ./compile quote.c ./compile parsedate.c ./makelib mess822.a mess822_date.o mess822_quote.o \ mess822_fold.o mess822_token.o mess822_addr.o \ mess822_when.o mess822_line.o mess822_ok.o ./makelib getln.a getln.o getln2.o ./makelib strerr.a strerr_sys.o strerr_die.o ./makelib substdio.a substdio.o substdi.o substdo.o \ subfderr.o subfdout.o subfdouts.o subfdin.o subfdins.o \ substdio_copy.o ./makelib stralloc.a stralloc_num.o stralloc_eady.o \ stralloc_pend.o stralloc_copy.o stralloc_opys.o \ stralloc_opyb.o stralloc_cat.o stralloc_cats.o \ stralloc_catb.o ./makelib alloc.a alloc.o alloc_re.o ./makelib error.a error.o error_str.o ./makelib env.a env.o ./makelib str.a str_len.o str_diff.o str_diffn.o str_chr.o \ str_rchr.o str_start.o byte_chr.o byte_rchr.o byte_copy.o \ byte_cr.o ./makelib case.a case_diffb.o case_diffs.o ./makelib fs.a scan_ulong.o scan_long.o scan_sign.o ./makelib open.a open_read.o open_trunc.o ./compile ofmipd.c ./compile qmail.c ofmipd.c: In function 'addrparse': ofmipd.c:96:8: warning: implicit declaration of function 'rewritehost_addr' [-Wimplicit-function-declaration] 96 | if (!rewritehost_addr(&rwaddr,addr.s,addr.len,config_data(&rewrite))) nomem(); | ^~~~~~~~~~~~~~~~ ofmipd.c: In function 'smtp_mail': ofmipd.c:142:11: warning: implicit declaration of function 'byte_chr' [-Wimplicit-function-declaration] 142 | r = byte_chr(name,cdbresult.len,'\0'); | ^~~~~~~~ ofmipd.c: At top level: ofmipd.c:166:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 166 | void puts(buf) char *buf; { qmail_puts(&qqt,buf); } | ^~~~ ofmipd.c:19:1: note: 'puts' is declared in header '' 18 | #include "cdb.h" +++ |+#include 19 | ofmipd.c: In function 'rewritelist': ofmipd.c:174:8: warning: implicit declaration of function 'rewritehost_list'; did you mean 'rewritelist'? [-Wimplicit-function-declaration] 174 | if (!rewritehost_list(&tmp,list->s,list->len,config_data(&rewrite))) nomem(); | ^~~~~~~~~~~~~~~~ | rewritelist ofmipd.c: In function 'blast': ofmipd.c:320:9: warning: implicit declaration of function 'getln' [-Wimplicit-function-declaration] 320 | if (getln(&ssin,&line,&match,'\n') == -1) die_read(); | ^~~~~ ofmipd.c: In function 'main': ofmipd.c:433:13: warning: implicit declaration of function 'open_read'; did you mean 'die_read'? [-Wimplicit-function-declaration] 433 | fdcdb = open_read(fncdb); | ^~~~~~~~~ | die_read ofmipd.c:438:7: warning: implicit declaration of function 'leapsecs_init' [-Wimplicit-function-declaration] 438 | if (leapsecs_init() == -1) die_config(); | ^~~~~~~~~~~~~ ofmipd.c:439:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 439 | if (chdir(auto_qmail) == -1) die_config(); | ^~~~~ qmail.c: In function 'qmail_open': qmail.c:18:7: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] 18 | if (pipe(pim) == -1) return -1; | ^~~~ ofmipd.c:440:7: warning: implicit declaration of function 'rwhconfig'; did you mean 'config'? [-Wimplicit-function-declaration] 440 | if (rwhconfig(&rewrite,&idappend) == -1) die_config(); | ^~~~~~~~~ | config qmail.c:19:26: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 19 | if (pipe(pie) == -1) { close(pim[0]); close(pim[1]); return -1; } | ^~~~~ qmail.c:31:11: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 31 | if (chdir(auto_qmail) == -1) _exit(61); | ^~~~~ qmail.c:32:7: warning: implicit declaration of function 'execv' [-Wimplicit-function-declaration] 32 | execv(*binqqargs,binqqargs); | ^~~~~ ./load auto-str substdio.a error.a str.a ./compile timeoutread.c ./compile timeoutwrite.c ./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o ./makelib libtai.a tai_now.o tai_pack.o tai_unpack.o \ caldate_fmjd.o caldate_mjd.o caldate_fmt.o caldate_scan.o \ leapsecs_read.o leapsecs_init.o leapsecs_add.o \ leapsecs_sub.o caltime_tai.o caltime_utc.o caltime_fmt.o \ caltime_scan.o ./compile wait_pid.c ./compile sig_catch.c ./makelib fd.a fd_copy.o fd_move.o ./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \ cdbmake_add.o ./makelib seek.a seek_set.o ./makelib getopt.a subgetopt.o sgetopt.o ./load 822header mess822.a getln.a strerr.a substdio.a \ stralloc.a alloc.a error.a str.a ./load 822field mess822.a getln.a strerr.a substdio.a \ stralloc.a alloc.a error.a str.a case.a fs.a ./load 822date libtai.a mess822.a getln.a strerr.a \ substdio.a stralloc.a alloc.a error.a str.a case.a fs.a ./load 822received libtai.a mess822.a getln.a strerr.a \ substdio.a stralloc.a alloc.a error.a str.a case.a fs.a ./load 822print libtai.a mess822.a getln.a strerr.a \ substdio.a stralloc.a alloc.a error.a str.a case.a fs.a ./load tokenize mess822.a getln.a strerr.a substdio.a \ stralloc.a alloc.a error.a str.a ./load addrlist mess822.a getln.a strerr.a substdio.a \ stralloc.a alloc.a error.a str.a ./load quote mess822.a strerr.a substdio.a stralloc.a \ alloc.a error.a str.a ./load parsedate libtai.a mess822.a getln.a strerr.a \ substdio.a stralloc.a alloc.a error.a str.a case.a fs.a ./load iftocc mess822.a getln.a strerr.a substdio.a \ stralloc.a alloc.a error.a env.a str.a case.a fs.a open.a ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c ./makelib wait.a wait_pid.o ./makelib sig.a sig_catch.o sig_pipe.o ./load ofmipname cdbmss.o cdbmake.a strerr.a getln.a \ substdio.a stralloc.a alloc.a error.a seek.a open.a str.a ./compile auto_qmail.c ./load ofmipd rewritehost.o rwhconfig.o config.o qmail.o \ auto_qmail.o timeoutread.o timeoutwrite.o commands.o env.a \ cdb.a mess822.a libtai.a getln.a strerr.a substdio.a \ stralloc.a alloc.a error.a case.a str.a fs.a open.a wait.a \ sig.a fd.a ./load new-inject qmail.o auto_qmail.o rewritehost.o \ rwhconfig.o constmap.o config.o env.a getopt.a mess822.a \ getln.a strerr.a substdio.a stralloc.a alloc.a error.a \ sig.a fd.a wait.a open.a case.a str.a fs.a libtai.a >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: net-mail/mess822-0.58-r2 >>> Install net-mail/mess822-0.58-r2 into /var/tmp/portage/net-mail/mess822-0.58-r2/image make -j4 setup cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts ./compile install.c chmod 755 rts ./compile hier.c ./auto-str auto_home `head -1 conf-home` > auto_home.c ./compile auto_home.c hier.c: In function 'hier': hier.c:5:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] 5 | h(auto_home,-1,-1,02755); | ^ hier.c:7:3: warning: implicit declaration of function 'd' [-Wimplicit-function-declaration] 7 | d(auto_home,"bin",-1,-1,02755); | ^ hier.c:20:3: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration] 20 | c(auto_home,"lib","mess822.a",-1,-1,0644); | ^ install.c: In function 'h': install.c:20:7: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 20 | if (mkdir(home,0700) == -1) | ^~~~~ install.c:23:7: warning: implicit declaration of function 'chown' [-Wimplicit-function-declaration] 23 | if (chown(home,uid,gid) == -1) | ^~~~~ install.c:25:7: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] 25 | if (chmod(home,mode) == -1) | ^~~~~ install.c: In function 'd': install.c:36:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 36 | if (chdir(home) == -1) | ^~~~~ install.c: In function 'c': install.c:63:7: warning: implicit declaration of function 'fchdir' [-Wimplicit-function-declaration] 63 | if (fchdir(fdsourcedir) == -1) | ^~~~~~ install.c:88:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] 88 | close(fdin); | ^~~~~ install.c:91:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 91 | if (fsync(fdout) == -1) | ^~~~~ install.c: In function 'main': install.c:146:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 146 | umask(077); | ^~~~~ ./load install hier.o auto_home.o strerr.a substdio.a \ stralloc.a alloc.a open.a error.a str.a ./install mv: '/var/tmp/portage/net-mail/mess822-0.58-r2/image/usr/lib/mess822.a' and '/var/tmp/portage/net-mail/mess822-0.58-r2/image/usr/lib/mess822.a' are the same file * ERROR: net-mail/mess822-0.58-r2::gentoo failed (install phase): * (no error message) * * Call stack: * ebuild.sh, line 127: Called src_install * environment, line 1177: Called die * The specific snippet of code: * mv "${ED}/usr/lib/${PN}.a" "${ED}/usr/$(get_libdir)/${PN}.a" || die; * * If you need support, post the output of `emerge --info '=net-mail/mess822-0.58-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-mail/mess822-0.58-r2::gentoo'`. * The complete build log is located at '/var/log/portage/net-mail:mess822-0.58-r2:20211214-185845.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-mail/mess822-0.58-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-mail/mess822-0.58-r2/temp/environment'. * Working directory: '/var/tmp/portage/net-mail/mess822-0.58-r2/work/mess822-0.58' * S: '/var/tmp/portage/net-mail/mess822-0.58-r2/work/mess822-0.58'