You are not logged in.
When I issue command
# pacman -SyuI get the following output:
:: Synchronizing package databases...
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...
:: openjdk6 and jdk are in conflict (java-environment). Remove jdk? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: openjdk6 and jdk are in conflictA few days ago, I run '# pacman -Syu' and everything worked well. Today, I have this problem. Did anyone else encountered similar problem? Is there a solution to it?
I don't use openjdk6 nor I have it installed. I only use jdk.
Offline
Probably some package you have installed wants to install openjdk6. Run 'pacman -Qu' to get a list of what packages need to be updated and try to figure out which one is it.
Offline
Same pb here... The guilty was fop, which depends on java-batik which, itself, wants openjdk6...
Last edited by jaco (2012-03-09 14:28:29)
Offline
jdk provides java-environment=7, not java-environment https://aur.archlinux.org/packages/jd/jdk/PKGBUILD
Maybe this is the problem.
Offline
In my case, that's the new version of java-batik which, now, expects openjdk6 (http://projects.archlinux.org/svntogit/ … 4574314ec8) because there is problems with openjdk7. Unfortunately, the fop package expects java-batik.
Offline
Yup, that's right. I'm not sure how much of help it will be, but you can install jdk6, which provides java-environment=6: https://aur.archlinux.org/packages.php?ID=51907
If you don't need jdk version 7 for some other apps, it might work.
Offline
Yup, that's right. I'm not sure how much of help it will be, but you can install jdk6, which provides java-environment=6: https://aur.archlinux.org/packages.php?ID=51907
If you don't need jdk version 7 for some other apps, it might work.
Well, i need jdk 7 as i need to update my Java course... Anyway, it's not a big deal for me as i may build fop without java-batik
Offline