ftpfs won't compile. With and without USE="autofs" the same error. Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge -v ftpfs 2. 3. Actual Results: gcc -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -Wall -I- -I. -I/usr/src/linux/include -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB -c proc.c -o proc.o proc.c:15:21: net/scm.h: No such file or directory proc.c:16:20: net/ip.h: No such file or directory proc.c: In function `sock_send': proc.c:199: error: storage size of `scm' isn't known proc.c:217: warning: implicit declaration of function `scm_send' proc.c:220: warning: implicit declaration of function `scm_destroy' proc.c:199: warning: unused variable `scm' proc.c: In function `sock_recv': proc.c:231: error: storage size of `scm' isn't known proc.c:249: warning: implicit declaration of function `scm_recv' proc.c:231: warning: unused variable `scm' proc.c: In function `ftp_loaddir': proc.c:781: warning: implicit declaration of function `kmalloc' proc.c:884: warning: implicit declaration of function `kfree' make: *** [proc.o] Error 1 !!! ERROR: net-fs/ftpfs-0.6.2-r4 failed. !!! Function src_compile, Line 35, Exitcode 2 !!! make ftpfs failed
Sorry. The symbolic link (/usr/src/linux) was broken. After correcting it, everything compiles nicely.