Ximi1970 / systray-x

SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app installed to work. Will not work with TB flatpaks or snaps.
Mozilla Public License 2.0
213 stars 15 forks source link

Debian Unstable repo: File has unexpected size (480408 != 480200). Mirror sync in progress? #174

Closed 2019-05-10 closed 1 month ago

2019-05-10 commented 6 months ago

Describe the bug Installation in Debain/sid fails with "File has unexpected size (480408 != 480200). Mirror sync in progress?" for several days now.

To Reproduce

Expected behavior systray-x is installed

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context

# apt install systray-x
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
   systray-x
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 480 kB of archives.
After this operation, 823 kB of additional disk space will be used.
Get:1
https://ftp.gwdg.de/pub/opensuse/repositories/home%3A/Ximi1970%3A/Mozilla%3A/Add-ons/Debian_Unstable
./ systray-x 0.9.8-0 [480 kB]
Err:1
https://ftp.gwdg.de/pub/opensuse/repositories/home%3A/Ximi1970%3A/Mozilla%3A/Add-ons/Debian_Unstable
./ systray-x 0.9.8-0
   File has unexpected size (480408 != 480200). Mirror sync in progress?
[IP: 134.76.12.6 443]
   Hashes of expected file:
    -
SHA256:b5b64bb7b9d31023108a99813db7d5a89d4962a422aa09e8ba5203ee4e07406c
    - SHA1:ffe0e94d03b6e8b7ae9f868d62fa5aa47d255d2a [weak]
    - MD5Sum:3c767d923134be4be530ac59adf3555f [weak]
    - Filesize:480200 [weak]
E: Failed to fetch
https://ftp.gwdg.de/pub/opensuse/repositories/home%3A/Ximi1970%3A/Mozilla%3A/Add-ons/Debian_Unstable/amd64/systray-x_0.9.8-0_amd64.deb
  File has unexpected size (480408 != 480200). Mirror sync in progress?
[IP: 134.76.12.6 443]
    Hashes of expected file:
     -
SHA256:b5b64bb7b9d31023108a99813db7d5a89d4962a422aa09e8ba5203ee4e07406c
     - SHA1:ffe0e94d03b6e8b7ae9f868d62fa5aa47d255d2a [weak]
     - MD5Sum:3c767d923134be4be530ac59adf3555f [weak]
     - Filesize:480200 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Ximi1970 commented 6 months ago

I deleted the current Debian Unstable package and forced another build. Hopefully this helps.

Ximi1970 commented 6 months ago

I disabled the automatic package version numbering in OBS also for the deb packages. Hopefully this will solve the repository problems.

Ximi1970 commented 6 months ago

Refactored the reposities a bit and I think the auto versioning set an invalid sub version '0'. All debian and arch package have now a valid "-1" suffix. And it looks like the mirrors are updated correctly again. Hopefully the repository problems have been solved.

benoitmasson commented 1 month ago

same here, when trying to upgrade to 0.9.9-1 under Debian Trixie:

> apt upgrade systray-x-gnome
Upgrading:                      
  systray-x-gnome

Summary:
  Upgrading: 1, Installing: 0, Removing: 0, Not Upgrading: 0
  Download size: 483 kB
  Space needed: 12.3 kB / 43.7 GB available

Continue? [Y/n] 
Get:1 https://ftp.gwdg.de/pub/opensuse/repositories/home%3A/Ximi1970%3A/Mozilla%3A/Add-ons/Debian_Testing ./ systray-x-gnome 0.9.9-1 [483 kB]
Err:1 https://ftp.gwdg.de/pub/opensuse/repositories/home%3A/Ximi1970%3A/Mozilla%3A/Add-ons/Debian_Testing ./ systray-x-gnome 0.9.9-1
  File has unexpected size (482572 != 482920). Mirror sync in progress? [IP: 2001:638:60f:110::1:2 443]
  Hashes of expected file:
   - SHA256:ac2a36b9fe2ce81a7f65054f328df859001a37b482a08e410b040016d864af8d
   - SHA1:df141a0acecb469d1fd27c0ca7aa77878b66b4b3 [weak]
   - MD5Sum:0c4f926aecc8a8a9b5af050dcf646a65 [weak]
   - Filesize:482920 [weak]
Error: Failed to fetch https://ftp.gwdg.de/pub/opensuse/repositories/home%3A/Ximi1970%3A/Mozilla%3A/Add-ons/Debian_Testing/amd64/systray-x-gnome_0.9.9-1_amd64.deb  File has unexpected size (482572 != 482920). Mirror sync in progress? [IP: 2001:638:60f:110::1:2 443]
   Hashes of expected file:
    - SHA256:ac2a36b9fe2ce81a7f65054f328df859001a37b482a08e410b040016d864af8d
    - SHA1:df141a0acecb469d1fd27c0ca7aa77878b66b4b3 [weak]
    - MD5Sum:0c4f926aecc8a8a9b5af050dcf646a65 [weak]
    - Filesize:482920 [weak]
Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Ximi1970 commented 1 month ago

Created a new package version for TB 128.0. Hopefully this will also update the package databases and solve the error.

benoitmasson commented 1 month ago

It did, I was able to update sucessfully to 0.9.9-3.

Thank you!