Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2518 - make kernel_menuconfig bug #7307

Closed
openwrt-bot opened this issue Sep 24, 2019 · 1 comment
Closed

FS#2518 - make kernel_menuconfig bug #7307

openwrt-bot opened this issue Sep 24, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

sanitariu:

make kernel_menuconfig - for kernel configuration
does not work correctly. It was working before some releases.
make menuconfig is working okay.
The error is:
HOSTLD scripts/kconfig/mconf
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'keypad'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfow.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[4]: *** [scripts/Makefile.host:111: scripts/kconfig/mconf] Error 1

Seems like somewhere is missing -ltinfo or similar linking.
Problem is not my OS because make menuconfig is working and we have
dialog menus.

This is tested on latest openwrt
Step to reproduce:

  1. Download openwrt
  2. do make kernel_menuconfig
@openwrt-bot
Copy link
Author

sanitariu:

cd build_dir/target-mipsel_24kc_musl/linux-ramips_mt76x8/linux-4.14.146
make menuconfig
works as expected.
Problem is when calling maker kernel_menuconfig from main openwrt directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant