Summary: | ALSA-drivers 0.9.6 fails to compile with 2.6.0-test3(-bk7) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Anthony Mirabella <mirabeaj> |
Component: | Current packages | Assignee: | x86-kernel (DEPRECATED) <x86-kernel> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | CC: | vapier |
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
unless i missed something ... alsa has been integrated with 2.6.x ... use that instead of the alsa-drivers package ... |
When building several files complain about not finding linux/modversions.h and the build dies. This happens with the 2.6.0-test3 and test3-bk7 kernel sources. It appears that modversions.h has moved from the location ALSA expects to /usr/src/linux/include/config/modversions.h I was able to get this to successfully build by adding "ln -s /usr/src/linux/include/config/modversions.h ${S}/include/linux/modversions.h" after the ./configure and before emake in the ebuild. Reproducible: Always Steps to Reproduce: 1. emerge alsa-driver 2. 3. Actual Results: make: *** [include/sndversions.h] Error 2 !!! ERROR: media-sound/alsa-driver-0.9.6 failed. !!! Function src_compile, Line 64, Exitcode 2 !!! Parallel Make Failed Expected Results: >>> media-sound/alsa-driver-0.9.6 merged.