From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUqvn-0004O3-JQ for qemu-devel@nongnu.org; Sun, 14 Feb 2016 02:17:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUqvk-00064K-8L for qemu-devel@nongnu.org; Sun, 14 Feb 2016 02:17:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUqvk-00064E-2m for qemu-devel@nongnu.org; Sun, 14 Feb 2016 02:17:16 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id B7714804E5 for ; Sun, 14 Feb 2016 07:17:15 +0000 (UTC) Date: Sun, 14 Feb 2016 15:17:11 +0800 From: Fam Zheng Message-ID: <20160214071711.GD31933@ad.usersys.redhat.com> References: <56BB8F66.5080406@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56BB8F66.5080406@redhat.com> Subject: Re: [Qemu-devel] make distclean can fail do to a configuration check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-devel On Wed, 02/10 14:28, John Snow wrote: > Stuff like this: > > > ~/s/q/b/git> make distclean > > config-host.mak is out-of-date, running configure > > > > ERROR: sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T. > > You probably need to set PKG_CONFIG_LIBDIR > > to point to the right pkg-config files for your > > build target > > > > Makefile:35: recipe for target 'config-host.mak' failed > > make: *** [config-host.mak] Error 1` > > is obnoxious. We had patches from Fam to allow some targets to bypass > the configuration check, did those die? Did we not want them for some > reason? What are your preceding commands? I have a clean checkout here (git clean -dfx) and "make distclean" works for me. Fam