Bug 72657 - initialisation problem with media-sound/jaaa-0.1.1 / media-sound/jaaa-0.1.2 on amd64
Bug#: 72657 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: fvdpol@gentoo.org Reported By: fvdpol@gentoo.org
Component: Applications
URL: 
Summary: initialisation problem with media-sound/jaaa-0.1.1 / media-sound/jaaa-0.1.2 on amd64
Keywords:  
Status Whiteboard: 
Opened: 2004-11-27 10:38 0000
Description:   Opened: 2004-11-27 10:38 0000
when launching the JACK and ALSA Audio Analyser on my amd64 box the application
fails to initialise, and gets stuck at Audio::Init() when calling the
_rngen.grand() function.

Works OK on x86. 

I contacted the author (Fons Adriaensen) for assistence since I don't want to
tamper with the DSP related stuff.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Frank van de Pol (RETIRED) 2004-11-28 05:33:08 0000 -------
Fixed in portage cvs.

Problem was caused by sizeof(long)!=4 on amd64. Thanks to Fons Adriaensen for debugging.