From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X82Dy-0005Tc-1E for qemu-devel@nongnu.org; Fri, 18 Jul 2014 03:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X82Ds-0000x4-2s for qemu-devel@nongnu.org; Fri, 18 Jul 2014 03:04:57 -0400 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:40268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X82Dr-0000wz-Rc for qemu-devel@nongnu.org; Fri, 18 Jul 2014 03:04:52 -0400 Received: by mail-pd0-f172.google.com with SMTP id ft15so4534775pdb.3 for ; Fri, 18 Jul 2014 00:04:50 -0700 (PDT) Date: Fri, 18 Jul 2014 15:05:05 +0800 From: Liu Yuan Message-ID: <20140718070505.GA30823@ubuntu-trusty> References: <1405135060-25369-1-git-send-email-namei.unix@gmail.com> <20140714030608.GA17075@G08FNSTD100614.fnst.cn.fujitsu.com> <20140715141614.GA9837@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140715141614.GA9837@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Hu Tao , qemu-devel@nongnu.org On Tue, Jul 15, 2014 at 04:16:14PM +0200, Stefan Hajnoczi wrote: > On Mon, Jul 14, 2014 at 11:06:08AM +0800, Hu Tao wrote: > > On Sat, Jul 12, 2014 at 11:17:40AM +0800, Liu Yuan wrote: > > > Cc: Kevin Wolf > > > Signed-off-by: Liu Yuan > > > --- > > > configure | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/configure b/configure > > > index 7dd43fd..78e7baf 100755 > > > --- a/configure > > > +++ b/configure > > > @@ -3996,7 +3996,7 @@ if test "$libnfs" != "no" ; then > > > LIBS="$LIBS $libnfs_libs" > > > else > > > if test "$libnfs" = "yes" ; then > > > - feature_not_found "libnfs" > > > + feature_not_found "libnfs" "Install libnfs-devel >= 1.9.3" > > > fi > > > libnfs="no" > > > fi > > > -- > > > 1.9.1 > > > > > > > I already had a patch that fixed all similar cases: > > http://lists.nongnu.org/archive/html/qemu-devel/2014-06/msg06411.html. > > Thanks, I have applied Hu's patch to my block-next tree because it > includes this and other cases. > > Please CC me on block layer patches. I co-maintain the block layer with > Kevin and am merging patches this week. Umm, I git log see that this file related to block layer mostly sent to kevin, so I thought I should only send it to Kevin. I'll include you from this time on as I did before. Yuan