Hi,
> On Sat, Apr 4, 2026 at 12:38 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
> > I also tried Thomas'
> > "v2-0001-Improve-tar-portability-logic-from-ebba64c0" [3] but it
> > didn't fix the problem on OpenBSD [4].
>
> Apparently it wants -F ustar, like this. Funny that it passed on the
> build farm animals though. Oh, it looks like they changed the default
> fairly recently.
LGTM with just a correction of my earlier comment.
< + # ustar format supports UIDs only up to 2^21 (2097151). Override
---
> + # ustar format supports UIDs only up to 2^21 - 1 (2097151). Override
--
Sami