From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZhmu-0007sM-Mk for qemu-devel@nongnu.org; Fri, 25 Oct 2013 09:50:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZhmp-0005Xt-KF for qemu-devel@nongnu.org; Fri, 25 Oct 2013 09:50:52 -0400 Received: from smtp.polymtl.ca ([132.207.4.11]:33044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZhmp-0005Wi-7w for qemu-devel@nongnu.org; Fri, 25 Oct 2013 09:50:47 -0400 Message-ID: <526A772C.70201@polymtl.ca> Date: Fri, 25 Oct 2013 09:50:36 -0400 From: Mohamad Gebai MIME-Version: 1.0 References: <1382661967-23561-1-git-send-email-mohamad.gebai@polymtl.ca> <1382661967-23561-2-git-send-email-mohamad.gebai@polymtl.ca> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 1/5] Fix configure script for LTTng 2.x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: stefanha@gmail.com, qemu-devel@nongnu.org, Mohamad Gebai >> Signed-off-by: Mohamad Gebai >> --- > > > Tested on Ubuntu 12.04 with and without the LTTNG PPA and seems to work > well enough. > > Reviewed-by: Alex Benn=C3=A9e > Yes, the bug is actually only in the Ubuntu package (missing liburcu*.pc=20 files). It is fixed everywhere else, including the LTTng PPA. There is a=20 bug report about it on Launchpad. Either ways, this fall back avoids=20 getting an error with the Ubuntu packages. Thanks! Mohamad