You are not logged in.
Pages: 1
I get the following while trying to upgrade
[bhalios@sarch ~]$ sudo pacman -Syu
:: Synchronizing package databases...
catalyst is up to date
testing is up to date
core is up to date
extra is up to date
community-testing is up to date
community is up to date
multilib-testing is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace kscreen-frameworks with testing/kscreen? [Y/n] n
:: Replace libkscreen-frameworks with testing/libkscreen? [Y/n] n
resolving dependencies...
looking for conflicting packages...
Packages (26) apr-1.5.2-1 cracklib-2.9.4-1 gawk-4.1.2-1 git-2.3.7-1 gnupg-2.1.3-3 gpgme-1.5.4-1 intel-tbb-4.3_20150209-1 kdebase-lib-15.04.0-3 kdelibs-4.14.7-2 kio-5.9.0-2
libassuan-2.2.0-1 libcacard-2.3.0-1 libedit-20150325_3.1-1 libevdev-1.4.2-1 libgpg-error-1.19-1 libksba-1.3.3-1 libwbclient-4.2.1-1 linux-4.0.1-1 npth-1.2-1
pciutils-3.3.1-1 pinentry-0.9.1-1 qemu-2.3.0-1 smbclient-4.2.1-1 suitesparse-4.4.4-1 talloc-2.1.2-1 wpa_supplicant-1:2.3-1
Total Download Size: 15.71 MiB
Total Installed Size: 398.38 MiB
Net Upgrade Size: -6.35 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages ...
error: failed retrieving file 'kdelibs-4.14.7-2-x86_64.pkg.tar.xz' from mirror.bytemark.co.uk : The requested URL returned error: 403
error: failed retrieving file 'kdelibs-4.14.7-2-x86_64.pkg.tar.xz' from archlinux.mirrors.uk2.net : The requested URL returned error: 404
error: failed retrieving file 'kdelibs-4.14.7-2-x86_64.pkg.tar.xz' from arch.yourlabs.org : The requested URL returned error: 404
error: failed retrieving file 'kdelibs-4.14.7-2-x86_64.pkg.tar.xz' from [url=ftp://ftp.snt.utwente.nl]ftp.snt.utwente.nl[/url] : The requested URL returned error: 404
error: failed retrieving file 'kdelibs-4.14.7-2-x86_64.pkg.tar.xz' from mirror.i3d.net : The requested URL returned error: 404
error: failed retrieving file 'kdelibs-4.14.7-2-x86_64.pkg.tar.xz' from mirror.23media.de : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed retrieving file 'kio-5.9.0-2-x86_64.pkg.tar.xz' from mirror.bytemark.co.uk : The requested URL returned error: 403
error: failed retrieving file 'kio-5.9.0-2-x86_64.pkg.tar.xz' from archlinux.mirrors.uk2.net : The requested URL returned error: 404
error: failed retrieving file 'kio-5.9.0-2-x86_64.pkg.tar.xz' from arch.yourlabs.org : The requested URL returned error: 404
error: failed retrieving file 'kio-5.9.0-2-x86_64.pkg.tar.xz' from [url=ftp://ftp.snt.utwente.nl]ftp.snt.utwente.nl[/url] : The requested URL returned error: 404
error: failed retrieving file 'kio-5.9.0-2-x86_64.pkg.tar.xz' from mirror.i3d.net : The requested URL returned error: 404
error: failed retrieving file 'kio-5.9.0-2-x86_64.pkg.tar.xz' from mirror.23media.de : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.Any ideas?
Last edited by bhalios (2015-04-30 09:38:52)
Offline
Hi bhalios, welcome to the forums. Can you please read the forum etiquette and use code tags around output? Makes it a lot easier to read.
The errors you get mean that the packages do not exist (although they do). What is in your mirrorlist?
Offline
Sorry for that. I fixed it.
[catalyst]
Server = http://catalyst.wirephire.com/repo/catalyst/$arch
#SigLevel = Never
[testing]
Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community-testing]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
[multilib-testing]
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
#[catalyst-10.9]
#Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgsand the mirrorlist
Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch
Server = http://arch.yourlabs.org/$repo/os/$arch
Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch
Server = http://mirror.23media.de/archlinux/$repo/os/$archOffline
Interestingly it seems for both of those packages, while they do indeed exist on the mirror, it seems two versions (current and previous) are both in the extra repo on the first mirror listed.
I don't know if/how this would cause this error, but it is out of the ordinary, and if it isn't related to the problem it'd be quite a coincidence.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I guess that it was a problem with the server (hence the 403 error). It s up and running again and I can upgrade normally.
Thanks for your time and consideration.
Offline
Pages: 1