https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280228
--- Comment #1 from Yuri Victorovich <[email protected]> --- 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.
