Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Compilation Issue with Commit 793ebd5d28095c8df45a0d183d273d8a84b3f0a4
@ 2025-11-29 17:14 José Luis Salvador Rufo
  2025-11-29 17:53 ` Yann E. MORIN via buildroot
  0 siblings, 1 reply; 7+ messages in thread
From: José Luis Salvador Rufo @ 2025-11-29 17:14 UTC (permalink / raw)
  To: Baruch Siach via buildroot, Yann E. MORIN

Hello Yann,

The commit 793ebd5d28095c8df45a0d183d273d8a84b3f0a4 broke my compilation.
An AI suggested that the problem is because the script
`support/scripts/check-merged` requires the following change:

diff --git a/support/scripts/check-merged b/support/scripts/check-merged
index 447abfd815..23fdaac2c8 100755
--- a/support/scripts/check-merged
+++ b/support/scripts/check-merged
@@ -47,6 +47,8 @@ while getopts "t:ub" OPT; do
        esac
 done

+shift $((OPTIND-1))
+
 if [ "${type}" = "skeleton" ]; then
        strict=true
 else

After applying this change, my compilation works again, in the same
way as reverting commit 793ebd5d28095c8df45a0d183d273d8a84b3f0a4.
I haven’t checked the reason for this `shift` myself.

Greetings.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-30  7:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-29 17:14 [Buildroot] Compilation Issue with Commit 793ebd5d28095c8df45a0d183d273d8a84b3f0a4 José Luis Salvador Rufo
2025-11-29 17:53 ` Yann E. MORIN via buildroot
2025-11-29 19:35   ` Edgar Bonet via buildroot
2025-11-29 20:23     ` Yann E. MORIN via buildroot
2025-11-29 20:38     ` José Luis Salvador Rufo
2025-11-29 21:46       ` José Luis Salvador Rufo
2025-11-30  7:36         ` Yann E. MORIN via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox