Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29473 - media-sound/alsa-driver-0.9.6 won't compile with wolk 4.3
Summary: media-sound/alsa-driver-0.9.6 won't compile with wolk 4.3
Status: RESOLVED DUPLICATE of bug 25731
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-23 18:01 UTC by zeist
Modified: 2005-07-17 13: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 zeist 2003-09-23 18:01:39 UTC
When i try to compile media-sound/alsa-driver-0.9.6 with a wolk 4.3 kernel i get
an error.
Despite the wolk patch that is correctly applied to alsa-driver sources there is
no way to compile alsa-drivers.

Reproducible: Always
Steps to Reproduce:
1.use gentoo kernel source of wolf 4.3
2.emerge alsa-drivers ver 0.9.6
3.

Actual Results:  
In file included from mtpav.c:1:
../alsa-kernel/drivers/mtpav.c:588: parse error before "snd_mtpav_irqh"
../alsa-kernel/drivers/mtpav.c:589: warning: return type defaults to `int'
../alsa-kernel/drivers/mtpav.c: In function `snd_mtpav_irqh':
../alsa-kernel/drivers/mtpav.c:596: `IRQ_HANDLED' undeclared (first use in this
function)
../alsa-kernel/drivers/mtpav.c:596: (Each undeclared identifier is reported only
once
../alsa-kernel/drivers/mtpav.c:596: for each function it appears in.)
In file included from mtpav.c:1:
../alsa-kernel/drivers/mtpav.c: In function `snd_mtpav_get_ISA':
../alsa-kernel/drivers/mtpav.c:609: warning: passing arg 2 of
`request_irq_R0c60f2e0' from incompatible pointer type
make[1]: *** [mtpav.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-driver-0.9.6/work/alsa-driver-0.9.6/drivers'
make: *** [compile] Error 1
 
!!! ERROR: media-sound/alsa-driver-0.9.6 failed.
!!! Function src_compile, Line 65, Exitcode 2
!!! Parallel Make Failed

Expected Results:  
emerge alsa-drivers correctly

sys-apps/portage ver 2.0.49-r3
sys-devel/gcc ver 3.2.3-r1
Comment 1 zeist 2003-09-24 06:14:04 UTC
FALSE ALARM:
Using the patch with id=16221 posted as attachment in bug 25731 as substitute of the wolk-patch included in the ebuild resolved the problem.
I think this new patch should be included in the package
Anyway this can considered a duplicate of bug 25731, sorry.

*** This bug has been marked as a duplicate of 25731 ***