[Bug 280228] tar(1) prints errors without specifying what the paths are: Pathname too long: Pathname too long: Pathname too long: Pathname too long: Pathname too long: Pathname too long

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 11 Jul 2024 19:50:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280228

--- Comment #1 from Yuri Victorovich <yuri@freebsd.org> ---
The error is issued in
contrib/libarchive/libarchive/archive_write_set_format_ustar.c

Some element of the path is likely too long for --format=ustar. There's for
example USTAR_prefix_size=155 limit.

tar should print what exactly is wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.