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

Bug 95966

Summary: wavplay needs ~amd64 KEYWORDS
Product: Gentoo Linux Reporter: Alessio D'Ascanio <g3ntaro>
Component: New packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to make wavplay work on amd64
updated ebuild file to apply the patch.

Description Alessio D'Ascanio 2005-06-13 05:21:33 UTC
wavplay can compile and run under my amd64 box

Reproducible: Always
Steps to Reproduce:
1. emerge wavplay
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-06-27 12:44:42 UTC
date: 2004/12/19 07:51:03;  author: eradicator;  state: Exp;  lines: +7 -5
-amd64, -sparc.

it's borked, that's why it is marked -amd64 currently
Comment 2 gmalecha 2011-01-07 01:51:15 UTC
Created attachment 259107 [details, diff]
Patch to make wavplay work on amd64
Comment 3 gmalecha 2011-01-07 01:52:07 UTC
Created attachment 259109 [details]
updated ebuild file to apply the patch.
Comment 4 gmalecha 2011-01-07 01:54:31 UTC
From what I can tell, the problem is with the alignment of data in the header which is read using a struct rather than field at a time. This patch uses stdint to ensure the correct sizes for all of the fields.