Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19407 - jfs with acl fails to compile
Summary: jfs with acl fails to compile
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jay Pfeifer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-16 04:20 UTC by Andrei Ivanov
Modified: 2003-04-16 10:51 UTC (History)
0 users

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


Attachments
.config (conf,20.87 KB, text/plain)
2003-04-16 04:21 UTC, Andrei Ivanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Ivanov 2003-04-16 04:20:13 UTC
make[2]: Entering directory `/usr/src/linux-2.4.20-gentoo-r3/fs/jfs'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r3/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 -DMODULE -
D_JFS_4K -nostdinc -iwithprefix include -DKBUILD_BASENAME=super  -c -o super.o 
super.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r3/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 -DMODULE -
D_JFS_4K -nostdinc -iwithprefix include -DKBUILD_BASENAME=file  -c -o file.o 
file.c
file.c:103: unknown field `get_posix_acl' specified in initializer
file.c:103: warning: initialization from incompatible pointer type
file.c:104: unknown field `set_posix_acl' specified in initializer
file.c:104: warning: initialization from incompatible pointer type
file.c:126: unknown field `get_posix_acl' specified in initializer
file.c:126: warning: initialization from incompatible pointer type
file.c:127: unknown field `set_posix_acl' specified in initializer
file.c:127: warning: initialization from incompatible pointer type
make[2]: *** [file.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r3/fs/jfs'
make[1]: *** [_modsubdir_jfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r3/fs'
make: *** [_mod_fs] Error 2
Command exited with non-zero status 2
Comment 1 Andrei Ivanov 2003-04-16 04:21:45 UTC
Created attachment 10724 [details]
.config
Comment 2 Andrei Ivanov 2003-04-16 04:22:28 UTC
Not that I use jfs... but just thought you should know.
Comment 3 Jay Pfeifer (RETIRED) gentoo-dev 2003-04-16 10:51:04 UTC
Thanks, You are correct and I have confirmed this. I'm not really sure how this got by since I 
test the compiling pretty well before releasing (there are a few modules with unresolved 
symbols ie. comx, cs4281, some old token ring card,...), but I did not notice this. I'll get an 
update to this out pretty soon. 
 
Thanks again, 
 
Jay