From nobody Sat Apr 27 11:54:41 2024 Delivered-To: importer@patchew.org Received-SPF: temperror (zoho.com: Error in retrieving data from DNS) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=temperror (zoho.com: Error in retrieving data from DNS) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1508352162150728.6431490939443; Wed, 18 Oct 2017 11:42:42 -0700 (PDT) Received: from localhost ([::1]:45976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4tIF-00013M-My for importer@patchew.org; Wed, 18 Oct 2017 14:42:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4tHN-0000k9-HZ for qemu-devel@nongnu.org; Wed, 18 Oct 2017 14:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4tHK-0000Ky-5A for qemu-devel@nongnu.org; Wed, 18 Oct 2017 14:41:21 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:54638) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e4tHJ-0000Jc-T6 for qemu-devel@nongnu.org; Wed, 18 Oct 2017 14:41:18 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id B26306032D; Wed, 18 Oct 2017 18:41:15 +0000 (UTC) Received: from mossypile.qualcomm.com (global_nat1_iad_fw.qualcomm.com [129.46.232.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: alindsay@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 64627600CE; Wed, 18 Oct 2017 18:41:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1508352075; bh=qt+7a8bINLfUF0nDx5iaQ4RzCqu47hH6jtpvA27aYN4=; h=From:To:Cc:Subject:Date:From; b=i0y8oPWu86A7VyJyKhNPLv8dYAdlk121MPDetZjaDBXzh1friuR2gjs2hKQoLM6iZ hvNYMfRghjYGQ76+i6R3wYQ8CTzO0Xl2flC/8bAD+fgIZbpeU1JA6PHPZ9KfOBgitq UeYy0JRnCVyv1iDzOFFBp8ABIxqEdzcdi3qDR98I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1508352075; bh=qt+7a8bINLfUF0nDx5iaQ4RzCqu47hH6jtpvA27aYN4=; h=From:To:Cc:Subject:Date:From; b=i0y8oPWu86A7VyJyKhNPLv8dYAdlk121MPDetZjaDBXzh1friuR2gjs2hKQoLM6iZ hvNYMfRghjYGQ76+i6R3wYQ8CTzO0Xl2flC/8bAD+fgIZbpeU1JA6PHPZ9KfOBgitq UeYy0JRnCVyv1iDzOFFBp8ABIxqEdzcdi3qDR98I= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 64627600CE Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=alindsay@codeaurora.org From: Aaron Lindsay To: qemu-devel@nongnu.org Date: Wed, 18 Oct 2017 14:40:23 -0400 Message-Id: <1508352023-28591-1-git-send-email-alindsay@codeaurora.org> X-Mailer: git-send-email 1.9.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 198.145.29.96 Subject: [Qemu-devel] [PATCH] build: Fix dtc-checkout race condition in Makefile X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Gerd Hoffmann , Paolo Bonzini , Fam Zheng Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_6 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This was introduced by: commit aef45d51d1204f3335fb99de6658e0c5612c2b67 Author: Daniel P. Berrange Date: Fri Sep 29 11:11:56 2017 +0100 build: automatically handle GIT submodule checkout for dtc On my system, I see the following with a fresh clone: % ./configure --disable-gtk --target-list=3Daarch64-softmmu % make -j8 GEN aarch64-softmmu/config-devices.mak.tmp GEN config-host.h mkdir -p dtc/libfdt GIT ui/keycodemapdb dtc mkdir -p dtc/tests GEN qemu-options.def [snip] GEN migration/trace.h make: *** [git-submodule-update] Error 1 make: *** Waiting for unfinished jobs.... Upon closer inspection, the root cause of the error is: % git submodule update --init ui/keycodemapdb dtc fatal: destination path 'dtc' already exists and is not an empty directory. Clone of 'git://git.qemu-project.org/dtc.git' into submodule path 'dtc' fai= led This patch fixes this race condition by forcing the 'dtc/%' rule which caus= ed 'dtc' to be non-empty to wait on '.git-submodule-status'. Signed-off-by: Aaron Lindsay Acked-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Daniel P. Berrange --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90f91e5..ffa82e8 100644 --- a/Makefile +++ b/Makefile @@ -380,7 +380,7 @@ DTC_CPPFLAGS=3D-I$(BUILD_DIR)/dtc -I$(SRC_PATH)/dtc -I$= (SRC_PATH)/dtc/libfdt subdir-dtc: .git-submodule-status dtc/libfdt dtc/tests $(call quiet-command,$(MAKE) $(DTC_MAKE_ARGS) CPPFLAGS=3D"$(DTC_CPPFLAGS)= " CFLAGS=3D"$(DTC_CFLAGS)" LDFLAGS=3D"$(LDFLAGS)" ARFLAGS=3D"$(ARFLAGS)" CC= =3D"$(CC)" AR=3D"$(AR)" LD=3D"$(LD)" $(SUBDIR_MAKEFLAGS) libfdt/libfdt.a,) =20 -dtc/%: +dtc/%: .git-submodule-status mkdir -p $@ =20 $(SUBDIR_RULES): libqemuutil.a $(common-obj-y) $(chardev-obj-y) \ --=20 Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, = Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.