Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95966 - wavplay needs ~amd64 KEYWORDS
Summary: wavplay needs ~amd64 KEYWORDS
Status: RESOLVED INVALID
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: 2005-06-13 05:21 UTC by Alessio D'Ascanio
Modified: 2011-01-07 01:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to make wavplay work on amd64 (wavplay-1.4_amd64.patch,6.86 KB, patch)
2011-01-07 01:51 UTC, gmalecha
Details | Diff
updated ebuild file to apply the patch. (wavplay-1.4-r1.ebuild,1.09 KB, text/plain)
2011-01-07 01:52 UTC, gmalecha
Details

Note You need to log in before you can comment on or make changes to this bug.
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.