Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13877 - Errors in linux-2.4.20-gentoo-r1
Summary: Errors in linux-2.4.20-gentoo-r1
Status: RESOLVED DUPLICATE of bug 8132
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 17:25 UTC by Bryan Liles
Modified: 2005-07-17 13:06 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 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 ***