mbox series

[00/21] musl/gcc-15: Fix packages to build with gcc15 on musl platforms

Message ID 20250324-b4-musl-gcc15-v1-0-ca68c03c5b01@gmail.com
Headers show
Series musl/gcc-15: Fix packages to build with gcc15 on musl platforms | expand

Message

Khem Raj March 24, 2025, 4:33 p.m. UTC
This series fixes builds for musl-qemux86-64 and musl-qemux86 targets
on yocto Autobuilder.

Some of the patches will impact the native builds but I have not called
them out explicitly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
Khem Raj (21):
      unifdef: Don't use C23 constexpr keyword
      unifdef: Drop md5sum for SRC_URI
      nettle: Fix build with GCC-15
      make: Fix signatures for getenv() and getopt()
      groff: Fix build with GCC-15 on musl
      gawk: Fix build with gcc-15 on musl
      which: Fix build with gcc-15 on musl
      which: Drop md4sum for SRC_URI
      db: Disable incompatible-pointer-types warning as error
      bc: Add missing params to getopt/getenv signatures
      parted: Fix build with GCC 15
      mtd-utils: Fix GCC version detection
      alsa-tools: Fix build with gcc 15
      ghostscript: Pin to C17 std
      lrzsz: Fix build with gcc-15
      lrzsz: Drop setting md5sum for SRC_URI
      xinetd: Pin to C17 std
      gperf: Pin to C17 std
      apt: Fix build with GCC 15
      syslinux: Use -idirafter to add back path for system stdarg.h
      vulkan-samples: Fix build with GCC-15

 .../lrzsz-0.12.20/0001-Fix-build-with-GCC-15.patch | 186 +++++++++++++++++++++
 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb            |   3 +-
 ...strutl-Add-missing-include-cstdint-gcc-15.patch |  26 +++
 meta/recipes-devtools/apt/apt_2.6.1.bb             |   1 +
 .../0001-Fix-signatures-for-getenv-getopt.patch    |  60 +++++++
 meta/recipes-devtools/make/make_4.4.1.bb           |   1 +
 ...01-Improve-check-for-GCC-compiler-version.patch |  34 ++++
 meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb       |   3 +-
 .../syslinux/syslinux_6.04-pre2.bb                 |   2 +-
 .../0001-Don-t-use-C23-constexpr-keyword.patch     |  57 +++++++
 meta/recipes-devtools/unifdef/unifdef_2.12.bb      |   4 +-
 ...missing-params-to-getopt-getenv-signature.patch |  40 +++++
 meta/recipes-extended/bc/bc_1.08.1.bb              |   1 +
 ...arameter-signatures-for-getenv-and-getopt.patch |  54 ++++++
 meta/recipes-extended/gawk/gawk_5.3.1.bb           |   1 +
 .../ghostscript/ghostscript_10.05.0.bb             |   2 +
 meta/recipes-extended/gperf/gperf_3.1.bb           |   2 +
 ...0001-getopt-Fix-type-signature-for-getenv.patch |  27 +++
 meta/recipes-extended/groff/groff_1.23.0.bb        |   1 +
 ...4-PATCH-parted-fix-do_version-declaration.patch |  40 +++++
 meta/recipes-extended/parted/parted_3.6.bb         |   1 +
 ...1-getopt-Fix-signature-of-getenv-function.patch |  39 +++++
 meta/recipes-extended/which/which_2.21.bb          |   2 +-
 meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb    |   2 +-
 ...-SpvBuilder.h-add-missing-cstdint-include.patch |  28 ++++
 .../0001-framework-Include-stdint.h.patch          |  26 +++
 meta/recipes-graphics/vulkan/vulkan-samples_git.bb |   6 +-
 ...retask-fix-reset_changes_boot-declaration.patch |  26 +++
 meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb  |   3 +-
 meta/recipes-support/db/db_5.3.28.bb               |   5 +-
 ...-getopt-getenv-signatures-in-declarations.patch |  44 +++++
 meta/recipes-support/nettle/nettle_3.10.1.bb       |   1 +
 32 files changed, 716 insertions(+), 12 deletions(-)
---
base-commit: 6edb7e77f1342cb63f11067c50f9a2b10f10b3b9
change-id: 20250324-b4-musl-gcc15-9923207c5b46

Best regards,