Bug 78336 - musepack-tools enable arch-specific ASM on amd64
Bug#: 78336 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: slarti@gentoo.org
Component: Ebuilds
URL: 
Summary: musepack-tools enable arch-specific ASM on amd64
Keywords:  
Status Whiteboard: 
Opened: 2005-01-17 03:29 0000
Description:   Opened: 2005-01-17 03:29 0000
The musepack-tools ebuilds enable x86ish ASM on both AMD64 and x86. AMD64 ASM
is distinct from x86 ASM, and the decoder does not work on AMD64 with this:

MPC Decoder  SV7  1.15s  3DNow/SSE   (C) 1999-2003 Buschmann/Klemm/Piecha/Wolf
zsh: 10008 illegal hardware instruction  mppdec somefile.mpc

Attached is a patch to musepack-tools-1.15s-r1.ebuild. It also loses many of
the subshells which are slightly more expensive than [[ ]].

Thanks,
Tom

------- Comment #1 From Tom Martin (RETIRED) 2005-01-17 03:32:11 0000 -------
Created an attachment (id=48742) [details]
musepack-tools-1.15s-r1.ebuild.patch

------- Comment #2 From Tony Vroon 2005-01-17 12:52:04 0000 -------
In portage as musepack-tools-1.15s-r2.
Thank you for your report.