Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2158 - alsa-driver 0.9rc1 header fix
Summary: alsa-driver 0.9rc1 header fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-27 13:25 UTC by Heitham Omar
Modified: 2003-02-04 19:42 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 Heitham Omar 2002-04-27 13:25:58 UTC
The latest version of alsa-driver installs fine, but then if you try to emerge
alsa-lib it complains that it can't find a version of alsa-driver. Looking at
the configure.in it checks for <sound/asound.h> but this file (and others)
haven't been installed by alsa-driver. This small patch to the alsa-driver
ebuild fixes this and then alsa-lib can be successfully emerged.
Comment 1 Heitham Omar 2002-04-27 13:29:32 UTC
Can't seem to create an attachment, it complains about the file being empty.
Heres the patch:

< --- start --- >

--- /home/ice/alsa-driver-0.9.0_rc1.ebuild      Sat Apr 27 18:54:25 2002
+++ alsa-driver-0.9.0_rc1.ebuild        Sat Apr 27 19:14:15 2002
@@ -37,6 +37,8 @@
        insinto /usr/include/sound
        cd ${S}/include
        doins *.h
+       cd ${S}/alsa-kernel/include
+       doins *.h
        cd ${S}
        dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO
        dodir /lib/modules/${KV}/misc

< --- end --- >
Comment 2 Heitham Omar 2002-04-27 13:32:22 UTC
Sorry, should have marked as critical.
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-04-27 14:34:11 UTC
I'll take this one.
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2002-04-27 14:36:21 UTC
I think that this should be fixed in -r1 and -r2 of alsa-driver ebuild.  Could
you please test and reopen this bug if it is not the case?

Thanks for the report.
Comment 5 Heitham Omar 2002-04-27 14:43:27 UTC
-r1 fixes the problem.
Comment 6 Sven Jacobs 2002-04-27 17:11:58 UTC
Yes, I can also confirm this. The bug has been fixed.