broken debian repo?

Questions about Wine on Linux
Locked
g780000
Newbie
Newbie
Posts: 1
Joined: Tue Apr 10, 2018 3:10 pm

broken debian repo?

Post by g780000 »

This used to work until a few hours ago. (Installation for wine 3.0~rc6~stretch (for debian stretch).)

installation code:

Code: Select all

wget -nc https://dl.winehq.org/wine-builds/Release.key && \
apt-key add Release.key && \
echo "deb https://dl.winehq.org/wine-builds/debian/ stretch main" >> /etc/apt/sources.list.d/wine.list && \
apt-get clean && \
apt-get update && \
apt install --no-install-recommends --assume-yes gnutls-bin \
unzip \
xauth \
winehq-devel:i386=3.0~rc6~stretch \
wine-devel:i386=3.0~rc6~stretch \
wine-devel-i386:i386=3.0~rc6~stretch \
fonts-wine \
cabextract \
zenity
Now it is broken.
output:

Code: Select all

Reading package lists...
E: Failed to fetch https://dl.winehq.org/wine-builds/debian/dists/stretch/main/binary-amd64/Packages.gz  Writing more data than expected (4960 > 3600)
   Hashes of expected file:
    - Filesize:3600 [weak]
    - SHA256:60c8844adf4b15e93bdca0475fcf0cb3fc69ea30d387ae946d4db8d11ffc21bf
    - SHA1:475dad31b39f32bccb75f60d7a99a8d5ecfd892e [weak]
    - MD5Sum:aa2cbf06f0710effc358b907e818b2b9 [weak]
   Release file created at: Sat, 31 Mar 2018 21:53:40 +0000
E: Failed to fetch https://dl.winehq.org/wine-builds/debian/dists/stretch/main/binary-i386/Packages.gz  
E: Some index files failed to download. They have been ignored, or old ones used instead.
Any ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: broken debian repo?

Post by dimesio »

You're the second person to report this; one of you should file a bug.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: broken debian repo?

Post by dimesio »

Locked