Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27076 - ALSA-drivers 0.9.6 fails to compile with 2.6.0-test3(-bk7)
Summary: ALSA-drivers 0.9.6 fails to compile with 2.6.0-test3(-bk7)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 13:11 UTC by Anthony Mirabella
Modified: 2003-08-21 16:06 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 Anthony Mirabella 2003-08-21 13:11:52 UTC
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.
Comment 1 SpanKY gentoo-dev 2003-08-21 16:06:46 UTC
unless i missed something ... 
 
alsa has been integrated with 2.6.x ... use that instead of the alsa-drivers package ...