Summary: | devel/binutils abort() in mingw32 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Stephen Hurd <shurd> | ||||
Component: | Individual Port(s) | Assignee: | Cy Schubert <cy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(cy) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Stephen Hurd
![]() ![]() A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=783bf3a6159aadc5696192e040abae2c311c8b8c commit 783bf3a6159aadc5696192e040abae2c311c8b8c Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-05-14 04:50:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-05-14 04:50:30 +0000 devel/binutils: Fix abort() in mingw32 Building mingw32 results in a binutils abort() trap. Upstream commit b7eab2a9d4f fixes this. Upstream commit log message states: the early-out in wild_sort is not enough, it might still be that filenames are equal _and_ the wildcard list doesn't specify a sort order either. Don't call compare_section then. PR: 271405 Reported by: shurd Upstream commit: b7eab2a9d4f (identified by shurd) MFH 2023Q3 devel/binutils/Makefile | 2 +- devel/binutils/files/patch-ld_ldlang.c (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) A commit in branch 2023Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=18b00e31b24344d2b72e32d56174015ae8b91fe7 commit 18b00e31b24344d2b72e32d56174015ae8b91fe7 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-05-14 04:50:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-05-14 05:25:25 +0000 devel/binutils: Fix abort() in mingw32 Building mingw32 results in a binutils abort() trap. Upstream commit b7eab2a9d4f fixes this. Upstream commit log message states: the early-out in wild_sort is not enough, it might still be that filenames are equal _and_ the wildcard list doesn't specify a sort order either. Don't call compare_section then. PR: 271405 Reported by: shurd Upstream commit: b7eab2a9d4f (identified by shurd) (cherry picked from commit 783bf3a6159aadc5696192e040abae2c311c8b8c) devel/binutils/Makefile | 2 +- devel/binutils/files/patch-ld_ldlang.c (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) Thanks for the pointer to the patch. |