Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49348 - [2.4] unresolved symbol _mmx_memcpy
Summary: [2.4] unresolved symbol _mmx_memcpy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: Low minor (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-28 20:46 UTC by Geordon Marchak
Modified: 2004-06-21 13:12 UTC (History)
0 users

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


Attachments
kernel config (20040429.config,23.45 KB, text/plain)
2004-04-28 20:48 UTC, Geordon Marchak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geordon Marchak 2004-04-28 20:46:15 UTC
I added parport, parport_pc in as modules.  When insmodding them I got the 
following error reports:

# insmod parport
Using /lib/modules/2.4.25-gentoo-r2/kernel/drivers/parport/parport.o
/lib/modules/2.4.25-gentoo-r2/kernel/drivers/parport/parport.o:
/lib/modules/2.4.25-gentoo-r2/kernel/drivers/parport/parport.o: unresolved
symbol _mmx_memcpy
# insmod parport_pc io=0x378 irq=7
Using /lib/modules/2.4.25-gentoo-r2/kernel/drivers/parport/parport_pc.o
/lib/modules/2.4.25-gentoo-r2/kernel/drivers/parport/parport_pc.o:
/lib/modules/2.4.25-gentoo-r2/kernel/drivers/parport/parport_pc.o: unresolved
symbol _mmx_memcpy

For background info:

emerge info
Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo-r2)
=================================================================
System uname: 2.4.25-gentoo-r2 i686 AMD Athlon(tm) 
Gentoo Base System version 1.4.9
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X apm arts avi berkdb crypt cups encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Geordon Marchak 2004-04-28 20:48:56 UTC
Created attachment 30298 [details]
kernel config
Comment 2 Geordon Marchak 2004-04-28 22:02:26 UTC
The processor is an XP-2500, but if I compile as a 686 rather than Athlon this
problem goes away.

Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-06-21 13:12:22 UTC
Should be fixed in latest 2.4 kernel release.