From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTaRP-0004Ej-FD for qemu-devel@nongnu.org; Wed, 10 Feb 2016 14:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTaRM-0000fy-5O for qemu-devel@nongnu.org; Wed, 10 Feb 2016 14:28:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTaRM-0000fu-0g for qemu-devel@nongnu.org; Wed, 10 Feb 2016 14:28:40 -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 87CECC07564B for ; Wed, 10 Feb 2016 19:28:39 +0000 (UTC) From: John Snow Message-ID: <56BB8F66.5080406@redhat.com> Date: Wed, 10 Feb 2016 14:28:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] make distclean can fail do to a configuration check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel 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? --js