Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Oct 2002 13:10:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Oct 2002 13:10:36 -0400 Received: from [195.223.140.120] ([195.223.140.120]:42876 "EHLO penguin.e-mind.com") by vger.kernel.org with ESMTP id ; Tue, 15 Oct 2002 13:10:28 -0400 Date: Tue, 15 Oct 2002 19:16:15 +0200 From: Andrea Arcangeli To: Christian Guggenberger Cc: linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org Subject: Re: 2.4.20-pre10-aa1: unresolved symbol in xfs.o Message-ID: <20021015171615.GF2546@dualathlon.random> References: <20021015172558.A3154@pc9391.uni-regensburg.de> <20021015161908.GC2546@dualathlon.random> <20021015184148.A5026@pc9391.uni-regensburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015184148.A5026@pc9391.uni-regensburg.de> User-Agent: Mutt/1.3.27i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1427 Lines: 35 On Tue, Oct 15, 2002 at 06:41:48PM +0200, Christian Guggenberger wrote: > On 15 Oct 2002 18:19:08 Andrea Arcangeli wrote: > >On Tue, Oct 15, 2002 at 05:25:58PM +0200, Christian Guggenberger wrote: > >> Hi Andrea, > >> > >> I'm trying to compile 2.4.20-pre10aa1 with xfs enabled as module. > >> make modules_install ends up in: > >> > >> depmod: *** Unresolved symbols in > >> /lib/modules/2.4.20-pre10aa1/kernel/fs/xfs/xfs.o > >> depmod: do_generic_file_write > >> > >> what to do? > > > >I logged it so it will be fixed. You can link it into the kernel in the > >meantime (select Y instead of M). For some reason bleeding edge gcc from > >CVS generates a flood of symbol errors when I run depmod before > >rebooting, so I don't easily notice these missing exports anymore (I > >should run depmod post reboot to notice them). thanks, > > nope, static linking ends up in an error, too. > > fs/fs.o: In function `xfs_write': > fs/fs.o(.text+0xa1158): undefined reference to `do_generic_file_write' > make: *** [vmlinux] Error 1 do_generic_file_write is missing, one patch is probably missing, I will fix it in a few days, the last usable xfs was probably in 2.4.20pre5aa1. Andrea - 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/