Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751901AbbFDChc (ORCPT ); Wed, 3 Jun 2015 22:37:32 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:32896 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751196AbbFDCh0 (ORCPT ); Wed, 3 Jun 2015 22:37:26 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Paul Gortmaker Date: Wed, 3 Jun 2015 22:36:54 -0400 X-Google-Sender-Auth: qO45rGV0yKk1s2PKDGo3YGbMhIE Message-ID: Subject: Re: randconfig build error with next-20150603, in fs/xfs/xfs_inode.c To: Jim Davis Cc: Stephen Rothwell , linux-next , linux-kernel , david@fromorbit.com, xfs@oss.sgi.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1014 Lines: 28 On Wed, Jun 3, 2015 at 12:31 PM, Jim Davis wrote: > Building with the attached random configuration file, > > fs/built-in.o: In function `xfs_ifree_cluster': > /home/jim/linux/fs/xfs/xfs_inode.c:2268: undefined reference to `__umoddi3' I don't think this is specific to a particular randconfig. On ARM allmodconfig, I saw: ERROR: "__aeabi_uldivmod" [fs/xfs/xfs.ko] undefined! On powerpc with an older gcc-4.5 toolchain, I saw: /bin/sh: line 1: 23453 Segmentation fault powerpc-linux-ld -EB -m elf64ppc -r -T /home/paul/git/linux-head/scripts/module-common.lds arch/powerpc/lib/crtsavres.o --build-id -o fs/xfs/xfs.ko fs/xfs/xfs.o fs/xfs/xfs.mod.o make[2]: *** [fs/xfs/xfs.ko] Error 139 I have not investigated further than that. Paul. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/