Hash sum mismatch

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
phoenixfrozen
Newbie
Newbie
Posts: 1
Joined: Fri Feb 12, 2021 4:42 pm

Hash sum mismatch

Post by phoenixfrozen »

Hi folks,

The bullseye repo at https://dl.winehq.org/wine-builds/debian is currently slightly broken. Specifically:

https://dl.winehq.org/wine-builds/debia ... /InRelease lists main/binary-amd64/Packages.xz as having a file size of 340588. However, the actual file size is 334216 [1]. As a result, APT is refusing to use this repo. (Same problem with i386: https://dl.winehq.org/wine-builds/debia ... /InRelease lists main/binary-i386/Packages.xz as being 350300; actual file size is 343696 [2].)

This appears to have started happening with the end-Jan update that introduced wine and wine-staging 6.1.

This bug only appears to apply to the xz-compressed files; the gz ones are fine.

Please help? (I hope this is an easy fix...)

Kind regards,
Justin

[1]

Code: Select all

~ 2021-02-12T16:36:33-05:00
$ curl --head https://dl.winehq.org/wine-builds/debian/dists/testing/main/binary-amd64/Packages.xz
HTTP/2 200 
server: Apache
last-modified: Fri, 15 Jan 2021 20:12:08 GMT
etag: "51988-5b8f5fca63105"
cache-control: s-maxage=7776000
content-type: application/x-xz
via: 1.1 varnish, 1.1 varnish
fastly-debug-digest: 0542db94a933a28a1d3bada7b478e03c32c5b307df14fd9afef45668ebb84a02
accept-ranges: bytes
date: Fri, 12 Feb 2021 21:36:40 GMT
age: 2002279
x-served-by: cache-ord1744-ORD, cache-lga21950-LGA
x-cache: HIT, HIT
x-cache-hits: 1, 1
x-timer: S1613165800.049322,VS0,VE1
content-length: 334216

~ 2021-02-12T16:36:40-05:00
$
[2]

Code: Select all

~ 2021-02-12T16:36:40-05:00
$ curl --head https://dl.winehq.org/wine-builds/debian/dists/testing/main/binary-i386/Packages.xz
HTTP/2 200 
server: Apache
last-modified: Fri, 15 Jan 2021 20:11:58 GMT
etag: "53e90-5b8f5fc03983a"
cache-control: s-maxage=7776000
content-type: application/x-xz
via: 1.1 varnish, 1.1 varnish
fastly-debug-digest: 371a4da8b7a8cf85aed8eb5c749b4aea6ba31b4967699367194e9b8d57a3fd80
accept-ranges: bytes
date: Fri, 12 Feb 2021 21:37:03 GMT
age: 2039526
x-served-by: cache-ord1735-ORD, cache-lga21953-LGA
x-cache: HIT, HIT
x-cache-hits: 1, 1
x-timer: S1613165823.262992,VS0,VE2
content-length: 343696

~ 2021-02-12T16:37:03-05:00
$
User avatar
dimesio
Moderator
Moderator
Posts: 13200
Joined: Tue Mar 25, 2008 10:30 pm

Re: Hash sum mismatch

Post by dimesio »

https://bugs.winehq.org/show_bug.cgi?id=48264

Use the bullseye repository instead.
Locked