You are not logged in.
My system has not updated for a couple of days, for the last day it has been running successfuly but showing as up to date with no updates to install, which is unusual for 36hours as there's always something to update.
As of today I updated my mirrorlist to the lastest version and this is the output I get on trying to update, a quick google of these lines and searching on here gets me no results, any help on where to start looking would be appreciated.
[user@archlinux ~]$ sudo pacman -Sy
:: Synchronizing package databases...
testing 12.7 KiB 3.09M/s 00:00 [###########################################################################] 100%
core 122.1 KiB 962K/s 00:00 [###########################################################################] 100%
extra 1805.8 KiB 1873K/s 00:01 [###########################################################################] 100%
error: failed retrieving file 'pacman.confesting.db' from mirror.unitedcolo.de : The requested URL returned error: 400 Bad Request
error: failed retrieving file 'pacman.confesting.db' from ftp.snt.utwente.nl : The requested URL returned error: 404 Not Found
error: failed retrieving file 'pacman.confesting.db' from archlinux.neuf.no : The requested URL returned error: 400 Bad Request
error: failed retrieving file 'pacman.confesting.db' from ftp.portlane.com : The requested URL returned error: 400 Bad Request
error: failed retrieving file 'pacman.confesting.db' from lon.mirror.rackspace.com : The requested URL returned error: 404 Not Found
error: failed to update community-tsudo leafpad /etc/pacman.confesting (download library error)
community 2.4 MiB 1781K/s 00:01 [###########################################################################] 100%
multilib-testing 3.7 KiB 0.00B/s 00:00 [###########################################################################] 100%
multilib 121.0 KiB 953K/s 00:00 [###########################################################################] 100%
infinality-bundle is up to dateThe error appears no matter which update server I enable.
Last edited by bug2k12 (2014-12-18 10:08:49)
Offline
Is community-tsudo leafpad /etc/pacman.confesting a custom repository or something?
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
WTF is /etc/pacman.confesting? If should be /etc/pacman.conf. Check your files.
Is community-tsudo leafpad /etc/pacman.confesting a custom repository or something?
Nah, it's 'community-t'+'esting'+'/etc/pacman.conf'+'sudo' ...
Last edited by karol (2014-12-17 15:56:15)
Offline
![]()
Please post your "/etc/pacman.conf" file. It looks like you accidentally typed in / erased some words. ![]()
EDIT: Looks like karol may have solved the mystery. ![]()
Last edited by drcouzelis (2014-12-17 16:06:06)
Offline
Also, while the above is almost certainly the cause of (and implies the solution to) the problem, be very careful with a `pacman -Sy` command. I'd recommend never ever using that command: don't use '-Sy' without 'u'. Of couse this will do no harm if the next step is to update - but running "-Sy" should be avoided lest it becomes a dangerous habit.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
How stupid do I feel now!
Looks like I had focus on wrong terminal and added a couple of extra lines!
[user@archlinux ~]$ sudo pacman -Syyu
:: Synchronizing package databases...
core 122.1 KiB 962K/s 00:00 [###########################################################################] 100%
extra 1805.8 KiB 1950K/s 00:01 [###########################################################################] 100%
community-testing 9.4 KiB 3.05M/s 00:00 [###########################################################################] 100%
community 2.4 MiB 1982K/s 00:01 [###########################################################################] 100%
multilib-testing 3.7 KiB 0.00B/s 00:00 [###########################################################################] 100%
multilib 121.0 KiB 961K/s 00:00 [###########################################################################] 100%
infinality-bundle 9.8 KiB 0.00B/s 00:00 [###########################################################################] 100%
infinality-bundle.sig 287.0 B 0.00B/s 00:00 [###########################################################################] 100%
:: Starting full system upgrade...
warning: lib32-db: local (5.3.28-2) is newer than multilib (5.3.28-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-gtk3: requires gtk3=3.14.5but no other updates found?
Offline
but no other updates found?
Does https://www.archlinux.org/packages/?sort=-last_update contain anything that was supposed to be updated on your system?
Offline
How stupid do I feel now!
Looks like I had focus on wrong terminal and added a couple of extra lines![user@archlinux ~]$ sudo pacman -Syyu :: Synchronizing package databases... core 122.1 KiB 962K/s 00:00 [###########################################################################] 100% extra 1805.8 KiB 1950K/s 00:01 [###########################################################################] 100% community-testing 9.4 KiB 3.05M/s 00:00 [###########################################################################] 100% community 2.4 MiB 1982K/s 00:01 [###########################################################################] 100% multilib-testing 3.7 KiB 0.00B/s 00:00 [###########################################################################] 100% multilib 121.0 KiB 961K/s 00:00 [###########################################################################] 100% infinality-bundle 9.8 KiB 0.00B/s 00:00 [###########################################################################] 100% infinality-bundle.sig 287.0 B 0.00B/s 00:00 [###########################################################################] 100% :: Starting full system upgrade... warning: lib32-db: local (5.3.28-2) is newer than multilib (5.3.28-1) resolving dependencies... looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: lib32-gtk3: requires gtk3=3.14.5but no other updates found?
In the middle of fixing this, I see that [testing] got disabled. I'd either {re-enable it} or {disable the other two testing repositories and issue a pacman -Syuu}.
Last edited by clfarron4 (2014-12-17 18:25:39)
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
Yes there are quite a few updates that should have been picked up, but pacman has been showing my system as up to date for the last 2 days.
Offline
Is your mirror up to date (https://www.archlinux.org/mirrors/status/)?
Offline
Yes there are quite a few updates that should have been picked up, but pacman has been showing my system as up to date for the last 2 days.
Is [testing] enabled? I hinted at this in my last comment.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
Yes I had enabled testing.
If I disable all testing I get this result
[user@archlinux ~]$ sudo pacman -Syyu
:: Synchronizing package databases...
core 122.1 KiB 330K/s 00:00 [###########################################################################] 100%
extra 1805.9 KiB 1069K/s 00:02 [###########################################################################] 100%
community 2.4 MiB 1185K/s 00:02 [###########################################################################] 100%
multilib 121.0 KiB 181K/s 00:01 [###########################################################################] 100%
infinality-bundle 9.8 KiB 0.00B/s 00:00 [###########################################################################] 100%
infinality-bundle.sig 287.0 B 0.00B/s 00:00 [###########################################################################] 100%
:: Starting full system upgrade...
warning: lib32-db: local (5.3.28-2) is newer than multilib (5.3.28-1)
warning: lib32-mesa: local (10.4.0-1) is newer than multilib (10.3.5-1)
warning: lib32-p11-kit: local (0.22.1-3) is newer than multilib (0.22.1-1)
warning: lib32-systemd: local (218-1) is newer than multilib (217-1)
warning: virtualbox: local (4.3.20-3) is newer than community (4.3.20-1)
warning: virtualbox-guest-utils: local (4.3.20-3) is newer than community (4.3.20-1)
warning: virtualbox-host-dkms: local (4.3.20-3) is newer than community (4.3.20-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-gtk3: requires gtk3=3.14.5Offline
Either disable every testing repo, and update with doube u (with -Syuu), or enable testing repo (you accidentaly disabled it) and update as usual.
Last edited by bstaletic (2014-12-17 20:49:07)
Offline
with testing repos enabled (same output with pacman -Syyu)
[user@archlinux ~]$ sudo pacman -Syuu
:: Synchronizing package databases...
testing 19.0 KiB 238K/s 00:00 [###########################################################################] 100%
core 122.1 KiB 127K/s 00:01 [###########################################################################] 100%
extra 1805.9 KiB 1038K/s 00:02 [###########################################################################] 100%
community-testing 13.5 KiB 2.63M/s 00:00 [###########################################################################] 100%
community 2.4 MiB 1166K/s 00:02 [###########################################################################] 100%
multilib-testing 3.7 KiB 0.00B/s 00:00 [###########################################################################] 100%
multilib 121.0 KiB 181K/s 00:01 [###########################################################################] 100%
infinality-bundle is up to date
:: Starting full system upgrade...
warning: lib32-db: downgrading from version 5.3.28-2 to version 5.3.28-1
:: Replace mesa-dri with testing/mesa? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-gtk3: requires gtk3=3.14.5with testing repos disabled
[user@archlinux ~]$ sudo pacman -Syuu
:: Synchronizing package databases...
core 122.1 KiB 167K/s 00:01 [###########################################################################] 100%
extra 1805.9 KiB 357K/s 00:05 [###########################################################################] 100%
community 2.4 MiB 384K/s 00:06 [###########################################################################] 100%
multilib 121.0 KiB 140K/s 00:01 [###########################################################################] 100%
infinality-bundle is up to date
:: Starting full system upgrade...
warning: lib32-db: downgrading from version 5.3.28-2 to version 5.3.28-1
warning: lib32-mesa: downgrading from version 10.4.0-1 to version 10.3.5-1
warning: lib32-p11-kit: downgrading from version 0.22.1-3 to version 0.22.1-1
warning: lib32-systemd: downgrading from version 218-1 to version 217-1
warning: virtualbox: downgrading from version 4.3.20-3 to version 4.3.20-1
warning: virtualbox-guest-utils: downgrading from version 4.3.20-3 to version 4.3.20-1
warning: virtualbox-host-dkms: downgrading from version 4.3.20-3 to version 4.3.20-1
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-gtk3: requires gtk3=3.14.5
[user@archlinux ~]$ sudo pacman -Syyu
:: Synchronizing package databases...
core 122.1 KiB 82.7K/s 00:01 [###########################################################################] 100%
extra 1805.9 KiB 252K/s 00:07 [###########################################################################] 100%
community 2.4 MiB 307K/s 00:08 [###########################################################################] 100%
multilib 121.0 KiB 192K/s 00:01 [###########################################################################] 100%
infinality-bundle 9.8 KiB 0.00B/s 00:00 [###########################################################################] 100%
infinality-bundle.sig 287.0 B 0.00B/s 00:00 [###########################################################################] 100%
:: Starting full system upgrade...
warning: lib32-db: local (5.3.28-2) is newer than multilib (5.3.28-1)
warning: lib32-mesa: local (10.4.0-1) is newer than multilib (10.3.5-1)
warning: lib32-p11-kit: local (0.22.1-3) is newer than multilib (0.22.1-1)
warning: lib32-systemd: local (218-1) is newer than multilib (217-1)
warning: virtualbox: local (4.3.20-3) is newer than community (4.3.20-1)
warning: virtualbox-guest-utils: local (4.3.20-3) is newer than community (4.3.20-1)
warning: virtualbox-host-dkms: local (4.3.20-3) is newer than community (4.3.20-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-gtk3: requires gtk3=3.14.5Offline
You have a problem with outdated lib32-gtk3 package. Since it is not in official repos pacman has no idea where to get it. The fastest way would be updating just that package and updating with either one of the methods you have tryed.
Offline
You'll have to remove that package and any packages that rely on it, update gtk3, then reinstall those packages, as attempting to update the lib32-gtk3 package will also fail since it relies on the updated gtk3, which will fail to update because of the outdated lib32-gtk3 in some sort of inception style update requirement. lol
AUR has the updated version of lib32-gtk3 from what I can see, if you need it.
Last edited by ivanmmj (2014-12-18 05:41:41)
Offline
Fixed!
Disabled the testing repos, removed both gtk3 and lib32-gtk3, updates ran fine, then reinstall gtk3, then lib32-gtk3 and the packages that need those.
Re-enabled the testing repos and everything else updated fine.
Thanks for the help!
I'll need to be more careful which terminal I'm typing on in the future.
Offline