Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26958 - mm-sources 2.6.0-test3-mm3 fails to link: rsem_wake
Summary: mm-sources 2.6.0-test3-mm3 fails to link: rsem_wake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 17:50 UTC by Boyd Waters
Modified: 2003-08-22 12:08 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 Boyd Waters 2003-08-19 17:50:19 UTC
error when building kernel 2.6.0-test3-mm3

kernel/built-in.o(.text+0xd9d7): In function '.text.lock.sysctl':
: undefined reference to 'rsem_wake'
make: *** [.tmp_vmlinux] Error 1


Tried this with GCC 3.3, 3.3.1, and 3.4 (cvs 14-august-2003) -- no luck.

# cd /usr/src/linux; find . -type f -exec grep -l rsem_wake '{}' ';'
./kernel/built-in.o
./kernel/sysctl.o


Where is this coming from? Since most Gentoo binaries are stripped, I can't find
this anywhere... not in system or gcc libs.
Comment 1 Boyd Waters 2003-08-20 13:17:42 UTC
Actually, many people seem to have trouble with -test3-mm3; please see

http://forums.gentoo.org/viewtopic.php?p=476218#476218
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2003-08-20 17:43:46 UTC
Looks like a corrupted kernel tree according to Andrew Morton...
Comment 3 Boyd Waters 2003-08-21 17:48:47 UTC
I had enormous problems compiling -test3-mm3 yesterday... I don't know what got corrupted, as I re-compiled binutils and GCC, but anyway I could not build a -test3-mm2 kernel on that system, either.

I turned OFF "module versioning support" in CONFIG, and now it compiles. I think that the genksyms script is b0rken.
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2003-08-22 05:25:30 UTC
Resolved.
Comment 5 Boyd Waters 2003-08-22 12:08:23 UTC
(FWIW, the kernel that I can now build -- without module versioning support -- does seem to work, booting and running the system OK. Others have reported trouble with actually running this kernel. but WORKSFORME)