You are not logged in.

#1 2009-02-01 20:32:39

kolcon
Member
Registered: 2009-02-01
Posts: 21

pacman keeps installing the same packages

when I do pacman -Syu, it always wants to install:

# pacman -Syu
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (10): brltty-3.10-1  dmidecode-2.10-1  gstreamer0.10-good-0.10.11-1  libsoup-2.24.3-1 
              gstreamer0.10-good-plugins-0.10.11-1  gstreamer0.10-ugly-0.10.10-1  gstreamer0.10-ugly-plugins-0.10.10-1 
              libtheora-1.0-1  poppler-0.10.2-1  poppler-glib-0.10.2-1 

Total Download Size:    0.00 MB
Total Installed Size:   30.17 MB

but

# pacman -Q brltty
brltty 3.10-1

Why?

Offline

#2 2009-02-01 20:37:24

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: pacman keeps installing the same packages

Whats the output of : ls -ld /var/lib/pacman/local/brltty*


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2009-02-01 20:43:23

kolcon
Member
Registered: 2009-02-01
Posts: 21

Re: pacman keeps installing the same packages

# ls -ld /var/lib/pacman/local/brltty*
drwxr-xr-x 2 root root 43 2009-02-01 18:36 /var/lib/pacman/local/brltty-3.10-1
drwxr-xr-x 2 root root 43 2008-09-03 22:05 /var/lib/pacman/local/brltty-3.9-1

Offline

#4 2009-02-01 20:57:31

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: pacman keeps installing the same packages

Remove the duplicated directories (only keep one for each package), then reinstall all these problematic packages.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2009-02-02 07:32:07

kolcon
Member
Registered: 2009-02-01
Posts: 21

Re: pacman keeps installing the same packages

OK, that helped. Question is still how the duplications got there...

Offline

Board footer

Powered by FluxBB