https://bugs.winehq.org/show_bug.cgi?id=55514
Bug ID: 55514 Summary: Debian repositories: Pointing to "testing" fails in sources.list, but "trixie" works Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: mywine@schiermeier-it.de CC: dimesio@earthlink.net Distribution: ---
This is the content of my "org-winehq-dl.list" inside of "/etc/apt/sources.list.d":
### ----------------------------------------------------------------- ### --- WineHQ official Repository ### --- Next generation wine aka wine-devel ### ----------------------------------------------------------------- ### --- created: 2016-03-18 ### --- changed: 2023-09-03 ### ----------------------------------------------------------------- ### --- see Wiki: https://wiki.winehq.org/Debian ### ----------------------------------------------------------------- ### --- Public key: ### --- https://dl.winehq.org/wine-builds/winehq.key ### -----------------------------------------------------------------
deb https://dl.winehq.org/wine-builds/debian trixie main deb-src https://dl.winehq.org/wine-builds/debian trixie main
# deb https://dl.winehq.org/wine-builds/debian testing main # deb-src https://dl.winehq.org/wine-builds/debian testing main
### ----------------------------------------------------------------- ### --- -eof- ### -----------------------------------------------------------------
I always tried to make the repository "testing" work but always got this reply:
---///cite\--- root@Archimedes:~/work# apt-get update (... update some other repositories ...) Get:38 https://dl.winehq.org/wine-builds/debian testing/main i386 Packages [13.6 kB] Err:38 https://dl.winehq.org/wine-builds/debian testing/main i386 Packages File has unexpected size (17056 != 13572). Mirror sync in progress? [IP: 146.75.118.217 443] Hashes of expected file: - Filesize:13572 [weak] - SHA512:dc684c76a5594acee4b868068d1da4388e603bc5551c9e84292ab038598837ece43d1ed2a9542ce2da77af763f5391d84f1c5b283ebe2be4e60c84e999dbf50e - SHA256:7d9d8a2a285bb0c4bb20082fe2de1242dfe350c05d09d780a5cb08fc4f38ef92 - SHA1:b8181005952f916262be71f2d5ffa9507cb044a0 [weak] - MD5Sum:62ae20be17d2429a0b8a2363057bc43e [weak] Release file created at: Sun, 23 Jul 2023 13:47:49 +0000 Get:39 https://dl.winehq.org/wine-builds/debian testing/main amd64 Packages [13.6 kB] Fetched 39.4 kB in 14s (2859 B/s) Reading package lists... Done E: Failed to fetch https://dl.winehq.org/wine-builds/debian/dists/testing/main/binary-i386/Pack... File has unexpected size (17056 != 13572). Mirror sync in progress? [IP: 146.75.118.217 443] Hashes of expected file: - Filesize:13572 [weak] - SHA512:dc684c76a5594acee4b868068d1da4388e603bc5551c9e84292ab038598837ece43d1ed2a9542ce2da77af763f5391d84f1c5b283ebe2be4e60c84e999dbf50e - SHA256:7d9d8a2a285bb0c4bb20082fe2de1242dfe350c05d09d780a5cb08fc4f38ef92 - SHA1:b8181005952f916262be71f2d5ffa9507cb044a0 [weak] - MD5Sum:62ae20be17d2429a0b8a2363057bc43e [weak] Release file created at: Sun, 23 Jul 2023 13:47:49 +0000 E: Some index files failed to download. They have been ignored, or old ones used instead. ---\\cite///---
The settings above to "trixie" are working as expected. What's going wrong? (It wasn't an ongoing "mirror progress". I tried this today and yesterday at different times...) Is there still the problem described in #42735 alive?