You are not logged in.

#1 2007-07-20 20:03:28

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

package dependences block other packages

After pacman -Syu I've got an error.

:: thunderbird-spell-pl requires thunderbird=2.0.0.4

From arch's site I knew about other fresh packages, so I've removed thunderbird-spell-pl and make pacman -Syu again. After that I was able to update:

 hunspell-1.1.8-1  opera-9.22-1  thunderbird-2.0.0.5-1  thunderbird-i18n-2.0.0.5-1  wine-0.9.41-1

How can I make pacman update all packages (opera, wine etc.) bypassing those with dependencies conflicts (in my case thunderbird packages).
"pacman -Syu --ignore" or adding package to ignore list in /etc/pacman.conf is not a solution.

Last edited by qlus (2007-07-20 20:03:52)

Offline

#2 2007-07-20 20:42:51

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

Re: package dependences block other packages

That's not a wise thing to do, but you could try with -d (--nodeps). That's in pacman manpage btw.


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

Offline

#3 2007-07-20 20:53:21

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

Re: package dependences block other packages

I don't want to make version conflicts.
The case is clear. There is no new (2.0.0.5) version of thunderbird-spell-pl in repository. Could'nt just pacaman in that case skip updating: thunderbird and thunderbird-i18n to 2.0.0.5 (to prevent version conflicts) and update the rest?

Offline

#4 2007-07-20 21:14:09

shen
Member
Registered: 2003-09-05
Posts: 272
Website

Re: package dependences block other packages

looks like the package has been updated in the community for the thunderbird-spell-pl.

Offline

#5 2007-07-20 21:27:39

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

Re: package dependences block other packages

Yes, I've already get it. But there is still problem. pacman -Syu upgrade all my packages or none if there is some dependences problem (lack of one file). I wish it update all or just those packages without dependencies problem.

Offline

#6 2007-07-20 21:40:32

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

Re: package dependences block other packages

So you mean something like an auto ignore feature ?
Then please write a feature request for it on bugs.archlinux.org .


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

Offline

Board footer

Powered by FluxBB