From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761483AbdLSIhB (ORCPT ); Tue, 19 Dec 2017 03:37:01 -0500 Received: from s3.sipsolutions.net ([144.76.63.242]:56886 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759093AbdLSIg4 (ORCPT ); Tue, 19 Dec 2017 03:36:56 -0500 Message-ID: <1513672614.26145.0.camel@sipsolutions.net> Subject: Re: error: redefinition of =?UTF-8?Q?=E2=80=98shipped=5Fregdb=5Fcerts=E2=80=99?= From: Johannes Berg To: Michal Hocko Cc: Linux Kernel Mailing List Date: Tue, 19 Dec 2017 09:36:54 +0100 In-Reply-To: <20171219074451.GA15210@dhcp22.suse.cz> References: <20171219074451.GA15210@dhcp22.suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.0-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michal, > this is the first time I am seeing this with the current Linus > tree. 4.15-rc3 compiled fine. I have checked that you have updated the > makefile which generates the file by 715a12334764 ("wireless: don't > write C files on failures"). Which introduced the problem - I accidentally put >> redirection there instead of just >. I just merged a fix for this. > I have no idea how the generated file is supposed to work but it seems > that the cleanup doesn't work properly. Compilation succeeds if I > remove the file and it is generated again: > > $ rm net/wireless/shipped-certs.c > [...] > GEN net/wireless/shipped-certs.c > CC [M] net/wireless/shipped-certs.o > > I have double checked that neither make clean/distclean removed the > file. I also forgot that, and just fixed it. Sorry for all the mess with this. johannes