Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2026 13:20:02 +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-cUiF4DoNGv@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

Dag-Erling Smørgrav <des@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |des@FreeBSD.org

--- Comment #1 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
548: test_write_disk
/usr/src/contrib/libarchive/libarchive/test/test_write_disk.c:246:
ARCHIVE_FAILED != archive_write_header(ad, ae)
   Description: Test failing to create parent directory with /../

This is expected if the test case runs as root.  The pull request that
introduced this test case also added code to make tests run as an unprivileged
user, but that code is not enabled on FreeBSD because
lib/libarchive/config_freebsd.h has not been updated in a very long time.

-- 
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-cUiF4DoNGv>