public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* Go 1.25.3 release is botched at Google
@ 2025-11-02  7:05 Böszörményi Zoltán
  2025-11-02 16:18 ` [OE-core] " Marko, Peter
  0 siblings, 1 reply; 3+ messages in thread
From: Böszörményi Zoltán @ 2025-11-02  7:05 UTC (permalink / raw)
  To: openembedded-core

Hi,

apparently, the pre-built Go 1.25.3 release, both the
* prebuilt tarballs at https://goloang.org/dl, and
* source tarball at https://dl.google.com/go
are compressed twice with gzip but is named as tar.gz instead of tar.gz.gz

Therefore, the checksums are incorrect, and the downloaded
file cannot be uncompressed with a single tar xzf command.

Uncompressing the tarballs once with gzip makes them match
the expected checksum and can be extracted with tar xvf.

Adding downloadfilename=<basename>.tar.gz.gz makes it download
and extract ONCE, so the result is the <basename>.tar.gz tarball file
instead of the extracted sources or prebuilt stuff.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-03  6:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-02  7:05 Go 1.25.3 release is botched at Google Böszörményi Zoltán
2025-11-02 16:18 ` [OE-core] " Marko, Peter
2025-11-03  6:23   ` Böszörményi Zoltán

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox