Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15892 - Need to emerge ncurses before running 'make menuconfig' in step 17.2
Summary: Need to emerge ncurses before running 'make menuconfig' in step 17.2
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jungmin Seo (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 23:01 UTC by Jason Buberel
Modified: 2003-03-12 16:28 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 Jason Buberel 2003-02-17 23:01:22 UTC
If you follow the instructions and issue the command 'make menuconfig' as per
code listing 17.2, you will see an error message telling you that the ncurses
library could not be found.

emerge ncurses

will fix the problem. perhaps gentoo-sources should rely on ncurses instead?



Reproducible: Always
Steps to Reproduce:
Comment 1 Jungmin Seo (RETIRED) gentoo-dev 2003-02-18 21:29:11 UTC
i don't think kernel-sources should depend on ncurses.. only 'make menuconfig' :-) yes, this might be a solution, but i would rather mention it on the doc as some people do not use 'menuconfig' 

anyway, i will try to have a look when i get an access on cvs soon.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-02-19 19:33:38 UTC
did you "source /etc/profile" before doing this? ncurses is there, but its not in your path for some reason...

IIRC, ncurses should be there.
Comment 3 Jason Buberel 2003-02-19 23:59:12 UTC
You are right, the problem is related to not having sourced /etc/profile. My mistake. It might be a good idea to insert a NOTE item in the install doc stating that "If you get an error message about ncurses not being found, you should source /etc/profile and retry the make menuconfig command", or something to that effect.
Comment 4 Jungmin Seo (RETIRED) gentoo-dev 2003-03-12 16:28:25 UTC
done