Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1172 - rcupdate.h missing
Summary: rcupdate.h missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-16 00:08 UTC by Michael Lang
Modified: 2003-02-04 19:42 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 Michael Lang 2002-03-16 00:08:35 UTC
Just emerged the kernel sources for 2.4.18

When attempting to make dep, is bombing on ucupdate.

/usr/src/linux-2.4.18/include/asm/hardirq.h:38: warning: this is the location of
the previous definition
/usr/src/linux-2.4.18/include/linux/modules/i386_ksyms.ver:100: warning:
`smp_call_function' redefined/usr/src/linux-2.4.18/include/linux/smp.h:87:
warning: this is the location of the previous definitionIn file included from
/usr/src/linux-2.4.18/include/linux/modversions.h:147,
                 from /usr/src/linux-2.4.18/include/linux/module.h:21,
                 from rcupdate.c:41:
/usr/src/linux-2.4.18/include/linux/modules/ksyms.ver:568: warning:
`del_timer_sync' redefined
/usr/src/linux-2.4.18/include/linux/timer.h:32: warning: this is the location of
the previous definition
rcupdate.c: In function `rcu_prepare_polling':
rcupdate.c:88: `smp_num_cpus' undeclared (first use in this function)
rcupdate.c:88: (Each undeclared identifier is reported only once
rcupdate.c:88: for each function it appears in.)
rcupdate.c: In function `rcu_polling':
rcupdate.c:144: `smp_num_cpus' undeclared (first use in this function)
make[2]: *** [rcupdate.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.18/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.18/kernel'
make: *** [_dir_kernel] Error 2
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-16 09:12:35 UTC
Not surprising; use 2.4.17-r5 for now.  It's faster too.  I'll "fix" this by
releasing a new kernel soon.