Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 89661

Summary: compilation of ncurses-5.4-r5 fails
Product: Gentoo Linux Reporter: gunter kreck <gunter>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description gunter kreck 2005-04-19 07:33:06 UTC
the compilation stop with the following output:


cd ../obj_s;   -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -march=pentium2 -O3 -pipe -fPIC -fPIC -c ../c++/cursesf.cc
/bin/sh: line 1: -I../c++: No such file or directory
make[1]: *** [../obj_s/cursesf.o] Error 127
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.4-r5/work/ncurses-5.4/c++'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
when i do emerge --pretend --emptytree system the compilation stops while the script tries to compile ncurses-5.4
Comment 1 SpanKY gentoo-dev 2005-04-19 18:59:48 UTC
you didnt install properly, your system is lacking a C++ compiler

*** This bug has been marked as a duplicate of 75137 ***