Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Oct 2002 12:36:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Oct 2002 12:36:13 -0400 Received: from rrzs2.rz.uni-regensburg.de ([132.199.1.2]:18070 "EHLO rrzs2.rz.uni-regensburg.de") by vger.kernel.org with ESMTP id ; Tue, 15 Oct 2002 12:36:10 -0400 Date: Tue, 15 Oct 2002 18:41:48 +0200 From: Christian Guggenberger To: Andrea Arcangeli 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: <20021015184148.A5026@pc9391.uni-regensburg.de> References: <20021015172558.A3154@pc9391.uni-regensburg.de> <20021015161908.GC2546@dualathlon.random> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; Content-Transfer-Encoding: 7BIT In-Reply-To: <20021015161908.GC2546@dualathlon.random>; from andrea@suse.de on Tue, Oct 15, 2002 at 18:19:08 +0200 X-Mailer: Balsa 1.2.4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 26 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 Christian - 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/