From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: Marcus Folkesson <marcus.folkesson@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
Dominik Michael Rauh <dmrauh@posteo.de>,
Maxim Kochetkov <fido_max@inbox.ru>,
Pierre Ducroquet <pinaraf@pinaraf.info>,
buildroot@buildroot.org, Romain Naour <romain.naour@gmail.com>,
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Subject: Re: [Buildroot] [PATCH 0/8] Patch and remove Nios2 binutils bug 27597
Date: Sun, 18 Feb 2024 20:26:58 +0100 [thread overview]
Message-ID: <ZdJaAuIOfOXyhDUn@landeda> (raw)
In-Reply-To: <20240218184536.1922309-1-giulio.benetti@benettiengineering.com>
Giulio, All,
On 2024-02-18 19:45 +0100, Giulio Benetti spake thusly:
> 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.
My suggestion:
- keep BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
- make the sourcery toolchain select it.
For "soon" after BR 2024.02 release::
- drop the sourcery toolchain: it is going to be 6 years old when
BR 2024.05, so it's going to be time to drop it.
Regards,
Yann E. MORIN.
> 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
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-02-18 19:27 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Yann E. MORIN [this message]
2024-02-18 22:05 ` [Buildroot] [PATCH 0/8] Patch and remove Nios2 " 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZdJaAuIOfOXyhDUn@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=dmrauh@posteo.de \
--cc=fido_max@inbox.ru \
--cc=giulio.benetti@benettiengineering.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=marcus.folkesson@gmail.com \
--cc=pinaraf@pinaraf.info \
--cc=romain.naour@gmail.com \
--cc=thomas.de_schampheleire@nokia.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox