* [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it?
@ 2025-02-06 5:29 quarkscript3
2025-02-06 12:26 ` classabbyamp
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: quarkscript3 @ 2025-02-06 5:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 794 bytes --]
New issue by quarkscript3 on void-packages repository
https://github.com/void-linux/void-packages/issues/54230
Description:
I'm trying to build a custom Linux kernel. For this purpose, I want to use the menuconfig built into the kernel source. However, instead of the expected menu navigation, pressing the arrow keys prints characters on the screen. All the changes I made to the template were adding ncurses and ncurses-devel as dependencies and instead of
`make ARCH=$arch ${_cross} ${makejobs} prepare`
I added
`TERM=xterm-256color make ARCH=$arch ${_cross} ${makejobs} menuconfig`
But the result is as in the picture.
What am I doing wrong?
Was used xbps 0.59-2.1, build target x86_64 glib

^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it?
2025-02-06 5:29 [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it? quarkscript3
@ 2025-02-06 12:26 ` classabbyamp
2025-02-06 12:28 ` classabbyamp
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2025-02-06 12:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/54230#issuecomment-2639689723
Comment:
if you want to run menuconfig, it's better to
```
./xbps-src -C patch
./xbps-src chroot
cd /builddir/linux6...
make menuconfig
```
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it?
2025-02-06 5:29 [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it? quarkscript3
2025-02-06 12:26 ` classabbyamp
@ 2025-02-06 12:28 ` classabbyamp
2025-02-06 12:29 ` classabbyamp
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2025-02-06 12:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 368 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/54230#issuecomment-2639689723
Comment:
if you want to run menuconfig, it's better to
```
./xbps-src -C patch
./xbps-src chroot
cd /builddir/linux6...
make menuconfig
```
xbps-src isn't designed to run interactive programs mid-build, especially curses stuff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it?
2025-02-06 5:29 [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it? quarkscript3
2025-02-06 12:26 ` classabbyamp
2025-02-06 12:28 ` classabbyamp
@ 2025-02-06 12:29 ` classabbyamp
2025-02-09 6:28 ` [ISSUE] [CLOSED] " quarkscript3
2025-02-09 6:28 ` quarkscript3
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2025-02-06 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/54230#issuecomment-2639689723
Comment:
if you want to run menuconfig, it's better to
```
./xbps-src -C patch
./xbps-src chroot
cd /builddir/linux6...
make menuconfig
```
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ISSUE] [CLOSED] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it?
2025-02-06 5:29 [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it? quarkscript3
` (2 preceding siblings ...)
2025-02-06 12:29 ` classabbyamp
@ 2025-02-09 6:28 ` quarkscript3
2025-02-09 6:28 ` quarkscript3
4 siblings, 0 replies; 6+ messages in thread
From: quarkscript3 @ 2025-02-09 6:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 797 bytes --]
Closed issue by quarkscript3 on void-packages repository
https://github.com/void-linux/void-packages/issues/54230
Description:
I'm trying to build a custom Linux kernel. For this purpose, I want to use the menuconfig built into the kernel source. However, instead of the expected menu navigation, pressing the arrow keys prints characters on the screen. All the changes I made to the template were adding ncurses and ncurses-devel as dependencies and instead of
`make ARCH=$arch ${_cross} ${makejobs} prepare`
I added
`TERM=xterm-256color make ARCH=$arch ${_cross} ${makejobs} menuconfig`
But the result is as in the picture.
What am I doing wrong?
Was used xbps 0.59-2.1, build target x86_64 glib

^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it?
2025-02-06 5:29 [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it? quarkscript3
` (3 preceding siblings ...)
2025-02-09 6:28 ` [ISSUE] [CLOSED] " quarkscript3
@ 2025-02-09 6:28 ` quarkscript3
4 siblings, 0 replies; 6+ messages in thread
From: quarkscript3 @ 2025-02-09 6:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New comment by quarkscript3 on void-packages repository
https://github.com/void-linux/void-packages/issues/54230#issuecomment-2646092139
Comment:
Got it. Thank you.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-09 6:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-06 5:29 [ISSUE] Manually added 'make menuconfig' acting weird in Linux kernel tempate. Is there a way how to fix it? quarkscript3
2025-02-06 12:26 ` classabbyamp
2025-02-06 12:28 ` classabbyamp
2025-02-06 12:29 ` classabbyamp
2025-02-09 6:28 ` [ISSUE] [CLOSED] " quarkscript3
2025-02-09 6:28 ` quarkscript3
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).