Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335432 - media-sound/alsa-driver-1.0.23 fails to compile with kernel 2.6.35
Summary: media-sound/alsa-driver-1.0.23 fails to compile with kernel 2.6.35
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 15:49 UTC by Cedric
Modified: 2011-01-03 19:58 UTC (History)
2 users (show)

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


Attachments
.config for Kernel 2.6.35-r12 (.config,64.70 KB, text/plain)
2010-11-05 21:07 UTC, Cedric
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric 2010-08-31 15:49:19 UTC
Since updating to kernel 2.6.35-r4, alsa-driver 1.0.23 fails to compile with error :

  CC [M]  /tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/pci/hda/patch_atihdmi.o
/tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.c: In function ‘snd_pcm_hw_params’:
/tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.c:489: erreur: implicit declaration of function ‘pm_qos_remove_requirement’
/tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.c:492: erreur: implicit declaration of function ‘pm_qos_add_requirement’
make[3]: *** [/tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.o] Erreur 1
make[3]: *** Attente des tâches non terminées....

Reproducible: Always

Steps to Reproduce:
1. Update to kernel 2.6.35-r4
2.Compile alsa-driver 1.0.23
Comment 1 Jeremy Murphy 2010-11-02 21:55:30 UTC
How about with 2.6.36?
Comment 2 Jeremy Murphy 2010-11-03 12:15:33 UTC
I can't reproduce this bug for 2.6.35-r12 on amd64; could you give us some details about your kernel configuration, Cedric?  Attach your .config I guess.  Thanks, cheers.
Comment 3 Cedric 2010-11-03 13:06:05 UTC
I'm usually not using "testing" kernels but I'll give it a try later. 

Note that I'm still using a 32 bits system.

I'll attach the .config files for 2.6.35 and 2.6.36 if it fails again (I didn't keep the last one).

Regards.
Comment 4 Jeremy Murphy 2010-11-04 05:07:10 UTC
Thanks.  If you could do it soon that would be marvellous, as we want to stabilize 1.0.23 asap.  Cheers.
Comment 5 Cedric 2010-11-05 21:07:03 UTC
Created attachment 253351 [details]
.config for Kernel 2.6.35-r12
Comment 6 Cedric 2010-11-05 21:07:52 UTC
Config file attached. Still happening with 2.6.35-r12. I'll Try with 2.6.36 asap.
Comment 7 Jeremy Murphy 2010-11-05 23:45:34 UTC
Cedric, I'm so sorry, I totally overlooked the fact that you are talking about the *driver* and not libs or utils.  This is what happens when you try to work before coffee!  The driver package is unsupported.  Why aren't you using the in-kernel alsa driver?
Comment 8 Cedric 2010-11-05 23:49:21 UTC
I had some problems with ALSA a few monthes ago, so I installed it via portage to update it and I got used to do it.
I think I'll just continue using kernel 2.6.34 until alsa 1.0.24 is released.

Thanks anyway ;).
Comment 9 Jeremy Murphy 2010-11-06 00:30:42 UTC
I highly recommend trying to get in-kernel alsa working, because alsa-driver is not supported and will only create problems that we can't/won't help with.
Comment 10 Cedric 2010-11-06 01:57:05 UTC
I'll give it a try. ;)
Comment 11 Peter Fox 2011-01-03 19:58:24 UTC
Just an observation that snd-aloop should be coming in-kernel soon (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=597603d615d2b19a9e451d8cfac24372856a522d). Won't need external alsa-driver after that.