From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcUmd-0006i9-Ry for qemu-devel@nongnu.org; Fri, 10 Oct 2014 03:38:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcUmY-00011U-UG for qemu-devel@nongnu.org; Fri, 10 Oct 2014 03:38:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcUmY-00011E-NA for qemu-devel@nongnu.org; Fri, 10 Oct 2014 03:38:34 -0400 Message-ID: <1412926708.11084.1.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 10 Oct 2014 09:38:28 +0200 In-Reply-To: References: <54368FAA.9080906@suse.cz> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu is missing monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Andreas Faerber , Jiri Slaby , QEMU Developers , Alexander Graf On Do, 2014-10-09 at 17:05 +0100, Peter Maydell wrote: > On 9 October 2014 14:37, Jiri Slaby wrote: > > Hi guys, > > > > qemu in opensuse latest (factory) does not have monitor. Despite > > libvte-devel is installed, it is not detected by qemu. The problem is > > that configure looks for vte-2.90, but we have vte-2.91 in factory. The > > attached patch fixes that for factory, but it's dirty, of course. > > Why the heck have the GTK folk made point releases end up > needing their own pkg-config library name?? Good question. They should not do that in the first place unless they have a ABI change (i.e. gtk2 -> gtk3 switch was a good reason). The point release doesn't look like that though ... I'd suggest to try sort that with vte upstream before trying to hack around this in qemu (and if we have to we'll need to check for both 2.90 and 2.91 because you don't know what version the user has installed). cheers, Gerd