From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 16027] problems building on fedora-40
Date: Tue, 09 Apr 2024 19:21:12 +0000 [thread overview]
Message-ID: <bug-16027-163-DEuiMbGoEE@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-16027-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=16027
--- Comment #1 from stsp <stsp2@yandex.ru> ---
Here is the fix for menuconfig:
diff --git a/support/kconfig/lxdialog/check-lxdialog.sh
b/support/kconfig/lxdialog/check-lxdialog.sh
index 16cd9a3186..98bc150a0f 100755
--- a/support/kconfig/lxdialog/check-lxdialog.sh
+++ b/support/kconfig/lxdialog/check-lxdialog.sh
@@ -48,7 +48,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() { return 0; }
EOF
if [ $? != 0 ]; then
echo " *** Unable to find the ncurses libraries or the" 1>&2
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-04-09 19:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-09 18:45 [Buildroot] [Bug 16027] New: problems building on fedora-40 bugzilla
2024-04-09 19:21 ` bugzilla [this message]
2024-04-09 19:23 ` [Buildroot] [Bug 16027] " bugzilla
2024-04-09 19:42 ` bugzilla
2024-04-30 14:13 ` bugzilla
2024-04-30 14:59 ` bugzilla
2024-05-01 5:30 ` bugzilla
2024-05-01 7:25 ` bugzilla
2024-05-01 9:53 ` bugzilla
2024-05-01 10:08 ` bugzilla
2024-05-01 15:08 ` bugzilla
2024-06-08 13:00 ` bugzilla
2024-06-15 15:22 ` bugzilla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-16027-163-DEuiMbGoEE@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@uclibc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox