Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208020 - sys-libs/ncurses-5.6-r2 make sources failed
Summary: sys-libs/ncurses-5.6-r2 make sources failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 10:09 UTC by Felix von Courten
Modified: 2008-02-13 08:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
complete build log (build.log,19.58 KB, text/plain)
2008-01-29 10:15 UTC, Felix von Courten
Details
emerge --info and builderror (bug-report_ncurses.txt,4.74 KB, text/plain)
2008-01-29 10:16 UTC, Felix von Courten
Details
emerge --verbose --info (emergelog,9.21 KB, text/plain)
2008-02-04 07:41 UTC, Felix von Courten
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix von Courten 2008-01-29 10:09:36 UTC
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"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-29 10:15:02 UTC
emerge --info and complete emerge.log please.
Comment 2 Felix von Courten 2008-01-29 10:15:35 UTC
Created attachment 142095 [details]
complete build log
Comment 3 Felix von Courten 2008-01-29 10:16:42 UTC
Created attachment 142096 [details]
emerge --info and builderror
Comment 4 SpanKY gentoo-dev 2008-01-29 13:43:15 UTC
do you have `export AWK=mawk` in your environment ?  please post `emerge --verbose --info` as an attachment
Comment 5 Felix von Courten 2008-02-04 07:41:12 UTC
Created attachment 142637 [details]
emerge --verbose --info
Comment 6 Felix von Courten 2008-02-04 07:46:32 UTC
> SpanKY wrote on 2008-01-29 13:43:15 0000 :

> do you have `export AWK=mawk` in your environment ? 

No definitely not
Comment 7 muhsin 2008-02-07 12:17:03 UTC
(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.
Comment 8 muhsin 2008-02-07 12:25:46 UTC
(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.
Comment 9 SpanKY gentoo-dev 2008-02-09 20:54:06 UTC
try adding USE=profile and doing `emerge -C mawk` and see if ncurses builds
Comment 10 Felix von Courten 2008-02-13 08:22:56 UTC
ncurses-5.6.r2 requires mawk

After emerge mawk

emerge -u ncurses run smoothly