Hi Johannes,

> (source tarball: https://go.dev/dl/go1.25.4.linux-amd64.tar.gz)

This tarball extracts cleanly by both tar 1.35 and git HEAD.

> This makes me think that the archive itself is not corrupt, but that
> the built-in Gzip handling within GNU tar 1.35

There is no built-in compression handling in tar.  To uncompress gzipped
files it simply invokes gzip -d (via the usual PATH mechanism).

It is possible that you have TAR_OPTIONS environment variable set, and
that its value interferes with extraction.  Please, check that.

Regards,
Sergey

Reply via email to