From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBnrg-0004PJ-LL for qemu-devel@nongnu.org; Mon, 28 Jul 2014 12:33:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBnrZ-0003tu-77 for qemu-devel@nongnu.org; Mon, 28 Jul 2014 12:33:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBnrZ-0003to-00 for qemu-devel@nongnu.org; Mon, 28 Jul 2014 12:33:25 -0400 Message-ID: <53D67B4E.1050709@redhat.com> Date: Mon, 28 Jul 2014 12:33:18 -0400 From: Cole Robinson MIME-Version: 1.0 References: <20140723044327.497.50174.malonedeb@chaenomeles.canonical.com> <20140723044327.497.50174.malonedeb@chaenomeles.canonical.com> <20140728160934.GK13872@stefanha-thinkpad.redhat.com> In-Reply-To: <20140728160934.GK13872@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1347387] [NEW] while i was created the new virtual machine using qemu the following error was shown in fedora version 20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Bug 1347387 <1347387@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On 07/28/2014 12:09 PM, Stefan Hajnoczi wrote: > On Wed, Jul 23, 2014 at 04:43:27AM -0000, selvakumar wrote: >> Public bug reported: >> >> [root@localhost pkgs]# qemu-img create virtualdisk.img 100M >> qemu-img: symbol lookup error: qemu-img: undefined symbol: glfs_discard_async > You need to update glusterfs-libs. gluster doesn't have API symbol versioning, so RPM doesn't automatically pick this dependency up like it does for well behaved libraries: https://bugzilla.redhat.com/show_bug.cgi?id=1096654 - Cole