Opened 18 years ago

Closed 18 years ago

#1903 closed task (fixed)

linux-2.6.18.1 headers need fixdep

Reported by: robert@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

With linux-2.6.18.1, following the lfs-development book, in section 5.5.1 (kernel headers), I get this:

$ make headers_check
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  HOSTCC  scripts/unifdef
/bin/sh: scripts/basic/fixdep: No such file or directory
make[1]: *** [scripts/unifdef] Error 1
make: *** [headers_install] Error 2

I think we need to run "make defconfig" before "make headers_check".

Attachments (1)

linux-2.6.18.1-unifdef-1.patch (32.2 KB ) - added by Matthew Burgess 18 years ago.

Download all attachments as: .zip

Change History (3)

by Matthew Burgess, 18 years ago

comment:1 by Matthew Burgess, 18 years ago

I don't get that error on my builds (x86). The unifdef patch makes unifdef depend on scripts/basic which has fixedep.c in it that should be compiled to fixdep. I know the patch needs to be slightly amended to apply to the 2.6.18.1 tarball. See the attached patch.

comment:2 by robert@…, 18 years ago

Resolution: fixed
Status: newclosed

You're right. The patch I made was no good.

Note: See TracTickets for help on using tickets.