Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-03 Thread KH
Du Zhongdong schrieb:
 Thanks, all

 I already have sys-libs/ncurses installed on my gentoo, and, the real
 problem is: the Linux kernel source-tree's owner is root, and I ran
 make menuconfig as my normal user. a silly mistake.

 thanks anyway

 On Wed, Dec 3, 2008 at 11:52 AM, Douglas Anderson [EMAIL PROTECTED] wrote:
   
 On Wed, Dec 3, 2008 at 12:43 PM, Du Zhongdong [EMAIL PROTECTED] wrote:
 
 Hi, all.

 I've setup  gentoo on my Vmware, everything's ok.
 Now I want to re-check my kernel config,

 [snip]
   
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?





Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-03 Thread Justin
Du Zhongdong schrieb:
 Thanks, all

 I already have sys-libs/ncurses installed on my gentoo, and, the real
 problem is: the Linux kernel source-tree's owner is root, and I ran
 make menuconfig as my normal user. a silly mistake.

 thanks anyway

 On Wed, Dec 3, 2008 at 11:52 AM, Douglas Anderson [EMAIL PROTECTED] wrote:
   
 On Wed, Dec 3, 2008 at 12:43 PM, Du Zhongdong [EMAIL PROTECTED] wrote:
 
 Hi, all.

 I've setup  gentoo on my Vmware, everything's ok.
 Now I want to re-check my kernel config,

 #cd /usr/src/linux
 [Wed Dec 03, 11:38 AM] axdu@ linux$ make menuconfig
  *** Unable to find the ncurses libraries or the
  *** required header files.
  *** 'make menuconfig' requires the ncurses libraries.
  ***
  *** Install ncurses (ncurses-devel) and try again.
  ***
 make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
 make: *** [menuconfig] Error 2

 I try to emerge ncurses-devel  but emerge says:
 [Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
 Calculating dependencies |
 emerge: there are no ebuilds to satisfy ncurses-devel.

 what's the problem with ncurses-devel?  if there's no such thing in
 GENTOO_MIRRORS, where can I download the source?

 thanks in advance

   
 That message is a menuconfig error, it's not from gentoo, which is why
 the name is different. You just need to install sys-libs/ncurses.


 

   
I ran in this problem too. Since I think version 2.6.26 or 5 it happens
if I try to make a menuconfig as user. If you find a solution let us know.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-03 Thread Justin
Zhang Le schrieb:
 On 11:43 Wed 03 Dec , Du Zhongdong wrote:
   
 [Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
 Calculating dependencies |
 emerge: there are no ebuilds to satisfy ncurses-devel.
 

 Generally speaking, there is no packages like 'foo-devel' in gentoo.

 And a little suggestion:
 try to use eix to find the exact package name in gentoo.
 emerge eix  update-eix  eix ncurses

 If you need to find package name from file name, try e-file:
 http://li2z.cn/category/e-file/

 Zhang, Le

   
The link is broken, I always love to promote this site:
http://portagefilelist.de



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-03 Thread Zhang Le
On 10:34 Wed 03 Dec , Justin wrote:
 Zhang Le schrieb:
  If you need to find package name from file name, try e-file:
  http://li2z.cn/category/e-file/
 
 The link is broken, I always love to promote this site:

the site is temporarily down. unfornately it is not mine.

 http://portagefilelist.de

e-file is actually using this site.
it could save you some time opening up your browser or at least a 'ctrl-t'.

the ebuild is already in gentoo-china overlay.

Zhang, Le



[gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-03 Thread John covici
on Wednesday 12/03/2008 Du Zhongdong([EMAIL PROTECTED]) wrote
  Hi, all.
  
  I've setup  gentoo on my Vmware, everything's ok.
  Now I want to re-check my kernel config,
  
  #cd /usr/src/linux
  [Wed Dec 03, 11:38 AM] axdu@ linux$ make menuconfig
   *** Unable to find the ncurses libraries or the
   *** required header files.
   *** 'make menuconfig' requires the ncurses libraries.
   ***
   *** Install ncurses (ncurses-devel) and try again.
   ***
  make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
  make: *** [menuconfig] Error 2
  
  I try to emerge ncurses-devel  but emerge says:
  [Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
  Calculating dependencies |
  emerge: there are no ebuilds to satisfy ncurses-devel.
  
  what's the problem with ncurses-devel?  if there's no such thing in
  GENTOO_MIRRORS, where can I download the source?

Its named differently -- just ncurses.  You might want to get a
package called eix, where you can do quick searches for packages and
have more fun.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]



Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-03 Thread Justin
Zhang Le schrieb:
 On 10:34 Wed 03 Dec , Justin wrote:
   
 Zhang Le schrieb:
 
 If you need to find package name from file name, try e-file:
 http://li2z.cn/category/e-file/

   
 The link is broken, I always love to promote this site:
 

 the site is temporarily down. unfornately it is not mine.
   
as long it is down, take a look at this site
http://www.portagefilelist.de/index.php/Tools
   
 http://portagefilelist.de
 

 e-file is actually using this site.
 it could save you some time opening up your browser or at least a 'ctrl-t'.

 the ebuild is already in gentoo-china overlay.

 Zhang, Le

   




signature.asc
Description: OpenPGP digital signature


[gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-02 Thread Du Zhongdong
Hi, all.

I've setup  gentoo on my Vmware, everything's ok.
Now I want to re-check my kernel config,

#cd /usr/src/linux
[Wed Dec 03, 11:38 AM] axdu@ linux$ make menuconfig
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 ***
 *** Install ncurses (ncurses-devel) and try again.
 ***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2

I try to emerge ncurses-devel  but emerge says:
[Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
Calculating dependencies |
emerge: there are no ebuilds to satisfy ncurses-devel.

what's the problem with ncurses-devel?  if there's no such thing in
GENTOO_MIRRORS, where can I download the source?

thanks in advance



Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-02 Thread Douglas Anderson
On Wed, Dec 3, 2008 at 12:43 PM, Du Zhongdong [EMAIL PROTECTED] wrote:

 Hi, all.

 I've setup  gentoo on my Vmware, everything's ok.
 Now I want to re-check my kernel config,

 #cd /usr/src/linux
 [Wed Dec 03, 11:38 AM] axdu@ linux$ make menuconfig
  *** Unable to find the ncurses libraries or the
  *** required header files.
  *** 'make menuconfig' requires the ncurses libraries.
  ***
  *** Install ncurses (ncurses-devel) and try again.
  ***
 make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
 make: *** [menuconfig] Error 2

 I try to emerge ncurses-devel  but emerge says:
 [Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
 Calculating dependencies |
 emerge: there are no ebuilds to satisfy ncurses-devel.

 what's the problem with ncurses-devel?  if there's no such thing in
 GENTOO_MIRRORS, where can I download the source?

 thanks in advance


That message is a menuconfig error, it's not from gentoo, which is why
the name is different. You just need to install sys-libs/ncurses.



Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-02 Thread Zhang Le
On 11:43 Wed 03 Dec , Du Zhongdong wrote:
 [Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
 Calculating dependencies |
 emerge: there are no ebuilds to satisfy ncurses-devel.

Generally speaking, there is no packages like 'foo-devel' in gentoo.

And a little suggestion:
try to use eix to find the exact package name in gentoo.
emerge eix  update-eix  eix ncurses

If you need to find package name from file name, try e-file:
http://li2z.cn/category/e-file/

Zhang, Le



Re: [gentoo-user] do we have the package ncurses-devel or something like that?

2008-12-02 Thread Du Zhongdong
Thanks, all

I already have sys-libs/ncurses installed on my gentoo, and, the real
problem is: the Linux kernel source-tree's owner is root, and I ran
make menuconfig as my normal user. a silly mistake.

thanks anyway

On Wed, Dec 3, 2008 at 11:52 AM, Douglas Anderson [EMAIL PROTECTED] wrote:
 On Wed, Dec 3, 2008 at 12:43 PM, Du Zhongdong [EMAIL PROTECTED] wrote:

 Hi, all.

 I've setup  gentoo on my Vmware, everything's ok.
 Now I want to re-check my kernel config,

 #cd /usr/src/linux
 [Wed Dec 03, 11:38 AM] axdu@ linux$ make menuconfig
  *** Unable to find the ncurses libraries or the
  *** required header files.
  *** 'make menuconfig' requires the ncurses libraries.
  ***
  *** Install ncurses (ncurses-devel) and try again.
  ***
 make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
 make: *** [menuconfig] Error 2

 I try to emerge ncurses-devel  but emerge says:
 [Wed Dec 03, 11:40 AM] axdu@ linux$ sudo emerge ncurses-devel
 Calculating dependencies |
 emerge: there are no ebuilds to satisfy ncurses-devel.

 what's the problem with ncurses-devel?  if there's no such thing in
 GENTOO_MIRRORS, where can I download the source?

 thanks in advance


 That message is a menuconfig error, it's not from gentoo, which is why
 the name is different. You just need to install sys-libs/ncurses.