You are not logged in.

#1 2007-08-28 01:13:00

T-u-N-i-X
Member
From: İstanbul
Registered: 2006-03-14
Posts: 435
Website

Dependency Problem

Hey There,

I'm using a local repo that syncs twice a day and I waited the whole day to see if these errors goes away but nothing happened. Anybody has this problem ?

---

[04:10] (tunix@penguix ~)$ sudo pacman -Syu
:: Synchronizing package databases...
testing is up to date
current is up to date
extra                    271,3K  107,9K/s 00:00:03 [#####################] 100%
community is up to date
unstable                   8,1K  123,3K/s 00:00:00 [#####################] 100%
:: Starting full system upgrade...
warning: apr: forcing upgrade to version 1.2.9-1
warning: jdk: local (6-2) is newer than extra (6u2-1)
warning: ruby: forcing upgrade to version 1.8.6_p36-3
resolving dependencies... done.
looking for inter-conflicts...
:: java-gcj-compat conflicts with jdk. Remove jdk? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: java-gcj-compat: conflicts with jdk

[04:10] (tunix@penguix ~)$ pacman -Qs java-gcj-compat
[04:10] (tunix@penguix ~)$


Quis custodiet ipsos custodiet?

Offline

#2 2007-08-28 01:17:31

T-u-N-i-X
Member
From: İstanbul
Registered: 2006-03-14
Posts: 435
Website

Re: Dependency Problem

I just realized that this is related with Azureus. Azureus wants to install a program called bcprov and that wants java-gcj-compat.. sad

I think the PKGBUILD of Azureus needs to be checked..


Quis custodiet ipsos custodiet?

Offline

#3 2007-08-28 08:59:28

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

Re: Dependency Problem

bcprov doesn't depend on java-gcj-compat here, but on java-runtime , which is providen by both jre and java-gcj-compat .
Since jdk depends on jre, and you've jdk installed, I suppose you have jre as well, right?


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

Offline

#4 2007-08-28 10:39:11

T-u-N-i-X
Member
From: İstanbul
Registered: 2006-03-14
Posts: 435
Website

Re: Dependency Problem

Yes, i have jre.. I added Azureus to IgnorePkg but then swt required java-gcj-compat.. So I gave up.. sad


Quis custodiet ipsos custodiet?

Offline

#5 2007-08-28 11:03:14

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

Re: Dependency Problem

Well, same for swt, it depends on java-runtime ...


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

Offline

#6 2007-08-28 15:48:49

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Dependency Problem

warning: jdk: local (6-2) is newer than extra (6u2-1)

JDK is probably the cause of your problem as 6u2 is the latest version.

For some reason pacman sees jdk-6-2 as newer than jdk-6u2-1, while the 6u versions came AFTER the 6 versions.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2007-08-28 16:03:03

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Dependency Problem

Basically, upgrade your jdk and jre first.  pacman -S jdk jre

Then you'll be able to update your system, most likely.

Offline

Board footer

Powered by FluxBB