Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 20 May 2003 01:59:58 -0700 (PDT) Received: from batleth.sapienti-sat.org (batleth.sapienti-sat.org [80.190.100.240]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h4K8xX2x026116 for ; Tue, 20 May 2003 01:59:33 -0700 Received: from localhost (localhost.sapienti-sat.org [127.0.0.1]) by batleth.sapienti-sat.org (Postfix) with SMTP id 7F18510256B for ; Tue, 20 May 2003 10:59:31 +0200 (CEST) Received: from warp9.sapienti-sat.org (pD9E7F88C.dip.t-dialin.net [217.231.248.140]) by batleth.sapienti-sat.org (Postfix) with ESMTP id 2EE8710255C for ; Tue, 20 May 2003 10:59:31 +0200 (CEST) Received: from localhost (localhost.sapienti-sat.org [127.0.0.1]) by warp9.sapienti-sat.org (Postfix) with SMTP id A154BBC for ; Tue, 20 May 2003 10:59:28 +0200 (CEST) Received: from koschikode.com (pktomo.sapienti-sat.org [192.168.200.10]) by warp9.sapienti-sat.org (Postfix) with ESMTP id 43D05B9 for ; Tue, 20 May 2003 10:59:28 +0200 (CEST) Message-ID: <3EC9EE6F.2090508@koschikode.com> Date: Tue, 20 May 2003 10:59:27 +0200 From: Juri Haberland User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: de-de, en-us, en MIME-Version: 1.0 To: "'linux-xfs@oss.sgi.com'" Subject: Re: compilation fails References: In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-archive-position: 4079 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: juri@koschikode.com Precedence: bulk X-list: linux-xfs Content-Length: 1366 Lines: 36 Kathryn Bower wrote: > Hi - > > I downloaded the latest 2.4-xfs development tree via CVS yesterday (19/05), > but get the following Errors when running `make modules_install`: > > depmod: *** Unresolved symbols in > /lib/modules/2.4.21-xfs-19May2003/kernel/drivers/char/ipmi/ipmi_msghandler.o > depmod: panic_notifier_list > depmod: *** Unresolved symbols in > /lib/modules/2.4.21-xfs-19May2003/kernel/drivers/char/ipmi/ipmi_watchdog.o > depmod: panic_notifier_list > depmod: panic_timeout > depmod: *** Unresolved symbols in > /lib/modules/2.4.21-xfs-19May2003/kernel/drivers/net/fc/iph5526.o > depmod: fc_type_trans > > > I get these errors regardless of whether I compile xfs support as a module, > or statically within the kernel. I don't get any errors during any other > step in the build process. > > System is running RedHat 7.3. The current kernel also includes xfs support > 2.4.20-xfs which was built on 02/04/2003, without any problems. Gcc version > 2.96. > > Any suggestions as to how to resolve these errors? This doesn't look XFS specific. It might be a general problem of the underlying kernel version 2.4.21-rc2. You might want to verify that these problems also occur using vanilla 2.4.21-rc2 from ftp.kernel.org. If so, linux-kernel@vger.kernel.org would be the better forum to get help. Regards, Juri