Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 58092

Summary: media-sound/xmms-1.2.10-r5 compiles and works on ppc64
Product: Gentoo Linux Reporter: Yuta SATOH (RETIRED) <nigoro>
Component: Current packagesAssignee: ppc64 architecture team <ppc64>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: PPC64   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 58094, 58095    
Attachments: patch for xmms-1.2.10-r5.ebuild

Description Yuta SATOH (RETIRED) gentoo-dev 2004-07-23 10:26:58 UTC
I checked that a WAVE file and an Ogg Vorbis file could play by the USB audio device.
There is a bug in standard MP3 plug-in, and Segmentation fault occurs.

An MP3 file can be played by using media-plugins/xmms-mad-0.5.6-r1 .
Comment 1 Tom Gall (RETIRED) gentoo-dev 2004-08-10 20:05:14 UTC
Thanks Yuta
Comment 2 Tom Gall (RETIRED) gentoo-dev 2004-08-10 20:05:56 UTC
stick a fork in it!
Comment 3 Yuta SATOH (RETIRED) gentoo-dev 2005-01-04 05:40:51 UTC
Created attachment 47571 [details, diff]
patch for xmms-1.2.10-r5.ebuild

When optimizing more than -O2 on ppc64, Segmentation fault occurs in mpg123
input. 
I think that this problem is solved by restriction of optimization level.
Comment 4 Markus Rothe (RETIRED) gentoo-dev 2005-01-04 07:04:59 UTC
patch commited :-)
Comment 5 Yuta SATOH (RETIRED) gentoo-dev 2006-02-18 23:46:51 UTC
FYI, This problem recurred. 
I applied the same patch to media-plugins/xmms-mpg123 and solved this problem.