Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38447 - ftpfs-0.6.2-r4 won't compile
Summary: ftpfs-0.6.2-r4 won't compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 14:08 UTC by Rene Androsch
Modified: 2004-01-16 15:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Androsch 2004-01-16 14:08:21 UTC
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
Comment 1 Rene Androsch 2004-01-16 15:31:23 UTC
Sorry. The symbolic link (/usr/src/linux) was broken. After correcting it, everything compiles nicely.