You are not logged in.

#1 2009-08-05 21:01:14

panzeroceania
Member
Registered: 2009-06-04
Posts: 25

pacman-color depends on pacman 3.2

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

#2 2009-08-05 21:46:52

banshee28
Member
Registered: 2008-10-18
Posts: 336

Re: pacman-color depends on pacman 3.2

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 wink


Arch64, AMD64, LXDE

Offline

#3 2009-08-05 23:29:43

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: pacman-color depends on pacman 3.2

AUR issue, not a pacman or official repo > moving.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2009-08-06 22:47:02

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: pacman-color depends on pacman 3.2

Hello banshee28!

I did the same, and it seems as working.

Offline

#5 2009-08-08 11:08:45

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: pacman-color depends on pacman 3.2

Now can work without any reinstallation.

Offline

#6 2009-08-27 17:03:10

FlamingZebra90
Member
Registered: 2009-02-10
Posts: 7

Re: pacman-color depends on pacman 3.2

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

Board footer

Powered by FluxBB