Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13766 - 2.4.20 kernel make menuconfig fails with ncurses-5.3-r1
Summary: 2.4.20 kernel make menuconfig fails with ncurses-5.3-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-12 00:45 UTC by John Ottander
Modified: 2003-01-12 11:46 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 John Ottander 2003-01-12 00:45:45 UTC
I have re-emerge ncurses but it still fails. 
Using vanilla-sources.


rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux-2.4.20/scripts/lxdialog'
/bin/sh: line 1: gcc: command not found

>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'

make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20/scripts/lxdialog'
make: *** [menuconfig] Error 2
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-12 00:52:19 UTC
try this before you do anything:

env-update
source /etc/profile
Comment 2 John Ottander 2003-01-12 11:16:04 UTC
that fixed it

Comment 3 SpanKY gentoo-dev 2003-01-12 11:46:52 UTC
fyi, it was a gcc problem not kernel/ncurses ;) 
 
just pointing this out because i got in a big arguement with someone over this error ;)