Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71016 - sys-kernel/gentoo-sources-2.4.26-r11 does not compile
Summary: sys-kernel/gentoo-sources-2.4.26-r11 does not compile
Status: RESOLVED DUPLICATE of bug 64220
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 15:25 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
.config (.config,28.23 KB, text/plain)
2004-11-13 03:54 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2004-11-12 15:25:12 UTC
make all_targets
make[2]: Entering directory `/usr/src/linux-2.4.26-gentoo-r11/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.26-gentoo-r11/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon-xp   -nostdinc -iwithprefix include -DKBUILD_BASENAME=sched -fno-omit-frame-pointer -c -o sched.o sched.c
sched.c:617: error: conflicting types for 'wake_up_process'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:696: error: previous declaration of 'wake_up_process' was here
sched.c:617: error: conflicting types for 'wake_up_process'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:696: error: previous declaration of 'wake_up_process' was here
sched.c:622: error: conflicting types for 'wake_up_forked_process'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:697: error: previous declaration of 'wake_up_forked_process' was here
sched.c:622: error: conflicting types for 'wake_up_forked_process'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:697: error: previous declaration of 'wake_up_forked_process' was here
sched.c:659: error: conflicting types for 'sched_exit'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:698: error: previous declaration of 'sched_exit' was here
sched.c:659: error: conflicting types for 'sched_exit'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:698: error: previous declaration of 'sched_exit' was here
sched.c:1433: error: conflicting types for '__wake_up'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:688: error: previous declaration of '__wake_up' was here
sched.c:1433: error: conflicting types for '__wake_up'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:688: error: previous declaration of '__wake_up' was here
sched.c:1464: error: conflicting types for 'complete'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/completion.h:31: error: previous declaration of 'complete' was here
sched.c:1464: error: conflicting types for 'complete'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/completion.h:31: error: previous declaration of 'complete' was here
sched.c:1474: error: conflicting types for 'wait_for_completion'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/completion.h:30: error: previous declaration of 'wait_for_completion' was here
sched.c:1474: error: conflicting types for 'wait_for_completion'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/completion.h:30: error: previous declaration of 'wait_for_completion' was here
sched.c:1509: error: conflicting types for 'interruptible_sleep_on'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:693: error: previous declaration of 'interruptible_sleep_on' was here
sched.c:1509: error: conflicting types for 'interruptible_sleep_on'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:693: error: previous declaration of 'interruptible_sleep_on' was here
sched.c:1520: error: conflicting types for 'interruptible_sleep_on_timeout'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:694: error: previous declaration of 'interruptible_sleep_on_timeout' was here
sched.c:1520: error: conflicting types for 'interruptible_sleep_on_timeout'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:694: error: previous declaration of 'interruptible_sleep_on_timeout' was here
sched.c:1533: error: conflicting types for 'sleep_on'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:690: error: previous declaration of 'sleep_on' was here
sched.c:1533: error: conflicting types for 'sleep_on'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:690: error: previous declaration of 'sleep_on' was here
sched.c:1544: error: conflicting types for 'sleep_on_timeout'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:691: error: previous declaration of 'sleep_on_timeout' was here
sched.c:1544: error: conflicting types for 'sleep_on_timeout'
/usr/src/linux-2.4.26-gentoo-r11/include/linux/sched.h:691: error: previous declaration of 'sleep_on_timeout' was here
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.26-gentoo-r11/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.26-gentoo-r11/kernel'
make: *** [_dir_kernel] Error 2
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-11-13 02:44:46 UTC
Attach your .config please.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-13 03:54:10 UTC
Created attachment 43856 [details]
.config
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-13 10:45:17 UTC
Maybe I should add, that I tried it with my working -r9 .config and make oldconfig as well as make mrproper and creating a new one (which is attached). So the problem must be new, since one of the latest two revisions.
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-11-13 11:44:53 UTC
Hrm, well the affected file didn't change in the last two revisions. Compiler issue? "emerge info" please.
Comment 5 Tim Yamin (RETIRED) gentoo-dev 2004-11-13 11:47:14 UTC
Yeah, GCC 3.4 issue.

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