Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89661 - compilation of ncurses-5.4-r5 fails
Summary: compilation of ncurses-5.4-r5 fails
Status: RESOLVED DUPLICATE of bug 75137
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 07:33 UTC by gunter kreck
Modified: 2005-07-17 13:06 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 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 ***