From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X73X8-0004Y8-2J for qemu-devel@nongnu.org; Tue, 15 Jul 2014 10:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X73X2-0002by-37 for qemu-devel@nongnu.org; Tue, 15 Jul 2014 10:16:41 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:34004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X73X1-0002bu-TL for qemu-devel@nongnu.org; Tue, 15 Jul 2014 10:16:36 -0400 Received: by mail-wi0-f170.google.com with SMTP id f8so3295816wiw.1 for ; Tue, 15 Jul 2014 07:16:34 -0700 (PDT) Date: Tue, 15 Jul 2014 16:16:14 +0200 From: Stefan Hajnoczi Message-ID: <20140715141614.GA9837@stefanha-thinkpad.redhat.com> References: <1405135060-25369-1-git-send-email-namei.unix@gmail.com> <20140714030608.GA17075@G08FNSTD100614.fnst.cn.fujitsu.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20140714030608.GA17075@G08FNSTD100614.fnst.cn.fujitsu.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: Hu Tao Cc: Kevin Wolf , Liu Yuan , qemu-devel@nongnu.org --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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(-) > >=20 > > diff --git a/configure b/configure > > index 7dd43fd..78e7baf 100755 > > --- a/configure > > +++ b/configure > > @@ -3996,7 +3996,7 @@ if test "$libnfs" !=3D "no" ; then > > LIBS=3D"$LIBS $libnfs_libs" > > else > > if test "$libnfs" =3D "yes" ; then > > - feature_not_found "libnfs" > > + feature_not_found "libnfs" "Install libnfs-devel >=3D 1.9.3" > > fi > > libnfs=3D"no" > > fi > > --=20 > > 1.9.1 > >=20 >=20 > 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. Stefan --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTxTeuAAoJEJykq7OBq3PISNsIAIG0OYOzIjTsWqbqQ4l4gQab gn2zBISddxldExhXnFbC53TpeeA9MCPbL0OmZmI56IHRkvmUGX5LuGHxOOPSW37G La3FmoTR+0DuP50qAao0Ei8Mk5st7l6N6viKGixiG+2MtN+WIoc0OFO1ic1yNslD eCAAIioJJfKgu9DxkU3RdoTC+9jiel72Gz915oNhGvTP3u/nyo9v0jElanOvtZrR Q9JJyWsgneTCbqryGYx5e1zON56iQeolBwWQyYHi6ely67xMY1mjy25WzvJrO4ih pdri657n1E0sOG3D7N2UKraAFNkQnMwXrZA1EtbQwN3/QhkUSOk857FZ2uEJX6A= =V42s -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--