make menuconfig fails

Gonsolo gonsolo at gmail.com
Tue May 28 16:05:27 UTC 2024


Hi!

make menuconfig fails on Arch.
This patch is required:
diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh
b/scripts/kconfig/lxdialog/check-lxdialog.sh
index 5075ebf2..4e138366 100755
--- a/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
@@ -47,7 +47,7 @@ trap "rm -f $tmp" 0 1 2 3 15
 check() {
         $cc -x c - -o $tmp 2>/dev/null <<'EOF'
 #include CURSES_LOC
-main() {}
+int main() {}
 EOF
        if [ $? != 0 ]; then
            echo " *** Unable to find the ncurses libraries or the"
1>&2

See also
https://stackoverflow.com/questions/78491346/busybox-build-fails-with-ncurses-header-not-found-in-archlinux-spoiler-i-alrea/78545186#78545186

-- 
g

P.S.: I think it's unnecessary to have to get a login for the mailing list
or the bug tracker for drive-by patches like this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20240528/f19146f1/attachment-0001.html>


More information about the busybox mailing list