Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754768 - dev-java/openjdk-bin-11.0.9_p11: download fails
Summary: dev-java/openjdk-bin-11.0.9_p11: download fails
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-15 21:03 UTC by ngg
Modified: 2021-11-13 11:03 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ngg 2020-11-15 21:03:57 UTC
OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz checksum is invalid in the manifest file

Reproducible: Always

Steps to Reproduce:
1. emerge dev-java/openjdk-bin:11
Actual Results:  
>>> Downloading 'https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9+11/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz'
--2020-11-15 22:01:49--  https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9+11/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz
Resolving github.com... 140.82.121.3
Connecting to github.com|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/140419044/e61d9980-16c5-11eb-8c77-972a93dd4ddb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201115%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201115T210149Z&X-Amz-Expires=300&X-Amz-Signature=5416a547979029b2040e1948595954b41d92e98ee6399165ca6e3a788e2b68b5&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=140419044&response-content-disposition=attachment%3B%20filename%3DOpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz&response-content-type=application%2Foctet-stream [following]
--2020-11-15 22:01:49--  https://github-production-release-asset-2e65be.s3.amazonaws.com/140419044/e61d9980-16c5-11eb-8c77-972a93dd4ddb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201115%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201115T210149Z&X-Amz-Expires=300&X-Amz-Signature=5416a547979029b2040e1948595954b41d92e98ee6399165ca6e3a788e2b68b5&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=140419044&response-content-disposition=attachment%3B%20filename%3DOpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com... 52.216.200.211
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com|52.216.200.211|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 193983714 (185M) [application/octet-stream]
Saving to: ‘/usr/portage/distfiles/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz.__download__’

/usr/portage/distfi 100%[===================>] 185.00M  21.5MB/s    in 9.5s    

2020-11-15 22:01:59 (19.4 MB/s) - ‘/usr/portage/distfiles/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz.__download__’ saved [193983714/193983714]

!!! Fetched file: OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      193983714
!!! Expected: 193980586
Comment 1 Georgy Yakovlev archtester gentoo-dev 2020-11-16 02:26:44 UTC
seems they re-generated tarballs and moved downloads to github and it changed tarballs.

if you use mirrors you should be able to get valid file from our mirrors.

for example 
GENTOO_MIRRORS="https://gentoo.osuosl.org/"

But I'll update tarballs/checksums later.