This is the top most build error sh /var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/include/edit/cfg.sh ../include/ncurses_cfg.h term.h ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 ** edit: HAVE_TERMIO_H 1 ** edit: BROKEN_LINKER make[1]: Leaving Directory `/var/tmp/portage/sys-libs/ncurses-5. 6-r2/work/narrowc/include' cd ncurses && make DESTDIR="" sources make[1]: Entering Directory `/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/narrowc/ncurses' mawk -f /var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/tinfo/ MKnames.awk /var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/.. /include/Caps Cat namehdr boolnames boolfnames numnames numfnames strnames strfnames nameftr > names.c Cat: namehdr: file or directory not found Cat: boolnames: file or directory not found Cat: boolfnames: file or directory not found Cat: numnames: file or directory not found Cat: numfnames: file or directory not found Cat: strnames: file or directory not found Cat: strfnames: file or directory not found Cat: nameftr: file or directory not found make[1] *** [names-stamp] Error 1 make[1]: Leaving Directory `/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/narrowc/ncurses' make: *** [sources] Error 2 Call stack ebuild.sh, line 1701: Called dyn_compile ebuild.sh, line 1039: Called qa_call 'src_compile' ebuild.sh, line 44: Called src_compile ebuild.sh, line 50: Called do_compile ebuild.sh, line 102: Called die The specific snippet of code: emake -j1 sources || die "make sources failed"
emerge --info and complete emerge.log please.
Created attachment 142095 [details] complete build log
Created attachment 142096 [details] emerge --info and builderror
do you have `export AWK=mawk` in your environment ? please post `emerge --verbose --info` as an attachment
Created attachment 142637 [details] emerge --verbose --info
> SpanKY wrote on 2008-01-29 13:43:15 0000 : > do you have `export AWK=mawk` in your environment ? No definitely not
(In reply to comment #6) > > SpanKY wrote on 2008-01-29 13:43:15 0000 : > > > do you have `export AWK=mawk` in your environment ? > > No definitely not > Got 2 machines here and im trying to emerge -avuDN world, ncurses is failing to compile with the same error and same warning that USE ada missing.Tried to set still no luck.
(In reply to comment #7) > (In reply to comment #6) > > > SpanKY wrote on 2008-01-29 13:43:15 0000 : > > > > > do you have `export AWK=mawk` in your environment ? > > > > No definitely not > > > > Got 2 machines here and im trying to emerge -avuDN world, ncurses is failing to > compile with the same error and same warning that USE ada missing.Tried to set > still no luck. > Its cool now,ive found out that USE=profile was making me some troubles.I remove it and its good to go.
try adding USE=profile and doing `emerge -C mawk` and see if ncurses builds
ncurses-5.6.r2 requires mawk After emerge mawk emerge -u ncurses run smoothly