From: Rob Landley <landley@trommello.org>
To: linux-kernel@vger.kernel.org
Subject: 2.4.20 make install glitch...
Date: Mon, 6 Jan 2003 23:26:32 +0000 [thread overview]
Message-ID: <200301062326.32596.landley@trommello.org> (raw)
Installing 2.4.20 on a fresh red hat 8 system, doing the standard:
make dep clean bzImage modules install modules_install:
Barfs with the following error:
---
blah blah blah...
Root device is (3, 4)
Boot sector 512 bytes.
Setup is 2645 bytes.
System is 893 kB
sh -x ./install.sh 2.4.20 bzImage /home/landley/linux-2.4.20/System.map ""
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 2.4.20 bzImage
/home/landley/linux-2.4.20/System.map ''
/lib/modules/2.4.20 is not a directory.
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/landley/linux-2.4.20/arch/i386/boot'
make: *** [install] Error 2
---
I.E. make install tries to drop System.map into /lib/modules/`uname -a`, but
doesn't create it first.
I guess modules_install also installs the bzImage?
Rob
--
penguicon.sf.net - A combination Linux Expo and Science Fiction Convention
with GOHs Terry Pratchett, Eric Raymond, Pete Abrams, Illiad & CmdrTaco.
reply other threads:[~2003-01-08 17:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200301062326.32596.landley@trommello.org \
--to=landley@trommello.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.