From nobody Sun Apr 28 14:06: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; 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 1508413356738589.4111514960307; Thu, 19 Oct 2017 04:42:36 -0700 (PDT) Received: from localhost ([::1]:48770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e59DG-0004Ge-QF for importer@patchew.org; Thu, 19 Oct 2017 07:42:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e59CH-0003f5-RZ for qemu-devel@nongnu.org; Thu, 19 Oct 2017 07:41:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e59CD-0001PK-Hm for qemu-devel@nongnu.org; Thu, 19 Oct 2017 07:41:09 -0400 Received: from 15.mo5.mail-out.ovh.net ([178.33.107.29]:36699) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e59CD-0001Is-Bu for qemu-devel@nongnu.org; Thu, 19 Oct 2017 07:41:05 -0400 Received: from player773.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with ESMTP id 79445145110 for ; Thu, 19 Oct 2017 13:40:53 +0200 (CEST) Received: from bahia.lan (gar31-1-82-66-74-139.fbx.proxad.net [82.66.74.139]) (Authenticated sender: groug@kaod.org) by player773.ha.ovh.net (Postfix) with ESMTPA id 3B4CD600074; Thu, 19 Oct 2017 13:40:48 +0200 (CEST) From: Greg Kurz To: qemu-devel@nongnu.org Date: Thu, 19 Oct 2017 13:40:42 +0200 Message-ID: <150841324224.31292.4012464539983692364.stgit@bahia.lan> User-Agent: StGit/0.17.1-46-g6855-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Ovh-Tracer-Id: 10323657722739923435 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedttddrudekgdeghecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.33.107.29 Subject: [Qemu-devel] [PATCH] docker: fix out-of-tree 'make docker-test-build@debian-powerpc-cross' 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: qemu-trivial@nongnu.org, Fam Zheng , Alex =?utf-8?q?Benn=C3=A9e?= , Philippe =?utf-8?q?Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_6 Z_629925259 SPT_0 Without this patch, it fails with: IOError: [Errno 2] No such file or directory: 'tests/docker/dockerfiles/debian-apt-fake.sh' Signed-off-by: Greg Kurz Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- tests/docker/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index 6f9ea196a7b8..5d54eca5d0b3 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -44,7 +44,7 @@ docker-image-%: $(DOCKER_FILES_DIR)/%.docker $(if $(EXECUTABLE),--include-executable=3D$(EXECUTABLE)),\ "BUILD","$*") =20 -docker-image-debian-powerpc-cross: EXTRA_FILES:=3Dtests/docker/dockerfiles= /debian-apt-fake.sh +docker-image-debian-powerpc-cross: EXTRA_FILES:=3D$(SRC_PATH)/tests/docker= /dockerfiles/debian-apt-fake.sh =20 # Enforce dependancies for composite images docker-image-debian: docker-image-debian9