2006-02-03 22:16:00

by Frédéric L. W. Meunier

[permalink] [raw]
Subject: menuconfig: no colors in 2.6.12-rc2 ?

2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
least here...

--
How to contact me - http://www.pervalidus.net/contact.html


2006-02-03 22:29:04

by Sam Ravnborg

[permalink] [raw]
Subject: Re: menuconfig: no colors in 2.6.12-rc2 ?

On Fri, Feb 03, 2006 at 08:15:54PM -0200, Fr?d?ric L. W. Meunier wrote:
> 2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
> least here...
ncursesw is now first choice.
What does following command print:

gcc -print-file-name=libncursesw.so

If it prints just libncursesw.so then this is not the issue.
But if it prints a full path similar to:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncursesw.so
then this may be the case.

Try to rename ncursesw to ncurses in
scripts/kconfig/lxdialog/check-dialog.sh
to test if ncursesw is the culprint.

Thanks,
Sam

2006-02-03 22:47:33

by Frédéric L. W. Meunier

[permalink] [raw]
Subject: Re: menuconfig: no colors in 2.6.12-rc2 ?

On 2/3/06, Sam Ravnborg wrote:
> On Fri, Feb 03, 2006 at 08:15:54PM -0200, Fr?d?ric L. W. Meunier wrote:
> > 2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
> > least here...
> ncursesw is now first choice.
> What does following command print:
>
> gcc -print-file-name=libncursesw.so
>
> If it prints just libncursesw.so then this is not the issue.
> But if it prints a full path similar to:
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncursesw.so
> then this may be the case.

/usr/lib/gcc/i486-slackware-linux/3.4.5/../../../libncursesw.so

> Try to rename ncursesw to ncurses in
> scripts/kconfig/lxdialog/check-dialog.sh
> to test if ncursesw is the culprint.

Yes, that worked. Is it a bug in ncursesw ? I'm using a recent one.

2006-02-04 08:06:44

by Sam Ravnborg

[permalink] [raw]
Subject: Re: menuconfig: no colors in 2.6.12-rc2 ?

On Fri, Feb 03, 2006 at 08:47:31PM -0200, Fr?d?ric L. W. Meunier wrote:

> > Try to rename ncursesw to ncurses in
> > scripts/kconfig/lxdialog/check-dialog.sh
> > to test if ncursesw is the culprint.
>
> Yes, that worked. Is it a bug in ncursesw ? I'm using a recent one.

Yes, I assume so. Eithet that or something local on your setup.
I have reports from others where use of ncursesw gives them nice looking
ASCII symbols in text mode and colours.
I do not have ncursesw myself so no possibility to test.

Sam

2006-02-04 11:15:32

by Jan Engelhardt

[permalink] [raw]
Subject: Re: menuconfig: no colors in 2.6.12-rc2 ?

>> > Try to rename ncursesw to ncurses in
>> > scripts/kconfig/lxdialog/check-dialog.sh
>> > to test if ncursesw is the culprint.
>>
>> Yes, that worked. Is it a bug in ncursesw ? I'm using a recent one.
>
>Yes, I assume so. Eithet that or something local on your setup.
>I have reports from others where use of ncursesw gives them nice looking
>ASCII symbols in text mode and colours.
>I do not have ncursesw myself so no possibility to test.
>
WFM.



Jan Engelhardt
--