From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758879AbcAKJXv (ORCPT ); Mon, 11 Jan 2016 04:23:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:51399 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758693AbcAKJXs (ORCPT ); Mon, 11 Jan 2016 04:23:48 -0500 Subject: =?UTF-8?Q?Re:_Kernel_build_fails_=22cannot_move_=e2=80=98arch/arm/b?= =?UTF-8?Q?oot/compressed/.piggy.gzip.o.tmp=22_then_succeeds?= To: Pavel Machek References: <20160111082603.GA24950@amd> <20160111085831.GA7012@amd> From: Michal Marek Cc: linux-kbuild@vger.kernel.org, kernel list Message-ID: <569374A2.5050602@suse.cz> Date: Mon, 11 Jan 2016 10:23:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160111085831.GA7012@amd> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-01-11 09:58, Pavel Machek wrote: > Second try: > > AS arch/arm/boot/compressed/piggy.gzip.o > AS arch/arm/boot/compressed/piggy.gzip.o > mv: cannot move ‘arch/arm/boot/compressed/.piggy.gzip.o.tmp’ to ‘arch/arm/boot/compressed/.piggy.gzip.o.cmd’: No such file or directory I guess you are missing 3939f3345050 ("ARM: 8418/1: add boot image dependencies to not generate invalid images"). Without this fix and with 'make uImage zImage', two make instances try to produce a zImage at the same time. Michal