You are not logged in.
~]$ yaourt -Syu --noconfirm
Error: PACMANBIN: /usr/bin/pacman-color is incorrect
/usr/bin/pacman-color no recognized in config file
Password:
:: Synchronizing package databases...
testing 20.2K 297.8K/s 00:00:00 [#########################################
core 34.6K 472.8K/s 00:00:00 [#########################################
extra 437.5K 781.6K/s 00:00:01 [#########################################
community 368.9K 772.5K/s 00:00:00 [#########################################
archlinuxfr is up to date
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
resolving dependencies...
:: klibc-extras: requires klibc-3n3JpeSafN-ERYus5GCeYs9zps4
:: klibc-module-init-tools: requires klibc-3n3JpeSafN-ERYus5GCeYs9zps4
:: klibc-udev: requires klibc-3n3JpeSafN-ERYus5GCeYs9zps4
~]$ sudo pacman -Syu --noconfirm
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
warning: klibc: local (1.5.15-4) is newer than core (1.5.15-3)
warning: klibc-extras: local (2.5-5) is newer than core (2.5-4)
warning: klibc-module-init-tools: local (3.8-2) is newer than core (3.8-1)
warning: klibc-udev: local (141-4) is newer than core (141-3)
resolving dependencies...
warning: provider package was selected (klibc provides klibc-ZDKsi3-26FsDESCI-iuSyAp2VKg)
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: klibc-extras: requires klibc-3n3JpeSafN-ERYus5GCeYs9zps4
:: klibc-module-init-tools: requires klibc-3n3JpeSafN-ERYus5GCeYs9zps4
:: klibc-udev: requires klibc-3n3JpeSafN-ERYus5GCeYs9zps4
~]$
So yeah, where do I start?
Last edited by zaggynl (2009-11-02 07:35:06)
Offline
the klibc packages were removed from testing because they were broken. You need to reinstall the ones in core:
# pacman -S klibc klibc-extras klibc-module-init-tools klibc-udev
# pacman -Syu
Offline
First you have to remove them ![]()
# pacman -Rd klibc klibc-extras klibc-module-init-tools klibc-udev
Offline
No you don't... "pacman -Syuu"
Offline
the klibc packages were removed from testing because they were broken. You need to reinstall the ones in core:
# pacman -S klibc klibc-extras klibc-module-init-tools klibc-udev
# pacman -Syu
Ah, makes sense now.
No you don't... "pacman -Syuu"
Awesome!
-u, --sysupgrade
Upgrades all packages that are out of date. Each currently-installed package will be examined and upgraded if a newer
package exists. A report of all packages to upgrade will be presented and the operation will not proceed without user
confirmation. Dependencies are automatically resolved at this level and will be installed/upgraded if necessary. Pass
this option twice to enable package downgrade; in this case pacman will select sync packages whose version does not
match with the local version. This can be useful when the user switches from a testing repo to a stable one.
I should read manual pages more slowly.
Last edited by zaggynl (2009-10-26 12:46:40)
Offline