/usr/include/asm -> ../src/linux/include/asm which does not exist. I believe this should point to ../src/linux/include/asm-i386
Assigned to dledford
If you're using 2.2.14 I noticed that 'make mrproper' on the source is removing the asm -> asm-i386 link in the sources. It doesn't seem to be getting recreated during kernel build either. I didn't have the problem with 2.2.13. The link was either not rm'd by 'make mrproper' or was recreated during the build. I don't think it's a 'RH' problem in this case. I just recreated the /usr/src/linux/include/asm -> /usr/src/linux/include/asm-i386 symlink manually which fixes the /usr/include/asm -> ../src/linux/include/asm link.