* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
@ 2021-04-11 17:43 ` bugzilla at busybox.net
2021-04-11 17:44 ` bugzilla at busybox.net
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-11 17:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #1 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Created attachment 8886
--> https://bugs.busybox.net/attachment.cgi?id=8886&action=edit
Patch
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
2021-04-11 17:43 ` [Buildroot] [Bug 13721] " bugzilla at busybox.net
@ 2021-04-11 17:44 ` bugzilla at busybox.net
2021-04-11 17:50 ` bugzilla at busybox.net
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-11 17:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #2 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
This is a known issue with m4/gnulib and glibc 2.34, can you confirm that
attached patch is fixing your issue?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
2021-04-11 17:43 ` [Buildroot] [Bug 13721] " bugzilla at busybox.net
2021-04-11 17:44 ` bugzilla at busybox.net
@ 2021-04-11 17:50 ` bugzilla at busybox.net
2021-04-11 17:51 ` bugzilla at busybox.net
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-11 17:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #3 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
This second iteration should be better.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (2 preceding siblings ...)
2021-04-11 17:50 ` bugzilla at busybox.net
@ 2021-04-11 17:51 ` bugzilla at busybox.net
2021-04-11 17:51 ` bugzilla at busybox.net
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-11 17:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #4 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Created attachment 8891
--> https://bugs.busybox.net/attachment.cgi?id=8891&action=edit
Second iteration
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (3 preceding siblings ...)
2021-04-11 17:51 ` bugzilla at busybox.net
@ 2021-04-11 17:51 ` bugzilla at busybox.net
2021-04-11 21:50 ` bugzilla at busybox.net
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-11 17:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
Fabrice Fontaine <fontaine.fabrice@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8886|0 |1
is obsolete| |
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (4 preceding siblings ...)
2021-04-11 17:51 ` bugzilla at busybox.net
@ 2021-04-11 21:50 ` bugzilla at busybox.net
2021-04-14 17:23 ` bugzilla at busybox.net
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-11 21:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #5 from stsp <stsp2@yandex.ru> ---
Created attachment 8896
--> https://bugs.busybox.net/attachment.cgi?id=8896&action=edit
The patch that I googled
Hi.
Your patch doesn't work as-is
(or at least I don't know how),
but after I extracted
0003-c-stack-stop-using-SIGSTKSZ.patch
out of it, it worked.
Your original patch only creates
another patch file, maybe that's
on purpose, I just don't know how
to utilize it in that form.
In any case, I already googled out
another patch, which I now attach
here.
Pleas let me know which one is
"better".
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (5 preceding siblings ...)
2021-04-11 21:50 ` bugzilla at busybox.net
@ 2021-04-14 17:23 ` bugzilla at busybox.net
2021-04-14 21:52 ` bugzilla at busybox.net
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-14 17:23 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #6 from stsp <stsp2@yandex.ru> ---
OK, I realized that your patch is
against buildroot as a whole, whereas
I put the patches to BR2_EXTERNAL, on
a per-package basis.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (6 preceding siblings ...)
2021-04-14 17:23 ` bugzilla at busybox.net
@ 2021-04-14 21:52 ` bugzilla at busybox.net
2021-04-14 22:40 ` bugzilla at busybox.net
2021-04-19 20:31 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-14 21:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #7 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Ok thanks for your feedback.
We could use the patch that you googled but you'll have to provide some link to
allow me to find the author as we can't add a patch that don't have a
"Signed-off-by" to buildroot (due to license concerns)
Otherwise, if my patch also is working fine, I can submit it on the mailing
list, and hopefully it should be merged.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (7 preceding siblings ...)
2021-04-14 21:52 ` bugzilla at busybox.net
@ 2021-04-14 22:40 ` bugzilla at busybox.net
2021-04-19 20:31 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-14 22:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
--- Comment #8 from stsp <stsp2@yandex.ru> ---
Its here:
https://lists.gnu.org/archive/html/bug-m4/2021-03/txtXNCmNj0dPI.txt
https://lists.gnu.org/archive/html/bug-m4/2021-03/msg00024.html
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 13721] c-stack.c:55:26: error: missing binary operator before token "("
2021-04-03 20:54 [Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "(" bugzilla at busybox.net
` (8 preceding siblings ...)
2021-04-14 22:40 ` bugzilla at busybox.net
@ 2021-04-19 20:31 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2021-04-19 20:31 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13721
Thomas Petazzoni <thomas.petazzoni@bootlin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #9 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=5a9504831f3fa1ef3be334036c93da30150fde55.
Thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread