Closed legoktm closed 2 years ago
Hey @legoktm! Thanks for reporting this. In the near future I'm planning on putting together a deployment pipeline for this package which will remove this issue as the package will be built in an automated fashion rather than manually.
I have my employer to thank for those astronomically high UID/GIDs, but we'll fix it one way or another for the next release which should be in a few weeks to align with the forthcoming Unicode 15 release. If Seth's work isn't baked then I'll make a point to set them to a sensible value.
v3.4 has been published that addresses this issue
Hi,
The source tarball for this package contains very large uids/gids for some reason.
Notably, both of those are larger than an unsigned 32-bit integer, meaning trying to unpack and restore those ownership bits (e.g. for reproducibility) fails. In a plain Debian Bullseye container as root, you get errors like the following:
(The workaround for tar is to use
--no-same-owner
but that's not always feasible and can introduce its own issues).Can future tarballs be built on a system or container that uses "normal" uids/gids? Thanks!