Project

General

Profile

Bug #2354

Updated by bill-auger almost 5 years ago

_TLDR: if you have this problem today, open /etc/pacman.d/mirrorlist and copy one of the commented-out parabola mirrors to the top of the mirrorlist - then pacman -Syu
_

since

the 'guile' package from arch was upgraded yesterday but the parabola repos still have the previous version, and the redirector can not find any arch mirror with that package - it is a dependency of 'make', so a rather important package

https://www.archlinux.org/packages/extra/x86_64/guile/

today someone reported several haskel packages with the same situation

perhaps related: i removed the 'gnutls-guile' package from the repos yesterday but the parabola mirrors still have it

anyone using the redirector with these packages installed will not be able to upgrade

<pre>
error: failed retrieving file <P> from redirector.parabola.nu : The requested URL returned error: 404
warning: failed to retrieve some files

where the currently known <P>'s are:
'guile-2.2.5-1-x86_64.pkg.tar.xz'
'haskell-microlens-0.4.11.2-1-x86_64.pkg.tar.xz'
'haskell-typed-process-0.2.5.0-2-x86_64.pkg.tar.xz'
'haskell-rio-0.1.9.2-19-x86_64.pkg.tar.xz'
</pre>

Back