2014-03-25 21:14 GMT+01:00 LoneVVolf <lonewolf@xs4all.nl>:
On 25-03-14 16:09, Maykel Franco wrote:
2014-03-24 18:58 GMT+01:00 Karol Blazewicz <karol.blazewicz@gmail.com>:
On Mon, Mar 24, 2014 at 5:54 PM, Thomas Bächler <thomas@archlinux.org> wrote:
Am 24.03.2014 17:18, schrieb Karol Blazewicz:
jre7 is in the AUR so pacman won't update it, but jre7-openjdk is in the repos and provides the same 'item' as jre7: java-runtime=7 https://aur.archlinux.org/packages/jr/jre7/PKGBUILD https://www.archlinux.org/packages/extra/x86_64/jre7-openjdk/ that's why they conflict.
That's not why they conflict. It's because jre7 explicitly has java-runtime=7 as a conflict (among others). 'conflicts' has nothing to do with 'provides'.
You seem to be using jre7. If you want to keep using it, you have to keep jre7-openjdk out. Try adding it to IgnorePkg.
And how will that help?
root@arch-maykel /home/maykel/ # LANG=C yaourt -Rdd jre7-openjdk error: target not found: jre7-openjdk
It seems that a package is updated and the newer version explicitly depends on jre7-openjdk. This is probably a packaging error (although after a quick glance at the repos, I cannot find any such package).
You're right, Thomas. Maykel, install expac and run expac "%n - %E" -S $(checkupdates) | grep jre7-openjdk
Thanks for all. This command not result anything....
Maykel,
The error suggests you have jre7 installed from aur (https://aur.archlinux.org/packages/jre7/ ). Do you remember why you have that installed ? the output of pacman -Qi jre7 might also help to figure that out.
Lone_Wolf
I have install the jre7 because java openjdk use 90% CPU when connect to proxmox VMs. Also, jre7 works to applications very well, as netbeans, jitsi... Now, I have installed openjdk: maykel-arch /home/maykel :( # java -version java version "1.7.0_51" OpenJDK Runtime Environment (IcedTea 2.4.6) (ArchLinux build 7.u51_2.4.6-1-x86_64) OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode) And at the moment, works very well... Thanks for all.