Re: [PATCH] kconfig: Check for libncurses before menuconfig

2017-05-21 Thread Masahiro Yamada
Hi Borislav, 2017-05-21 5:33 GMT+09:00 Borislav Petkov : > On Sun, May 21, 2017 at 04:38:35AM +0900, Masahiro Yamada wrote: >> Strange, I could not reproduce this. > > Remove libncurses5-dev or whatever it is called on your system and do: > > $ make menuconfig > HOSTCC

Re: [PATCH] kconfig: Check for libncurses before menuconfig

2017-05-21 Thread Masahiro Yamada
Hi Borislav, 2017-05-21 5:33 GMT+09:00 Borislav Petkov : > On Sun, May 21, 2017 at 04:38:35AM +0900, Masahiro Yamada wrote: >> Strange, I could not reproduce this. > > Remove libncurses5-dev or whatever it is called on your system and do: > > $ make menuconfig > HOSTCC scripts/kconfig/mconf.o

Re: [PATCH] kconfig: Check for libncurses before menuconfig

2017-05-20 Thread Borislav Petkov
On Sun, May 21, 2017 at 04:38:35AM +0900, Masahiro Yamada wrote: > Strange, I could not reproduce this. Remove libncurses5-dev or whatever it is called on your system and do: $ make menuconfig HOSTCC scripts/kconfig/mconf.o In file included from scripts/kconfig/mconf.c:23:0:

Re: [PATCH] kconfig: Check for libncurses before menuconfig

2017-05-20 Thread Borislav Petkov
On Sun, May 21, 2017 at 04:38:35AM +0900, Masahiro Yamada wrote: > Strange, I could not reproduce this. Remove libncurses5-dev or whatever it is called on your system and do: $ make menuconfig HOSTCC scripts/kconfig/mconf.o In file included from scripts/kconfig/mconf.c:23:0:

Re: [PATCH] kconfig: Check for libncurses before menuconfig

2017-05-20 Thread Masahiro Yamada
Hi Borislav, 2017-04-09 22:07 GMT+09:00 Borislav Petkov : > From: Borislav Petkov > > There is a check and a nice user-friendly message when the curses > library is not present on the system and the user wants to do "make > menuconfig". It doesn't get issued,

Re: [PATCH] kconfig: Check for libncurses before menuconfig

2017-05-20 Thread Masahiro Yamada
Hi Borislav, 2017-04-09 22:07 GMT+09:00 Borislav Petkov : > From: Borislav Petkov > > There is a check and a nice user-friendly message when the curses > library is not present on the system and the user wants to do "make > menuconfig". It doesn't get issued, though. Instead, we fail the build

[PATCH] kconfig: Check for libncurses before menuconfig

2017-04-09 Thread Borislav Petkov
From: Borislav Petkov There is a check and a nice user-friendly message when the curses library is not present on the system and the user wants to do "make menuconfig". It doesn't get issued, though. Instead, we fail the build when mconf.c doesn't find the curses.h header:

[PATCH] kconfig: Check for libncurses before menuconfig

2017-04-09 Thread Borislav Petkov
From: Borislav Petkov There is a check and a nice user-friendly message when the curses library is not present on the system and the user wants to do "make menuconfig". It doesn't get issued, though. Instead, we fail the build when mconf.c doesn't find the curses.h header: HOSTCC