[Bug 841325] New: libvirt installation broken
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c0 Summary: libvirt installation broken Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: f_koch@gmx.de QAContact: qa-bugs@suse.de Found By: Community User Blocker: Yes Hi, installed 13.1 Beta1 today and try to install kvm hypervisor, fails with uninstallable dependecys. it seems libvirt makes the trouble koch@linux-ca2p:~> cat /etc/SuSE-release openSUSE 13.1 Beta 1 (x86_64) VERSION = 13.1 CODENAME = Bottle koch@linux-ca2p:~> sudo zypper install libvirt root's password: Loading repository data... Reading installed packages... Resolving package dependencies... Problem: libvirt-1.1.2-1.1.x86_64 requires libvirt-client = 1.1.2-1.1, but this requirement cannot be provided uninstallable providers: libvirt-client-1.1.2-1.1.i586[repo-oss] libvirt-client-1.1.2-1.1.x86_64[repo-oss] Solution 1: deinstallation of gettext-runtime-mini-0.18.3-1.1.x86_64 Solution 2: do not install libvirt-1.1.2-1.1.x86_64 Solution 3: do not install libvirt-1.1.2-1.1.x86_64 Solution 4: break libvirt-1.1.2-1.1.x86_64 by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c1 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |jfehlig@suse.com |ovo.novell.com | --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-22 13:51:08 UTC --- Assigning to libvirt maintainer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c2 --- Comment #2 from Florian Koch <f_koch@gmx.de> 2013-09-22 17:23:02 UTC --- Choose option 1 solve the Problem. i installed from a KDE Live Image -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c3 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |jdouglas@suse.com InfoProvider| |tchvatal@suse.com --- Comment #3 from James Fehlig <jfehlig@suse.com> 2013-10-04 01:37:38 UTC --- Was this fixed while I was on vacation? :) Didn't notice the problem in #0 while doing a fresh install today, although I selected the kvm_server pattern when configuring the install. But nonetheless, ended up with a working libvirt installation. scarabeus_iv mentioned this bug in a submit request I received, which was later revoked stating "Wrong fix, the issue is on sasl side so lets fix it there.". Tomas, has this been fixed meanwhile? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c4 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |tchvatal@suse.com InfoProvider|tchvatal@suse.com | --- Comment #4 from Tomáš Chvátal <tchvatal@suse.com> 2013-10-04 07:39:41 UTC --- Nah I suspected it was caused due to the build failure of libvirt in factory, but I was wrong, and fixing libvirt was actually easier to be done on sasl side :) Anyway the bug still persist on Factory at least (no 13.1 at hand right now): LC_ALL=C zypper in libvirt Loading repository data... Reading installed packages... Resolving package dependencies... Problem: libvirt-1.1.2-3.3.x86_64 requires libvirt-client = 1.1.2-3.3, but this requirement cannot be provided uninstallable providers: libvirt-client-1.1.2-3.3.i586[repo-oss] libvirt-client-1.1.2-3.3.x86_64[repo-oss] Solution 1: Following actions will be done: deinstallation of gettext-tools-mini-0.18.3.1-1.1.x86_64 deinstallation of gettext-runtime-mini-0.18.3.1-1.1.x86_64 Solution 2: do not install libvirt-1.1.2-3.3.x86_64 Solution 3: do not install libvirt-1.1.2-3.3.x86_64 Solution 4: break libvirt-1.1.2-3.3.x86_64 by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): But the weirdest thing is that the libvirt-client actually is around: libvirt-client-1.1.2-3.3.x86_64.rpm 01-Oct-2013 11:46 4.6M Details Might be due to the requires in the client subpackage: # Needed by libvirt-guests init script. Requires: gettext As you should probably pick one of these instead: i | gettext-runtime | Tools for Native Language Support (NLS) | package i | gettext-tools | Tools for Native Language Support (NLS) | package -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c5 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from James Fehlig <jfehlig@suse.com> 2013-10-15 05:16:48 UTC --- (In reply to comment #4)
As you should probably pick one of these instead: i | gettext-runtime | Tools for Native Language Support (NLS) | package i | gettext-tools | Tools for Native Language Support (NLS) | package
I've made the following changes to libvirt.spec --- libvirt.spec (revision 57281de36bd8fb7d0c5975f0285c9fb2) +++ libvirt.spec (working copy) @@ -273,7 +273,7 @@ # listed against each sub-RPM BuildRequires: autoconf BuildRequires: automake -BuildRequires: gettext-devel +BuildRequires: gettext-tools BuildRequires: libtool %if %{with_systemd} BuildRequires: systemd @@ -282,7 +282,6 @@ BuildRequires: xen-devel %endif BuildRequires: fdupes -BuildRequires: gettext BuildRequires: libattr-devel BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel @@ -849,7 +848,7 @@ # (client invokes 'nc' against the UNIX socket on the server) Requires: netcat-openbsd # Needed by libvirt-guests init script. -Requires: gettext +Requires: gettext-runtime # Needed by virt-pki-validate script. Requires: gnutls # Needed for probing the power management features of the host. Submitted to Factory and requested the SR (#203343) be copied to 13.1. AFAIK, nothing left to do here. Please reopen if there are further issues. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c6 --- Comment #6 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-10-15 08:00:45 CEST --- This is an autogenerated message for OBS integration: This bug (841325) was mentioned in https://build.opensuse.org/request/show/203343 Factory / libvirt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com