Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7171 - "undefined symbol: atexit"
Summary: "undefined symbol: atexit"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 10:47 UTC by David Holm (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 David Holm (RETIRED) gentoo-dev 2002-08-28 10:47:34 UTC
Hi,
with gentoo 1.4 (gcc 3.2) I get the following error when trying to run vmware or
mplayer with realvideo codecs:
"avatar@rift incoming $ vmware
vmware: relocation error: vmware: undefined symbol: atexit"

"avatar@rift incoming $ mplayer /home/avatar/0106\ -\ Moaning\ Lisa.rm
.
.
.
Detected audio codec: [racook] afm:21 (RealAudio COOK)
Opening audio decoder: [real] RealAudio decoder
mplayer: relocation error: /usr/lib/real/cook.so.6.0: undefined symbol: atexit"

I did not have this problem with gentoo 1.3 (gcc 3.1 & 3.1.1). Are you sure you
want to release 1.4 so soon instead of 1.3??
Comment 1 SpanKY gentoo-dev 2002-08-28 11:12:54 UTC
heh there is no way 1.3 is going to ever be a real 'release' ...
its based off of gcc 3.1.x which is never going to be used again, and is not 
compatabile with the past or future
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-08-28 13:41:28 UTC
if you have glibc-*-r7 installed, emerge rsync and emerge -u glibc

let me know if this was the case, so i can close this bug.

Matt
Comment 3 David Holm (RETIRED) gentoo-dev 2002-08-29 08:50:22 UTC
This solved the problem, thank you =D