#1681 closed defect (fixed)
jhalfs bypassing unpack of kernel source when instaling headers for CLFS
Reported by: | Brunno Prego | Owned by: | Thomas |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jhalfs | Version: | SVN |
Severity: | blocker | Keywords: | CLFS SVN |
Cc: |
Description
I tried a installation of CLFS with jhalfs and LFS liveCD but it's stop on step for install kernel headers because the package isn't unpacked (the command tar -xf isn't generated).
After some searching in code i found a bypass for the decompression of kernel source for headers when the book is CLFS.
I'm not sure but i think it's true necessary for previous versions of CLFS but the lastest release use the kernel sources for install the kernel headers.
I don't remember the exact file that i had found the bypass/modified, but after the modification, jhalfs unpack the kernel and install correctly the headers.
btw, for test/check, the version of LiveCD is the last for 64 bit systems and with version in LiveCD or with SVN version of jhalfs, the problem happens.
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
George beat me to it but this problem should be fixed as of r3518.
After digging through the list archives, this was reported but was unfortunately not fixed yet, will fix here soon.