Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/8] Patch and remove Nios2 binutils bug 27597
@ 2024-02-18 18:45 Giulio Benetti
  2024-02-18 18:45 ` [Buildroot] [PATCH 1/8] package/binutils: add local patches to fix Nios2 " Giulio Benetti
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Giulio Benetti @ 2024-02-18 18:45 UTC (permalink / raw)
  To: buildroot
  Cc: Marcus Folkesson, Pierre Ducroquet, Kieran Bingham,
	Dominik Michael Rauh, Maxim Kochetkov, Thomas Petazzoni,
	Giulio Benetti, Romain Naour, Thomas De Schampheleire

This patchset add backported patches for Buildroot Nios2 binutils bug 27597 and
drop packages dependency on it. Doing this the external toolchain will fail
building those packages, so I'm not that sure how to deal with this situation.
The same happened for OpenRisc and as far as I remember the first patch of the
series has been applied, then Bootlin toolchains have been patched and rebuilt/
redeployed, in the end the remaining patches have been applied. But here we also
have Sourcery CodeBench Nios-II 2018.05 toolchain that contain the bug, so I
don't know how to deal with this situation to avoid build failures.

Any ideas?

Thank you!

Best regards
Giulio

Giulio Benetti (8):
  package/binutils: add local patches to fix Nios2 bug 27597
  package/gdal: drop nios2 binutils bug 27597 dependency
  package/kf5/kf5-kcoreaddons: drop nios2 binutils bug 27597 dependency
  package/libcamera: drop nios2 binutils bug 27597 dependency
  package/libgeos: drop nios2 binutils bug 27597 dependency
  package/pistache: drop nios2 binutils bug 27597 dependency
  package/postgis: drop nios2 binutils bug 27597 dependency
  toolchain: remove binutils bug 27597

 ...ertion-fail-in-nios2_elf32_install_i.patch | 125 ++++++++++++++++++
 ...ertion-fail-in-nios2_elf32_install_i.patch | 125 ++++++++++++++++++
 ...ertion-fail-in-nios2_elf32_install_i.patch | 125 ++++++++++++++++++
 package/gdal/Config.in                        |   4 +-
 package/kf5/kf5-kcoreaddons/Config.in         |   1 -
 package/libcamera/Config.in                   |   1 -
 package/libgeos/Config.in                     |   6 +-
 package/pistache/Config.in                    |   6 +-
 package/postgis/Config.in                     |   6 +-
 toolchain/Config.in                           |   6 -
 10 files changed, 382 insertions(+), 23 deletions(-)
 create mode 100644 package/binutils/2.39/0004-PR27597-nios-assertion-fail-in-nios2_elf32_install_i.patch
 create mode 100644 package/binutils/2.40/0003-PR27597-nios-assertion-fail-in-nios2_elf32_install_i.patch
 create mode 100644 package/binutils/2.41/0003-PR27597-nios-assertion-fail-in-nios2_elf32_install_i.patch

-- 
2.34.1

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

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

end of thread, other threads:[~2024-02-21 21:40 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-18 18:45 [Buildroot] [PATCH 0/8] Patch and remove Nios2 binutils bug 27597 Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 1/8] package/binutils: add local patches to fix Nios2 " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 2/8] package/gdal: drop nios2 binutils bug 27597 dependency Giulio Benetti
2024-02-18 19:13   ` Yann E. MORIN
2024-02-19  5:47   ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 3/8] package/kf5/kf5-kcoreaddons: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 4/8] package/libcamera: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 5/8] package/libgeos: " Giulio Benetti
2024-02-19  5:48   ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 6/8] package/pistache: " Giulio Benetti
2024-02-18 18:45 ` [Buildroot] [PATCH 7/8] package/postgis: " Giulio Benetti
2024-02-19  5:48   ` Maxim Kochetkov via buildroot
2024-02-18 18:45 ` [Buildroot] [PATCH 8/8] toolchain: remove binutils bug 27597 Giulio Benetti
2024-02-18 19:44   ` Yann E. MORIN
2024-02-18 19:26 ` [Buildroot] [PATCH 0/8] Patch and remove Nios2 " Yann E. MORIN
2024-02-18 22:05 ` Thomas Petazzoni via buildroot
2024-02-18 22:28   ` Giulio Benetti
2024-02-19  1:20     ` Vincent Fazio
2024-02-21 21:39   ` [Buildroot] [PATCH v2 0/9] " Giulio Benetti
2024-02-21 21:39     ` [Buildroot] [PATCH v2 1/9] toolchain/toolchain-external: drop external codesourcery niosII toolchain Giulio Benetti
2024-02-21 21:39     ` [Buildroot] [PATCH v2 2/9] package/binutils: add local patches to fix Nios2 bug 27597 Giulio Benetti
2024-02-21 21:39     ` [Buildroot] [PATCH v2 3/9] package/gdal: drop nios2 binutils bug 27597 dependency Giulio Benetti
2024-02-21 21:40     ` [Buildroot] [PATCH v2 4/9] package/kf5/kf5-kcoreaddons: " Giulio Benetti
2024-02-21 21:40     ` [Buildroot] [PATCH v2 5/9] package/libcamera: " Giulio Benetti
2024-02-21 21:40     ` [Buildroot] [PATCH v2 6/9] package/libgeos: " Giulio Benetti
2024-02-21 21:40     ` [Buildroot] [PATCH v2 7/9] package/pistache: " Giulio Benetti
2024-02-21 21:40     ` [Buildroot] [PATCH v2 8/9] package/postgis: " Giulio Benetti
2024-02-21 21:40     ` [Buildroot] [PATCH v2 9/9] toolchain: remove binutils bug 27597 Giulio Benetti

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