You are not logged in.

#1 2009-10-26 07:15:33

zaggynl
Member
Registered: 2008-04-16
Posts: 29

[RESOLVED] Unable to update..

~]$ 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

#2 2009-10-26 07:40:59

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [RESOLVED] Unable to update..

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

#3 2009-10-26 08:25:09

EvgGad
Member
Registered: 2006-10-22
Posts: 5

Re: [RESOLVED] Unable to update..

First you have to remove them wink
# pacman -Rd klibc klibc-extras klibc-module-init-tools klibc-udev

Offline

#4 2009-10-26 08:38:09

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [RESOLVED] Unable to update..

No you don't...  "pacman -Syuu"

Offline

#5 2009-10-26 12:45:33

zaggynl
Member
Registered: 2008-04-16
Posts: 29

Re: [RESOLVED] Unable to update..

Snowman wrote:

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.

Allan wrote:

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

Board footer

Powered by FluxBB