From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcUwi-0001Xh-CT for qemu-devel@nongnu.org; Fri, 10 Oct 2014 03:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcUwh-0004vu-Jy for qemu-devel@nongnu.org; Fri, 10 Oct 2014 03:49:04 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:40969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcUwh-0004vg-D3 for qemu-devel@nongnu.org; Fri, 10 Oct 2014 03:49:03 -0400 Received: by mail-wg0-f44.google.com with SMTP id y10so3162560wgg.3 for ; Fri, 10 Oct 2014 00:49:02 -0700 (PDT) Sender: Jiri Slaby Message-ID: <54378F6C.80409@suse.cz> Date: Fri, 10 Oct 2014 09:49:00 +0200 From: Jiri Slaby MIME-Version: 1.0 References: <54368FAA.9080906@suse.cz> In-Reply-To: Content-Type: text/plain; charset=utf-8 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 , QEMU Developers , Alexander Graf On 10/09/2014, 06:05 PM, 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?? Don't ask me, /me wonders too. I am thinking of one of * --enable-vte=2.91: we would have to do rpm -q vte-devel in .spec, but that should work * for ver in `seq 0 9`; do if pkg-config --exists vte-2.9$ver; then vteversion="vte-2.9$ver" fi done * yell at the author of the versioning to retract and rethink! thanks, -- js suse labs