CachyOS / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the CachyOS performance optimized distribution
3 stars 0 forks source link

Package js115 can't be installed from the cashyos-extra-v4 Repository #21

Closed CD-Z closed 6 months ago

CD-Z commented 6 months ago

First I want to apologize if this is the wrong place to report issues with the repositories, however I couldn't find any other information on that.

Now to the problem. I tried installing a package with js115 as a dependency, which cut out at around 1mb with a painfully slow download of a few bytes per second.

I haven't encountered any other packages with this problem and used the standard arch extra repo for the installation.

I'm using the default pacman configuration provided when installing cachyos.

❯ sudo pacman -S js115
warning: downgrading package js115 (115.11.0-1 => 115.10.0-1.1)
resolving dependencies...
looking for conflicting packages...

Package (1)             Old Version  New Version   Net Change  Download Size

cachyos-extra-v4/js115  115.11.0-1   115.10.0-1.1    0,27 MiB       9,90 MiB

Total Download Size:    9,90 MiB
Total Installed Size:  67,56 MiB
Net Upgrade Size:       0,27 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 js115-115.10.0-1.1-x86_64.pkg.tar.zst failed to download
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from mirror.cachyos.org : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from cdn-1.cachyos.org : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from aur.cachyos.org : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from cdn.cachyos.org : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from mirror.fast0ne.com : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from us.cachyos.org : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from sg.mirror.cx : Recv failure: Connection reset by peer
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from mirror.truenetwork.ru : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from no.mirror.cx : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from mirror.lesviallon.fr : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from kr.cachyos.org : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'js115-115.10.0-1.1-x86_64.pkg.tar.zst' from mirror.albony.xyz : HTTP server doesn't seem to support byte ranges. Cannot resume.
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.

ags on  main is 📦 v1.0.0 via  v20.11.1 took 5m44s 
❯ pacman -V

 .--.                  Pacman v6.1.0 - libalpm v14.0.0
/ _.-' .-.  .-.  .-.   Copyright (C) 2006-2024 Pacman Development Team
\  '-. '-'  '-'  '-'   Copyright (C) 2002-2006 Judd Vinet
 '--'
                       This program may be freely redistributed under
                       the terms of the GNU General Public License.
ptr1337 commented 6 months ago

Hi,

This seems to be an issue on your side, specially because all mirrors are failing, which are in different location/hosted by multiple people.

❯ sudo pacman -Sy js115
[sudo] password for ptr1337: 
:: Synchronizing package databases...
 cachyos-v4 is up to date
 cachyos-core-v4 is up to date
 cachyos-extra-v4 is up to date
 cachyos is up to date
 core is up to date
 extra                                                                                                              7,8 MiB  28,6 MiB/s 00:00 [---------------------------------------------------------------------------------------] 100%
 multilib is up to date
resolving dependencies...
looking for conflicting packages...

Package (1)             New Version   Net Change  Download Size

cachyos-extra-v4/js115  115.11.0-1.1   67,47 MiB      11,83 MiB

Total Download Size:   11,83 MiB
Total Installed Size:  67,47 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 js115-115.11.0-1.1-x86_64                                                                                         11,8 MiB  26,3 MiB/s 00:00 [---------------------------------------------------------------------------------------] 100%
(1/1) checking keys in keyring                                                                                                                [---------------------------------------------------------------------------------------] 100%
(1/1) checking package integrity                                                                                                              [---------------------------------------------------------------------------------------] 100%
(1/1) loading package files                                                                                                                   [---------------------------------------------------------------------------------------] 100%
(1/1) checking for file conflicts                                                                                                             [---------------------------------------------------------------------------------------] 100%
:: Running pre-transaction hooks...
(1/1) Performing snapper pre snapshots for the following configurations...
==> root: 434
:: Processing package changes...
(1/1) installing js115                                                                                                                        [---------------------------------------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Performing snapper post snapshots for the following configurations...
==> root: 435
CD-Z commented 6 months ago

Thank you for the fast response.

I tried it again and it still didn't work. However thanks to your output I noticed I forgot the y flag and after the refresh it worked.

Sorry to bother you. But also thanks for this amazing distro.