Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12944 - lolo-sources 2.4.20.1_pre8 fails at mm
Summary: lolo-sources 2.4.20.1_pre8 fails at mm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-30 09:59 UTC by Aniruddha Shankar
Modified: 2002-12-31 13:14 UTC (History)
0 users

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


Attachments
Kernel configuration file (lolo-config,17.49 KB, application/octet-stream)
2002-12-30 10:01 UTC, Aniruddha Shankar
Details
patch for this (temp.patch,1.14 KB, patch)
2002-12-30 10:32 UTC, Brandon Low (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aniruddha Shankar 2002-12-30 09:59:52 UTC
gcc 2.95.3
make[2]: Entering directory `/usr/src/linux-2.4.20-lolo-r1_pre8/mm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-lolo-r1_pre8/include -Wall -Wstrict-prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix include -DKBUILD_BASENAME=memory  -DEXPORT_SYMTAB -c memory.c
memory.c: In function `zap_page_range':
memory.c:699: warning: implicit declaration of function `do_zap_page_range'
memory.c: At top level:
memory.c:708: warning: type mismatch with previous implicit declaration
memory.c:699: warning: previous implicit declaration of `do_zap_page_range'
memory.c:708: warning: `do_zap_page_range' was previously implicitly declared to return `int'
memory.c: In function `vmtruncate_list':
memory.c:699: conflicting types for `do_zap_page_range'
memory.c:708: previous declaration of `do_zap_page_range'
memory.c:699: conflicting types for `do_zap_page_range'
memory.c:708: previous declaration of `do_zap_page_range'
make[2]: *** [memory.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-lolo-r1_pre8/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-lolo-r1_pre8/mm'
make: *** [_dir_mm] Error 2
Comment 1 Aniruddha Shankar 2002-12-30 10:01:26 UTC
Created attachment 6850 [details]
Kernel configuration file

This is the kernel config file that I used (with gcc 2.95.3) to try and make
the lolo kernel
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-12-30 10:32:50 UTC
Created attachment 6851 [details, diff]
patch for this

Please try it with this patch applied, I hope that takes care of it.
Comment 3 Aniruddha Shankar 2002-12-30 12:37:48 UTC
compiles alright. 
Comment 4 Brandon Low (RETIRED) gentoo-dev 2002-12-31 13:14:17 UTC
danks that patch is either in _pre9 or will be in _pre10/rc1 whichever I do next ;-)