Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44725 - snd.ko fails to find memcpy_* (fromio, toio).
Summary: snd.ko fails to find memcpy_* (fromio, toio).
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-14 23:33 UTC by Brendan Rankin
Modified: 2004-03-20 12:56 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 Brendan Rankin 2004-03-14 23:33:57 UTC
The following message is returned when trying to compile a 2.6.4 kernel on amd64:

WARNING: /lib/modules/2.6.4-gentoo/kernel/sound/core/snd.ko needs unknown symbol memcpy_fromio
WARNING: /lib/modules/2.6.4-gentoo/kernel/sound/core/snd.ko needs unknown symbol memcpy_toio

Naturally, alsa cannot be loaded or run with this kernel, either....

Reproducible: Always
Steps to Reproduce:
1.  Configure ALSA sound support.
2.  Compile the kernel.
3.  Reboot the system with this kernel and watch it fail...

Actual Results:  
Sound did not function.

Expected Results:  
Built up a correct "versions" table containing the missing memcpy_* symbols.
Comment 1 Tamran Lengyel 2004-03-20 12:37:56 UTC
This is a kernel bug (it breaks alsa) and is fixed with the new ebuild.  I had the same problem myself.  Try the 2.6.5-rcX kernel series, it's also fixed in that.

Tamran
Comment 2 Brendan Rankin 2004-03-20 12:56:57 UTC
It was a kernel toolchain bug and it appears to be fixed in the latest gentoo-dev-sources 2.6.4-r1 ebuild.

I've also received info. that it is fixed in the latest 2.6.5 kernel series.