471855 tag upstream 471855 forwarded [EMAIL PROTECTED] thanks Hi,
Sébastien Barthélemy wrote: > when compiling the rtai module using kernel-package, the menuconfig > behaves badly: instead of navigating among the menu entries, the arrow > keys print code on the screen. > > Here is the command I use: > fakeroot make-kpkg --config menuconfig modules_image > --append-to-version rtai --revision sbarthelemy.$(date +'%Y%m%d') | > tee /root/rtai-sbarthelemy.$(date +'%Y%m%d')-mimage.txt > > This may be a bug in ncurses, but "make menuconfig" runs perfectly. > This may be a bug in kernel-package, but I have no problem with ncurse when > compiling the kernel. > > I use kernel-package version 11.001-0.1 and libncurses5-dev > 5.6+20080203-1 > > Let me know if I can provide any useful information Thanks for the report! The problem is tee applied to rtai's menuconfig. The mconf of RTAI which was copied at some point in time from kernel to RTAI, is out of sync with Linux's current mconf and behaves "differently". I will forward your inquiry to RTAI upstream. For now, don't use RTAI's menuconfig and tee at the same time. bye, Roland

