You are not logged in.
the title says it all, a user has to remove pacman-color in order to update to pacman 3.3.
EDIT 1:
hmm, I found that the AUR page on pacman-color has been updated and it says that it is compatible with the latest pacman 3.3 so I will try to install it again.
http://aur.archlinux.org/packages.php?ID=11827
EDIT 2:
I double checked and when using yaourt, it still thinks that pacman-color depends on pacman 3.2
EDIT 3:
confirmed yaourt is up to date, still having the same problem.
EDIT 4:
via #archlinux IRC I discovered that my configuration of yaourt was the heart of the problem, more precisely my using the archlinuxfr repository which is now out of date rather than going straight to the AUR.
I have since remedied this though, and also found that there is someone developing another program similar in function to yaourt since it is no longer being maintained, see the comments section here for more details.
http://aur.archlinux.org/packages.php?ID=11827
Last edited by panzeroceania (2009-08-05 21:40:41)
Offline
I also had a problem upgrading to the new pacman 3.3 due to pacman-color. What I did was remove pacman-color, reinstalled the latest from AUR, which also upgraded me to the latest pacman 3.3.0-2. Not sure if this was the best way to upgrade, but it worked ![]()
Arch64, AMD64, LXDE
Offline
AUR issue, not a pacman or official repo > moving.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Hello banshee28!
I did the same, and it seems as working.
Offline
Now can work without any reinstallation.
Offline
i had the same problem. i did:
$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
...
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]
y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: pacman-color: requires pacman=3.2.2
$ sudo pacman -R pacman-color
checking dependencies...
warning: /etc/pacman.d/color.conf saved as /etc/pacman.d/color.conf.pacsave
(1/1) removing pacman-color [#########################################################] 100%
$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
...
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]
y
resolving dependencies...
looking for inter-conflicts...
Targets (2): libfetch-2.25-1 pacman-3.3.0-3
Total Download Size: 0.61 MB
Total Installed Size: 2.05 MB
Proceed with installation? [Y/n]
y
...
(2/2) upgrading pacman [#########################################################] 100%
ryan ~ $ emerge pacman-color
resolving dependencies...
looking for inter-conflicts...
Targets (1): pacman-color-3.3.0-1
Total Download Size: 0.03 MB
Total Installed Size: 0.07 MB
Proceed with installation? [Y/n]
y
...
(1/1) installing pacman-color [#########################################################] 100%
...Last edited by FlamingZebra90 (2009-08-27 17:07:09)
And so it went...
Offline