All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gcc-bare-metal: bump to version 15.2.0 to fix build
@ 2025-08-15 15:27 Julien Olivain via buildroot
  2025-08-15 15:30 ` Thomas Petazzoni via buildroot
  2025-08-16 19:39 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 9+ messages in thread
From: Julien Olivain via buildroot @ 2025-08-15 15:27 UTC (permalink / raw)
  To: buildroot; +Cc: Ibai Erkiaga, Neal Frager, Julien Olivain, Thomas Petazzoni

Since Buildroot commit [1] "package/gcc: bump 15.x series to 15.2.0",
gcc-bare-metal fails to download its sources. For example using the
commands:

	make zynqmp_kria_kv260_defconfig
	make source

fails with error:

	ERROR: No hash found for gcc-15.1.0.tar.xz

This is because the gcc-bare-metal package reuses the hash file and
the 15.x package patch directory from the gcc package (which was
bumped to 15.2.0), but still defines its _VERSION to 15.1.0.

This commit fixes this issue by bumping gcc-bare-metal to 15.2.0.

Fixes:
https://autobuild.buildroot.org/results/eda879fb8e1ccd696f01927087713b88a4b1a2c5
https://gitlab.com/buildroot.org/buildroot/-/jobs/11026775160

[1] https://gitlab.com/buildroot.org/buildroot/-/commit/b1dd235ad0dd91e1919a167a17cc9cd20a3695b2

Cc: Ibai Erkiaga <ibai.erkiaga-elorza@amd.com>
Cc: Neal Frager <neal.frager@amd.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/gcc-bare-metal/15.1.0            | 1 -
 package/gcc-bare-metal/15.2.0            | 1 +
 package/gcc-bare-metal/gcc-bare-metal.mk | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 120000 package/gcc-bare-metal/15.1.0
 create mode 120000 package/gcc-bare-metal/15.2.0

diff --git a/package/gcc-bare-metal/15.1.0 b/package/gcc-bare-metal/15.1.0
deleted file mode 120000
index 669da9e956..0000000000
--- a/package/gcc-bare-metal/15.1.0
+++ /dev/null
@@ -1 +0,0 @@
-../gcc/15.1.0/
\ No newline at end of file
diff --git a/package/gcc-bare-metal/15.2.0 b/package/gcc-bare-metal/15.2.0
new file mode 120000
index 0000000000..d3d1bbdefa
--- /dev/null
+++ b/package/gcc-bare-metal/15.2.0
@@ -0,0 +1 @@
+../gcc/15.2.0
\ No newline at end of file
diff --git a/package/gcc-bare-metal/gcc-bare-metal.mk b/package/gcc-bare-metal/gcc-bare-metal.mk
index 17232a8ef1..88fc56ac09 100644
--- a/package/gcc-bare-metal/gcc-bare-metal.mk
+++ b/package/gcc-bare-metal/gcc-bare-metal.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GCC_BARE_METAL_VERSION = 15.1.0
+GCC_BARE_METAL_VERSION = 15.2.0
 GCC_BARE_METAL_SITE = $(BR2_GNU_MIRROR)/gcc/gcc-$(GCC_BARE_METAL_VERSION)
 GCC_BARE_METAL_SOURCE = gcc-$(GCC_BARE_METAL_VERSION).tar.xz
 
-- 
2.50.1

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

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

end of thread, other threads:[~2025-08-16 19:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 15:27 [Buildroot] [PATCH 1/1] package/gcc-bare-metal: bump to version 15.2.0 to fix build Julien Olivain via buildroot
2025-08-15 15:30 ` Thomas Petazzoni via buildroot
2025-08-15 17:02   ` Frager, Neal via buildroot
2025-08-15 17:11     ` Frager, Neal via buildroot
2025-08-15 18:29       ` Thomas Petazzoni via buildroot
2025-08-15 18:38         ` Frager, Neal via buildroot
2025-08-15 18:42           ` Thomas Petazzoni via buildroot
2025-08-15 19:04             ` Frager, Neal via buildroot
2025-08-16 19:39 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.