Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49880 - media-sound/soundtracker fix for amd64
Summary: media-sound/soundtracker fix for amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 12:08 UTC by Tyler Montbriand
Modified: 2004-05-10 16:40 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 Tyler Montbriand 2004-05-03 12:08:00 UTC
Soundtracker needs the "--disable-asm" configure flag to compile under ~amd64, but once given, it works properly.

Reproducible: Always
Steps to Reproduce:
1. add ~amd64 to /usr/portage/media-sound/soundtracker/soundtracker-0.6.7.ebuild
2. add myconf="${myconf} --disable-asm" to src_compile() in same ebuild
3. ACCEPT_KEYWORDS="~amd64" emerge --ask soundtracker
4. Share and enjoy

Actual Results:  
Soundtracker compiled, installed, ran, and worked properly.


Note that my fix is a little hasty...  it throws out assembler optimization for
x86 even though it works.  gentoo developers would likely want to put it in a
conditional statement to disable it under everything but x86.
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-05-10 16:40:33 UTC
added --disable-asm when not on x86 and added ~amd64 keyword