[Users] unable to install ovirt nightly all in one due to java dependency

Helo, on a freshly installed F18 I get this $ sudo yum install ovirt-engine-setup-plugin-allinone ... --> Processing Dependency: java-1.7.0-openjdk >= 1:1.7.0.9-2.3.3.2 for package: ovirt-engine-3.2.0-1.20130104.git2ad721c.fc18.noarch ---> Package plexus-cli.noarch 0:1.2-12.fc18 will be installed --> Finished Dependency Resolution Error: Package: ovirt-engine-3.2.0-1.20130104.git2ad721c.fc18.noarch (ovirt-nightly) Requires: java-1.7.0-openjdk >= 1:1.7.0.9-2.3.3.2 Installed: 1:java-1.7.0-openjdk-1.7.0.9-2.3.3.fc18.1.x86_64 (@fedora) java-1.7.0-openjdk = 1:1.7.0.9-2.3.3.fc18.1 My java 1.7.0.9-2.3.3.fc18.1 is requested by libreoffice... I don't see any java in ovirt repo.. Is it really true such a dependency at a low level? 1.7.0.9-2.3.3.2 vs 1.7.0.9-2.3.3.fc18.1 what an universally runnable language... ;-) If I try to remove java Dependencies Resolved ======================================================================================================================================= Package Arch Version Repository Size ======================================================================================================================================= Removing: java-1.7.0-openjdk x86_64 1:1.7.0.9-2.3.3.fc18.1 @fedora 89 M Removing for dependencies: icedtea-web x86_64 1.3.1-1.fc18 @fedora 873 k libreoffice-calc x86_64 1:3.6.3.2-8.fc18 @fedora 23 M libreoffice-core x86_64 1:3.6.3.2-8.fc18 @fedora 219 M libreoffice-draw x86_64 1:3.6.3.2-8.fc18 @fedora 2.2 M libreoffice-graphicfilter x86_64 1:3.6.3.2-8.fc18 @fedora 1.1 M libreoffice-impress x86_64 1:3.6.3.2-8.fc18 @fedora 3.1 M libreoffice-langpack-en x86_64 1:3.6.3.2-8.fc18 @fedora 0.0 libreoffice-langpack-it x86_64 1:3.6.3.2-8.fc18 @fedora 27 M libreoffice-math x86_64 1:3.6.3.2-8.fc18 @fedora 3.2 M libreoffice-pdfimport x86_64 1:3.6.3.2-8.fc18 @fedora 1.5 M libreoffice-presenter-screen x86_64 1:3.6.3.2-8.fc18 @fedora 2.2 M libreoffice-ure x86_64 1:3.6.3.2-8.fc18 @fedora 8.6 M libreoffice-writer x86_64 1:3.6.3.2-8.fc18 @fedora 15 M libreoffice-xsltfilter x86_64 1:3.6.3.2-8.fc18 @fedora 1.9 M Transaction Summary ======================================================================================================================================= Remove 1 Package (+14 Dependent packages)

On Sun, Jan 6, 2013 at 10:03 PM, Gianluca Cecchi wrote:
My java 1.7.0.9-2.3.3.fc18.1 is requested by libreoffice... I don't see any java in ovirt repo.. Is it really true such a dependency at a low level? 1.7.0.9-2.3.3.2 vs 1.7.0.9-2.3.3.fc18.1
what an universally runnable language... ;-)
solved enabling updates-testing repo for f18, that contains the java version required, as f18 has switched to RC1 and is not enabled by default
participants (1)
-
Gianluca Cecchi