From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753952AbdJIIVl (ORCPT ); Mon, 9 Oct 2017 04:21:41 -0400 Received: from mga06.intel.com ([134.134.136.31]:27343 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750795AbdJIIVj (ORCPT ); Mon, 9 Oct 2017 04:21:39 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,499,1500966000"; d="scan'208";a="158352339" Date: Mon, 9 Oct 2017 16:20:58 +0800 From: kbuild test robot To: Ulf Magnusson Cc: kbuild-all@01.org, yann.morin.1998@free.fr, linux-kbuild@vger.kernel.org, sam@ravnborg.org, zippel@linux-m68k.org, nicolas.pitre@linaro.org, michal.lkml@markovi.net, dirk@gouders.net, yamada.masahiro@socionext.com, lacombar@gmail.com, JBeulich@suse.com, linux-kernel@vger.kernel.org, Ulf Magnusson Subject: Re: [PATCH v2] kconfig: Remove menu_end_entry() Message-ID: <201710091636.WWY1SAQI%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507500888-6515-1-git-send-email-ulfalizer@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ulf, [auto build test ERROR on linus/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ulf-Magnusson/kconfig-Remove-menu_end_entry/20171009-140245 config: x86_64-rhel compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): scripts/kconfig/zconf.tab.o: In function `zconfparse': >> zconf.tab.c:(.text+0x9b39): undefined reference to `menu_end_entry' zconf.tab.c:(.text+0xa5a5): undefined reference to `menu_end_entry' >> collect2: error: ld returned 1 exit status make[2]: *** [scripts/kconfig/conf] Error 1 make[2]: Target 'oldconfig' not remade because of errors. make[1]: *** [oldconfig] Error 2 make: *** [sub-make] Error 2 -- scripts/kconfig/zconf.tab.c: In function 'zconfparse': scripts/kconfig/zconf.tab.c:1555:2: warning: implicit declaration of function 'menu_end_entry' [-Wimplicit-function-declaration] menu_end_entry(); ^~~~~~~~~~~~~~ scripts/kconfig/zconf.tab.o: In function `zconfparse': >> zconf.tab.c:(.text+0x9b39): undefined reference to `menu_end_entry' zconf.tab.c:(.text+0xa5a5): undefined reference to `menu_end_entry' >> collect2: error: ld returned 1 exit status make[2]: *** [scripts/kconfig/conf] Error 1 make[2]: Target 'oldnoconfig' not remade because of errors. make[1]: *** [oldnoconfig] Error 2 make: *** [sub-make] Error 2 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation