Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752626AbdGSCpM (ORCPT ); Tue, 18 Jul 2017 22:45:12 -0400 Received: from mga07.intel.com ([134.134.136.100]:33669 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbdGSCpL (ORCPT ); Tue, 18 Jul 2017 22:45:11 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,379,1496127600"; d="scan'208";a="129030962" From: "Li, Philip" To: "Wu, Fengguang" , 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" , "Ye, Xiaolong" , "Lu, LeiX" Subject: RE: parisc:generic-64bit_defconfig build failures due to 'kbuild: handle libs-y archives separately...' Thread-Topic: parisc:generic-64bit_defconfig build failures due to 'kbuild: handle libs-y archives separately...' Thread-Index: AQHTADQ3xDs9kB/s0EuNf3vNCx48SqJabHUA Date: Wed, 19 Jul 2017 02:45:07 +0000 Message-ID: <831EE4E5E37DCC428EB295A351E662494C7B078F@shsmsx102.ccr.corp.intel.com> References: <2eee9t3p9qmqow3xr998vi1a.1500415087874@email.android.com> <20170719120106.54d6ad1f@roar.ozlabs.ibm.com> <20170719021018.d7rqvtdpy7m4m5cz@wfg-t540p.sh.intel.com> In-Reply-To: <20170719021018.d7rqvtdpy7m4m5cz@wfg-t540p.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v6J2jGjd019955 Content-Length: 2421 Lines: 62 > > 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. Hi all, sorry for the incomplete coverage, the team now is actively fixing build cluster problems, which had been down and low effectiveness. With current accumulated builds, it need at least 1 week to recover to a good state. > > 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" linux.org>, 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.