Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93971 - sys-libs/ncurses-5.4-r6 failed when compiling on my AMD64 system...
Summary: sys-libs/ncurses-5.4-r6 failed when compiling on my AMD64 system...
Status: VERIFIED DUPLICATE of bug 75137
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High blocker (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 10:27 UTC by Paul Hepworth
Modified: 2005-05-25 17:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Hepworth 2005-05-25 10:27:50 UTC
When I run the bootstrap.sh script or update my system packages it fails when I
get to ncurses-5.4-r6.



Reproducible: Always
Steps to Reproduce:
1.on a AMD64 (havent tested others) run "# emerge ncurses"

Actual Results:  
The build fails...

cd ../obj_s;   -I../c++ -I../include
-I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++ -DHAVE_CONFIG_H
-I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/../include -I.
-I../include  -D_GNU_SOURCE -DNDEBUG -O2 -fPIC -c
/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/cursesw.cc
/bin/sh: line 1: -I../c++: No such file or directory
/bin/sh: line 1: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesf.o] Error 127
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [../obj_s/cursesw.o] Error 127
/bin/sh: line 1: -I../c++: No such file or directory


make[1]: *** [../obj_s/cursesm.o] Error 127
make: *** [all] Error 2

!!! ERROR: sys-libs/ncurses-5.4-r6 failed.
!!! Function do_compile, Line 86, Exitcode 2

Expected Results:  
sould complete build
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-25 16:23:18 UTC
emerge --info needed

Also, are you really sure that you did run 'bootstrap.sh' and not just
'bootstrap.sh -f' ?
Comment 2 SpanKY gentoo-dev 2005-05-25 17:38:01 UTC
this is a dupe
Comment 3 SpanKY gentoo-dev 2005-05-25 17:39:00 UTC

*** This bug has been marked as a duplicate of 75137 ***
Comment 4 Paul Hepworth 2005-05-25 17:41:57 UTC
I ran the bootstrap.sh again and everything seems to be fine. I think the
original execution of bootstrap.sh was not completed somehow. 

Thanks,

Paul