Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 13877

Summary: Errors in linux-2.4.20-gentoo-r1
Product: Gentoo Linux Reporter: Bryan Liles <lilesb>
Component: [OLD] Core systemAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4_rc2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bryan Liles 2003-01-13 17:25:05 UTC
while running make dep: 
 
n file included from /usr/src/linux-2.4.20-gentoo-r1/include/linux/wait.h:13, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/fs.h:12, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/capability.h:17, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/binfmts.h:6, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/sched.h:9, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/mm.h:22, 
                 from pageattr.c:7: 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:10:20: stdarg.h: No such file or directory 
 
 
while running make bzImage: 
 
make[2]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/kernel' 
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r1/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe 
-mpreferred-stack-boundary=2 -march=pentium3 -O3 -mmmx -msse -falign-functions=4 
-fprefetch-loop-arrays -maccumulate-outgoing-args   -nostdinc -iwithprefix include 
-DKBUILD_BASENAME=sched  -fno-omit-frame-pointer -c -o sched.o sched.c 
In file included from /usr/src/linux-2.4.20-gentoo-r1/include/linux/wait.h:13, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/fs.h:12, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/capability.h:17, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/binfmts.h:6, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/sched.h:9, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/mm.h:22, 
                 from sched.c:19: 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:10:20: stdarg.h: No such file or directory 
In file included from /usr/src/linux-2.4.20-gentoo-r1/include/linux/wait.h:13, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/fs.h:12, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/capability.h:17, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/binfmts.h:6, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/sched.h:9, 
                 from /usr/src/linux-2.4.20-gentoo-r1/include/linux/mm.h:22, 
                 from sched.c:19: 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:74: parse error before "va_list" 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:75: warning: function declaration isn't a 
prototype 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:78: parse error before "va_list" 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:79: warning: function declaration isn't a 
prototype 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:83: parse error before "va_list" 
/usr/src/linux-2.4.20-gentoo-r1/include/linux/kernel.h:84: warning: function declaration isn't a 
prototype 
make[2]: *** [sched.o] Error 1 
make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/kernel' 
make[1]: *** [first_rule] Error 2 
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/kernel' 
make: *** [_dir_kernel] Error 2
Comment 1 Brandon Low (RETIRED) gentoo-dev 2003-01-14 00:33:32 UTC

*** This bug has been marked as a duplicate of 8132 ***