Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752730AbdGSCKY (ORCPT ); Tue, 18 Jul 2017 22:10:24 -0400 Received: from mga14.intel.com ([192.55.52.115]:35074 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbdGSCKX (ORCPT ); Tue, 18 Jul 2017 22:10:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,379,1496127600"; d="scan'208";a="994537916" Date: Wed, 19 Jul 2017 10:10:18 +0800 From: Fengguang Wu To: Nicholas Piggin Cc: Helge Deller , Guenter Roeck , linux-kernel@vger.kernel.org, Masahiro Yamada , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, Philip Li , Ye Xiaolong Subject: Re: parisc:generic-64bit_defconfig build failures due to 'kbuild: handle libs-y archives separately...' Message-ID: <20170719021018.d7rqvtdpy7m4m5cz@wfg-t540p.sh.intel.com> References: <2eee9t3p9qmqow3xr998vi1a.1500415087874@email.android.com> <20170719120106.54d6ad1f@roar.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170719120106.54d6ad1f@roar.ozlabs.ibm.com> User-Agent: NeoMutt/20161104 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2076 Lines: 54 On Wed, Jul 19, 2017 at 12:01:06PM +1000, Nicholas Piggin wrote: >On Tue, 18 Jul 2017 23:58:07 +0200 >Helge Deller wrote: > >> >> This outstanding patch will fix it: >> https://patchwork.kernel.org/patch/9832033/ >> Helge  >> Von meinem Samsung Gerät gesendet. > >Thanks for the quick fix. I'm not sure why 0day didn't catch it. >Does it build test parisc/generic-64bit_defconfig, I wonder? We do test that config. I guess it's because the build servers are under pressure recently. Philip/Xiaolong are looking at this issue. Thanks, Fengguang >> -------- Ursprüngliche Nachricht -------- >> Von: Guenter Roeck >> Datum: 18.07.17 17:21 (GMT+01:00) >> An: Nicholas Piggin >> Cc: linux-kernel@vger.kernel.org, Masahiro Yamada , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org >> Betreff: parisc:generic-64bit_defconfig build failures due to 'kbuild: handle > libs-y archives separately...' >> >> Hi, >> >> parisc64 builds, specifically generic-64bit_defconfig, fail to build >> in mainline as follows. >> >> hppa64-linux-ld: >> hppa64-linux/bin/../lib/gcc/hppa64-linux/4.9.0/libgcc.a(_divdi3.o)(.text+0xec): >> cannot reach $$divU >> hppa64-linux/bin/../lib/gcc/hppa64-linux/4.9.0/libgcc.a(_divdi3.o): >> In function `__divdi3': >> libgcc2.c:(.text+0xec): relocation truncated to fit: R_PARISC_PCREL22F against >> symbol `$$divU' defined in .text.div section in >> hppa64-linux/bin/../lib/gcc/hppa64-linux/4.9.0/libgcc.a(_divU.o) >> hppa64-linux-ld: >> hppa64-linux/bin/../lib/gcc/hppa64-linux/4.9.0/libgcc.a(_divdi3.o)(.text+0x150): >> cannot reach $$divU >> >> [ and many more ] >> >> This is after enabling CONFIG_MLONGCALLS; otherwise build failures are >> more severe. >> >> Building with gcc 6.3.0 fails as well with the same error. >> >> Bisect points to commit 3a166fc2d4ef ("kbuild: handle libs-y archives >> separately from built-in.o archives") as the culprit. Bisect log is >> attached.