Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37046 - snd 6.7 fails to compile with alsa enabled for kernel 2.6, snd 7 works
Summary: snd 6.7 fails to compile with alsa enabled for kernel 2.6, snd 7 works
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 12:42 UTC by markus
Modified: 2004-01-07 16:13 UTC (History)
0 users

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 markus 2004-01-02 12:42:46 UTC
snd fails to compile with alsa support enabled under alsa / kernel 2.6

snd works, no ebuild however renaming / new digest works for me.

Reproducible: Always
Steps to Reproduce:
1. run kernel 2.6 with alsa support
2. USE=alsa emerge snd-6.7
3.

Actual Results:  
audio.c: In function `alsa_mus_audio_initialize': 
audio.c:4325: error: too few arguments to function 
`snd_pcm_hw_params_get_periods_min' 
audio.c:4326: error: too few arguments to function 
`snd_pcm_hw_params_get_periods_max' 
audio.c:4328: error: too few arguments to function 
`snd_pcm_hw_params_get_periods_min' 
audio.c:4329: error: too few arguments to function 
`snd_pcm_hw_params_get_periods_max' 
audio.c:4349: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_min' 
audio.c:4350: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_max' 
audio.c:4352: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_min' 
audio.c:4353: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_max' 
audio.c: In function `alsa_audio_open': 
audio.c:4482: error: too few arguments to function 
`snd_pcm_hw_params_get_periods_min' 
audio.c:4483: error: too few arguments to function 
`snd_pcm_hw_params_get_periods_max' 
audio.c:4495: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_min' 
audio.c:4496: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_max' 
audio.c:4523: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near' makes 
pointer from integer without a cast 
audio.c: In function `alsa_mus_audio_mixer_read': 
audio.c:4730: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_min' 
audio.c:4731: error: too few arguments to function 
`snd_pcm_hw_params_get_buffer_size_max' 
audio.c:4740: error: too few arguments to function 
`snd_pcm_hw_params_get_channels_max' 
audio.c:4755: error: too few arguments to function 
`snd_pcm_hw_params_get_channels_min' 
audio.c:4768: error: too few arguments to function 
`snd_pcm_hw_params_get_rate_min' 
audio.c:4769: error: too few arguments to function 
`snd_pcm_hw_params_get_rate_max' 
make: *** [audio.o] Error 1 
 

Expected Results:  
snd merged 

snd 7 which is availble from ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz 
works for me!
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-01-07 16:13:31 UTC
in cvs