You are not logged in.
Since a few days it has become impossible to update Arch on my Intel-Imac (Arch only) due to some problem with Java. I think the last lines of the error message says enough.
[mc@imac2 ~]$ sudo pacman -Syu
Wachtwoord:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
resolving dependencies...
warning: dependency cycle detected:
warning: udev will be installed before its util-linux dependency
warning: dependency cycle detected:
warning: rhino will be installed before its jre7-openjdk-headless dependency
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: antlr2: requires java-runtime
[mc@imac2 ~]$ sudo pacman -S jre7-openjdk
resolving dependencies...
looking for inter-conflicts...
:: jre7-openjdk and jre7-openjdk-headless are in conflict (java-runtime). Remove jre7-openjdk-headless? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: jre7-openjdk: requires jre7-openjdk-headless
[mc@imac2 ~]$
Last edited by mianka (2012-03-18 03:05:35)
Offline
The current jre7-openjdk does not conflict with jre7-openjdk-headless: http://projects.archlinux.org/svntogit/ … a16d599dfe
Try 'pacman -S jre7-openjdk jre7-openjdk-headless' first.
Offline
It worked. Thank you for the quick response.
Offline