Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752498AbdGSCBU (ORCPT ); Tue, 18 Jul 2017 22:01:20 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35922 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906AbdGSCBS (ORCPT ); Tue, 18 Jul 2017 22:01:18 -0400 Date: Wed, 19 Jul 2017 12:01:06 +1000 From: Nicholas Piggin To: Helge Deller Cc: Guenter Roeck , linux-kernel@vger.kernel.org, Masahiro Yamada , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, kbuild test robot Subject: Re: parisc:generic-64bit_defconfig build failures due to 'kbuild: handle libs-y archives separately...' Message-ID: <20170719120106.54d6ad1f@roar.ozlabs.ibm.com> In-Reply-To: <2eee9t3p9qmqow3xr998vi1a.1500415087874@email.android.com> References: <2eee9t3p9qmqow3xr998vi1a.1500415087874@email.android.com> Organization: IBM X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 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 Content-Length: 1845 Lines: 52 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? Thanks, Nick > > -------- 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.