[arch-general] Error when I try update pacman -Syu
I have this error when I like update all system: root@arch-maykel /home/maykel/ # LANG=C pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date multilib is up to date archlinuxfr is up to date :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: jre7-openjdk and jre7 are in conflict (java-runtime). Remove jre7? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: jre7-openjdk and jre7 are in conflict (java-runtime=7) I find the solution in https://bbs.archlinux.org/viewtopic.php?id=154154 but not worked for me: root@arch-maykel /home/maykel/ # LANG=G yaourt -Rdd jre7-openjdk error: target not found: jre7-openjd Thanks in advanced.
On Mon, Mar 24, 2014 at 4:56 PM, Maykel Franco <maykeldebian@gmail.com> wrote:
I have this error when I like update all system:
root@arch-maykel /home/maykel/ # LANG=C pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date multilib is up to date archlinuxfr is up to date :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: jre7-openjdk and jre7 are in conflict (java-runtime). Remove jre7? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: jre7-openjdk and jre7 are in conflict (java-runtime=7)
I find the solution in https://bbs.archlinux.org/viewtopic.php?id=154154 but not worked for me:
root@arch-maykel /home/maykel/ # LANG=G yaourt -Rdd jre7-openjdk error: target not found: jre7-openjd
Thanks in advanced.
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. 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.
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).
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
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....
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
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.
participants (4)
-
Karol Blazewicz
-
LoneVVolf
-
Maykel Franco
-
Thomas Bächler