Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16050 - 2.4.20-xfs-pre6 does not compile with all options
Summary: 2.4.20-xfs-pre6 does not compile with all options
Status: RESOLVED DUPLICATE of bug 8132
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-19 23:37 UTC by Shahar Goldin
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
my .config file (.config,32.45 KB, text/plain)
2003-02-19 23:40 UTC, Shahar Goldin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shahar Goldin 2003-02-19 23:37:37 UTC
hey I tried to compile this new XFS kernel with everything enabled that I have
and everything modularized that I don't have (in case I buy cool things :-) and
it doesn't compile
it fails:
make[2]: Entering directory `/usr/src/linux-2.4.20-xfs_pre6/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-xfs_pre6/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
-fno-optimize-sibling-calls   -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-xfs_pre6/include/linux/wait.h:13,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/fs.h:12,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/capability.h:17,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/binfmts.h:5,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/sched.h:9,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/mm.h:4,
                 from sched.c:23:
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:10:20: stdarg.h: No such
file or directory
In file included from /usr/src/linux-2.4.20-xfs_pre6/include/linux/wait.h:13,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/fs.h:12,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/capability.h:17,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/binfmts.h:5,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/sched.h:9,
                 from /usr/src/linux-2.4.20-xfs_pre6/include/linux/mm.h:4,
                 from sched.c:23:
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:74: parse error before
"va_list"
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:74: warning: function
declaration isn't a prototype
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:77: parse error before
"va_list"
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:77: warning: function
declaration isn't a prototype
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:81: parse error before
"va_list"
/usr/src/linux-2.4.20-xfs_pre6/include/linux/kernel.h:81: warning: function
declaration isn't a prototype
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-xfs_pre6/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-xfs_pre6/kernel'
make: *** [_dir_kernel] Error 2
Comment 1 Shahar Goldin 2003-02-19 23:40:55 UTC
Created attachment 8514 [details]
my .config file
Comment 2 SpanKY gentoo-dev 2003-02-19 23:50:08 UTC

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