From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261582AbTI3P3u (ORCPT ); Tue, 30 Sep 2003 11:29:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261587AbTI3P3u (ORCPT ); Tue, 30 Sep 2003 11:29:50 -0400 Received: from peabody.ximian.com ([141.154.95.10]:57994 "EHLO peabody.ximian.com") by vger.kernel.org with ESMTP id S261582AbTI3P3r (ORCPT ); Tue, 30 Sep 2003 11:29:47 -0400 Subject: Re: make install problems From: Kevin Breit Reply-To: mrproper@ximian.com To: "Randy.Dunlap" Cc: linux-kernel@vger.kernel.org In-Reply-To: <20030930081459.01f447bf.rddunlap@osdl.org> References: <1064927778.1575.0.camel@localhost.localdomain> <20030930081459.01f447bf.rddunlap@osdl.org> Content-Type: text/plain Organization: Ximian, Inc. Message-Id: <1064935781.1575.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 30 Sep 2003 11:29:42 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2003-09-30 at 11:14, Randy.Dunlap wrote: > On Tue, 30 Sep 2003 09:16:19 -0400 Kevin Breit wrote: > > | Hey, > | I setup a test6 kernel without module support. I did a make install > | and got: > | > | Kernel: arch/i386/boot/bzImage is ready > | sh /usr/src/linux-2.6.0-test6/arch/i386/boot/install.sh 2.6.0-test6 > | arch/i386/boot/bzImage System.map "" > | /lib/modules/2.6.0-test6 is not a directory. > | mkinitrd failed > | > | How can I fix this? > > We've seen this before, and I thought that we had determined that > it was a tools problem. Is "depmod" in $PATH the depmod from > modutils or the one from module-init-tools? > I.e., what does 'depmod -V' say? modutils-2.4.22-8 [root@kbreit linux-2.6.0-test6]# depmod -V depmod version 2.4.22 > and what execs mkinitrd? I don't find it with a quick grep. No clue Thanks Kevin