Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93502 - emerge of mythtv 18.1 fails with segfault
Summary: emerge of mythtv 18.1 fails with segfault
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 21:53 UTC by Ken Garland
Modified: 2005-05-22 08:39 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 Ken Garland 2005-05-21 21:53:24 UTC
While emerging the latest 0.18.1 mythtv package this error came on the screen:

videosource.cpp: In constructor `SourceID::SourceID(const CardInput&)':
videosource.cpp:1137: internal compiler error: Segmentation fault

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge mythtv
2.
3.
Comment 1 Chris Picton 2005-05-22 02:49:14 UTC
segfaults like this during compile are usually caused by hardware issues.  Try
running memtest for a few hours and see if it picks up any problems.  Also check
for overheating issues on the CPU
Comment 2 Brian Jackson (RETIRED) gentoo-dev 2005-05-22 07:10:19 UTC
Indeed. It can also be caused by ridiculous CFLAGS. In any case, until this is
reproducible for more than one person, closing as INVALID.
Comment 3 Ken Garland 2005-05-22 08:39:47 UTC
memtest86 shows no errors in my memory. the cpu is at a stable temp and I've had
no other issues thus far. MythTV 0.16 installed without any problems just now.

CFLAGS="-march=athlon-xp -mcpu=i686 -O3 -pipe -fomit-frame-pointer"

If someone else comes across this with the same issue then I hope to see this
re-open.