* kernel source dependency
@ 2007-04-03 8:22 Carlo Florendo
2007-04-03 11:50 ` Stefan Richter
2007-04-03 15:18 ` Randy Dunlap
0 siblings, 2 replies; 6+ messages in thread
From: Carlo Florendo @ 2007-04-03 8:22 UTC (permalink / raw)
To: linux-kernel
Hello,
I'm not sure whether a fix is necessary for the following scenario.
The kernel configure target "make menuconfig" requires ncurses. FWIW, it
could probably be better if the error message would indicate that that
ncurses is necessary for "make menuconfig" to run and that the user could
be prompted to install the package.
Thank you very much.
Best Regards,
Carlo
--
Carlo Florendo
Softare Engineer/Network Co-Administrator
Astra Philippines Inc.
UP-Ayala Technopark, Diliman 1101, Quezon City
Philippines
http://www.astra.ph
--
The Astra Group of Companies
5-3-11 Sekido, Tama City
Tokyo 206-0011, Japan
http://www.astra.co.jp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: kernel source dependency
2007-04-03 8:22 kernel source dependency Carlo Florendo
@ 2007-04-03 11:50 ` Stefan Richter
2007-04-03 15:18 ` Randy Dunlap
1 sibling, 0 replies; 6+ messages in thread
From: Stefan Richter @ 2007-04-03 11:50 UTC (permalink / raw)
To: Carlo Florendo; +Cc: linux-kernel
Carlo Florendo wrote:
> The kernel configure target "make menuconfig" requires ncurses. FWIW, it
> could probably be better if the error message would indicate that that
> ncurses is necessary for "make menuconfig" to run and that the user could
> be prompted to install the package.
You could select your distributor's kernel source package in the package
manager of your choice and see which packages are auto-selected or
reported as required.
--
Stefan Richter
-=====-=-=== -=-- ---==
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: kernel source dependency
2007-04-03 8:22 kernel source dependency Carlo Florendo
2007-04-03 11:50 ` Stefan Richter
@ 2007-04-03 15:18 ` Randy Dunlap
2007-04-03 16:47 ` Jan Engelhardt
2007-04-04 1:16 ` Carlo Florendo
1 sibling, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2007-04-03 15:18 UTC (permalink / raw)
To: Carlo Florendo; +Cc: linux-kernel
On Tue, 03 Apr 2007 16:22:22 +0800 Carlo Florendo wrote:
> Hello,
>
> I'm not sure whether a fix is necessary for the following scenario.
>
> The kernel configure target "make menuconfig" requires ncurses. FWIW, it
> could probably be better if the error message would indicate that that
> ncurses is necessary for "make menuconfig" to run and that the user could
> be prompted to install the package.
Hi,
Without ncurses installed, you should see these messages:
echo " *** Unable to find the ncurses libraries."
echo " *** make menuconfig require the ncurses libraries"
echo " *** "
echo " *** Install ncurses (ncurses-devel) and try again"
echo " *** "
Do you not see them? or do you need something different?
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: kernel source dependency
2007-04-03 15:18 ` Randy Dunlap
@ 2007-04-03 16:47 ` Jan Engelhardt
2007-04-04 1:21 ` Carlo Florendo
2007-04-04 1:16 ` Carlo Florendo
1 sibling, 1 reply; 6+ messages in thread
From: Jan Engelhardt @ 2007-04-03 16:47 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Carlo Florendo, linux-kernel
On Apr 3 2007 08:18, Randy Dunlap wrote:
>
>Hi,
>Without ncurses installed, you should see these messages:
>
> echo " *** Unable to find the ncurses libraries."
> echo " *** make menuconfig require the ncurses libraries"
> echo " *** "
> echo " *** Install ncurses (ncurses-devel) and try again"
> echo " *** "
>
>Do you not see them? or do you need something different?
Perhaps libreadline-devel? Though ncurses-devel will *most likely* have a
dependency on that, more even than the kernel does on ncurses-devel ;-)
Jan
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: kernel source dependency
2007-04-03 15:18 ` Randy Dunlap
2007-04-03 16:47 ` Jan Engelhardt
@ 2007-04-04 1:16 ` Carlo Florendo
1 sibling, 0 replies; 6+ messages in thread
From: Carlo Florendo @ 2007-04-04 1:16 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kernel
Randy Dunlap wrote:
> On Tue, 03 Apr 2007 16:22:22 +0800 Carlo Florendo wrote:
>
>> Hello,
>>
>> I'm not sure whether a fix is necessary for the following scenario.
>>
>> The kernel configure target "make menuconfig" requires ncurses. FWIW, it
>> could probably be better if the error message would indicate that that
>> ncurses is necessary for "make menuconfig" to run and that the user could
>> be prompted to install the package.
>
> Hi,
> Without ncurses installed, you should see these messages:
>
> echo " *** Unable to find the ncurses libraries."
> echo " *** make menuconfig require the ncurses libraries"
> echo " *** "
> echo " *** Install ncurses (ncurses-devel) and try again"
> echo " *** "
>
> Do you not see them? or do you need something different?
Thanks. It seems I just made noise. I saw exactly the same thing you
posted, now that I've rested and it's 9:30AM. I didn't see it the other
day at 2:30AM. Maybe I need more sleep :)
Thank you very much.
Best Regards,
Carlo
--
Carlo Florendo
Softare Engineer/Network Co-Administrator
Astra Philippines Inc.
UP-Ayala Technopark, Diliman 1101, Quezon City
Philippines
http://www.astra.ph
--
The Astra Group of Companies
5-3-11 Sekido, Tama City
Tokyo 206-0011, Japan
http://www.astra.co.jp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: kernel source dependency
2007-04-03 16:47 ` Jan Engelhardt
@ 2007-04-04 1:21 ` Carlo Florendo
0 siblings, 0 replies; 6+ messages in thread
From: Carlo Florendo @ 2007-04-04 1:21 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Randy Dunlap, linux-kernel
Jan Engelhardt wrote:
> On Apr 3 2007 08:18, Randy Dunlap wrote:
>> Hi,
>> Without ncurses installed, you should see these messages:
>>
>> echo " *** Unable to find the ncurses libraries."
>> echo " *** make menuconfig require the ncurses libraries"
>> echo " *** "
>> echo " *** Install ncurses (ncurses-devel) and try again"
>> echo " *** "
>>
>> Do you not see them? or do you need something different?
>
> Perhaps libreadline-devel? Though ncurses-devel will *most likely* have a
> dependency on that, more even than the kernel does on ncurses-devel ;-)
That is not so :) The kernel-source's 'menuconfig' target does not need
libreadline-devel. Besides, there is no readline functionality that is
evident at menuconfig. Menu navigation is entirely done by ncurses calls.
Thank you very much.
Best Regards,
Carlo
--
Carlo Florendo
Softare Engineer/Network Co-Administrator
Astra Philippines Inc.
UP-Ayala Technopark, Diliman 1101, Quezon City
Philippines
http://www.astra.ph
--
The Astra Group of Companies
5-3-11 Sekido, Tama City
Tokyo 206-0011, Japan
http://www.astra.co.jp
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-04-04 1:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-03 8:22 kernel source dependency Carlo Florendo
2007-04-03 11:50 ` Stefan Richter
2007-04-03 15:18 ` Randy Dunlap
2007-04-03 16:47 ` Jan Engelhardt
2007-04-04 1:21 ` Carlo Florendo
2007-04-04 1:16 ` Carlo Florendo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox