Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 13:17:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 294577] lib/libarchive/functional_test tests failing in CI
Message-ID:  <bug-294577-32464-e2AUxIJA90@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294577-32464@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294577

--- Comment #16 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=bd15d6ef126ee4c0eac931117f6bbbf6f9a3fc72

commit bd15d6ef126ee4c0eac931117f6bbbf6f9a3fc72
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-20 16:39:40 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-05-27 13:10:57 +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

 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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294577-32464-e2AUxIJA90>