mbox series

[scarthgap,0/8] backports from master

Message ID 20240617063431.2221035-1-changqing.li@windriver.com
Headers show
Series backports from master | expand

Message

Changqing Li June 17, 2024, 6:34 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

* backport 7 patches from master, so we can build scarthgap on 
  host with gcc-14, like fedora 40
* Add one patch for fixing build failure for expect-native

Changqing Li (1):
  expect-native: fix build with gcc-14

Khem Raj (1):
  zip: Fix build with gcc-14

Martin Jansa (3):
  db: ignore implicit-int and implicit-function-declaration issues fatal
    with gcc-14
  cdrtools-native: fix build with gcc-14
  expect: ignore various issues now fatal with gcc-14

Michael Halstead (1):
  yocto-uninative: Update to 4.5 for gcc 14

Zoltan Boszormenyi (2):
  cracklib: Modify patch to compile with GCC 14
  cdrtools-native: Fix build with GCC 14

 meta/conf/distro/include/yocto-uninative.inc  |  8 ++--
 .../cdrtools/cdrtools-native_3.01.bb          | 12 ++++-
 .../cdrtools/cdrtools/gcc14-fix.patch         | 13 ++++++
 meta/recipes-devtools/expect/expect_5.45.4.bb |  7 +++
 ...port-dictionary-byte-order-dependent.patch |  2 +-
 ...e-dirent.h-for-closedir-opendir-APIs.patch | 45 +++++++++++++++++++
 ...2-unix.c-Do-not-redefine-DIR-as-FILE.patch | 35 ---------------
 meta/recipes-extended/zip/zip_3.0.bb          |  2 +-
 meta/recipes-support/db/db_5.3.28.bb          |  4 ++
 9 files changed, 85 insertions(+), 43 deletions(-)
 create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch
 create mode 100644 meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch
 delete mode 100644 meta/recipes-extended/zip/zip-3.0/0002-unix.c-Do-not-redefine-DIR-as-FILE.patch

Comments

Steve Sakoman June 17, 2024, 11:55 a.m. UTC | #1
All of these patches (as well as other f40/gcc-14 related patches) are
included in the patchset I will be sending out for review later this
morning.

Steve

On Sun, Jun 16, 2024 at 11:34 PM Changqing Li via
lists.openembedded.org
<changqing.li=windriver.com@lists.openembedded.org> wrote:
>
> From: Changqing Li <changqing.li@windriver.com>
>
> * backport 7 patches from master, so we can build scarthgap on
>   host with gcc-14, like fedora 40
> * Add one patch for fixing build failure for expect-native
>
> Changqing Li (1):
>   expect-native: fix build with gcc-14
>
> Khem Raj (1):
>   zip: Fix build with gcc-14
>
> Martin Jansa (3):
>   db: ignore implicit-int and implicit-function-declaration issues fatal
>     with gcc-14
>   cdrtools-native: fix build with gcc-14
>   expect: ignore various issues now fatal with gcc-14
>
> Michael Halstead (1):
>   yocto-uninative: Update to 4.5 for gcc 14
>
> Zoltan Boszormenyi (2):
>   cracklib: Modify patch to compile with GCC 14
>   cdrtools-native: Fix build with GCC 14
>
>  meta/conf/distro/include/yocto-uninative.inc  |  8 ++--
>  .../cdrtools/cdrtools-native_3.01.bb          | 12 ++++-
>  .../cdrtools/cdrtools/gcc14-fix.patch         | 13 ++++++
>  meta/recipes-devtools/expect/expect_5.45.4.bb |  7 +++
>  ...port-dictionary-byte-order-dependent.patch |  2 +-
>  ...e-dirent.h-for-closedir-opendir-APIs.patch | 45 +++++++++++++++++++
>  ...2-unix.c-Do-not-redefine-DIR-as-FILE.patch | 35 ---------------
>  meta/recipes-extended/zip/zip_3.0.bb          |  2 +-
>  meta/recipes-support/db/db_5.3.28.bb          |  4 ++
>  9 files changed, 85 insertions(+), 43 deletions(-)
>  create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch
>  create mode 100644 meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch
>  delete mode 100644 meta/recipes-extended/zip/zip-3.0/0002-unix.c-Do-not-redefine-DIR-as-FILE.patch
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200786): https://lists.openembedded.org/g/openembedded-core/message/200786
> Mute This Topic: https://lists.openembedded.org/mt/106716173/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>