Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#286 closed defect (fixed)

Shorten kernel install in chapter 05

Reported by: gerard@… Owned by: gerard@…
Priority: high Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

the version.h can be created by: make include/linux/version.h

the asm symlink: make symlinks

Check to see if there's anything else that needs (most likely Glibc needs something)

Change History (6)

comment:1 by gerard@…, 22 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:2 by gerard@…, 22 years ago

a make dep still seems necessary to create the autoconf.h and modversions.h header files. I didn't see an easy way to do this nicely. Moving to lfs-dev for further discussion

comment:3 by gerard@…, 22 years ago

Date: Sun, 17 Mar 2002 18:42:47 +0100 From: Matthias Benkmann <matthias@…> To: lfs-dev@… Subject: Re: Need some help with Bug #286

autoconf.h was created by make config at least until recently, modversions.h doesn't exist on my system, so it must be part of very recent kernels only. Anyway, autoconf.h does not contain information that an application could sensibly use and modversions.h doesn't either (especially since it didn't exist until recently). Both files have no meaning in /usr/include/linux because /usr/include/linux does not in any way correspond to the kernel being run and an application assuming this is broken. They may be needed because they are #included in some other headers so that their absence would cause compile errors but this can be solved by simply touching dummy files. So my suggestion would be to ignore these files or create dummy files with touch and see if it works.

MSB

comment:4 by gerard@…, 22 years ago

"touch /usr/include/linux/autoconf.h" works to get lilo compiled. Still building the rest of the system to check if there are files that should be 'dummied' so to speak.

comment:5 by gerard@…, 22 years ago

Resolution: fixed
Status: assignedclosed

All seems to work fine.

CVS updated, let's see how long it takes before somebody reports a problem ;)

comment:6 by markh@…, 22 years ago

works for me and there've been no reports of things breaking on lfs-dev so closing.

Note: See TracTickets for help on using tickets.