[Bug 294577] lib/libarchive/functional_test tests failing in CI
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 294577] lib/libarchive/functional_test tests failing in CI"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jun 2026 16:43:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294577
--- Comment #17 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e6470ed3d59b5c36262a9cdb76b71a7ad25d173b
commit e6470ed3d59b5c36262a9cdb76b71a7ad25d173b
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-20 16:39:40 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-06-02 16:41:37 +0000
libarchive: Force GNU iconv compatibility on FreeBSD
When libarchive is compiled with FreeBSD's native iconv instead of
libiconv, as happens with libarchive in the base system, we need to
configure iconv(3) to handle invalid sequences by returning -1, as
iconv_strncat_in_locale() assumes GNU iconv semantics.
This corresponds to upstream PR 3056.
PR: 294577
MFC after: 1 week
(cherry picked from commit bd15d6ef126ee4c0eac931117f6bbbf6f9a3fc72)
contrib/libarchive/libarchive/archive_string.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
--
You are receiving this mail because:
You are on the CC list for the bug.