Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72657 - initialisation problem with media-sound/jaaa-0.1.1 / media-sound/jaaa-0.1.2 on amd64
Summary: initialisation problem with media-sound/jaaa-0.1.1 / media-sound/jaaa-0.1.2 o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Frank van de Pol (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-27 10:38 UTC by Frank van de Pol (RETIRED)
Modified: 2004-11-28 05:33 UTC (History)
1 user (show)

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 Frank van de Pol (RETIRED) gentoo-dev 2004-11-27 10:38:55 UTC
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 Frank van de Pol (RETIRED) gentoo-dev 2004-11-28 05:33:08 UTC
Fixed in portage cvs.

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