Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9143 - emerge alsa-lib fails
Summary: emerge alsa-lib fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-14 20:43 UTC by James Lockie
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 James Lockie 2002-10-14 20:43:13 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O2 -mcpu=i686 -pipe
-I/usr/include -c  -fPIC -DPIC pcm.c -o pcm.lo
pcm.c: In function `snd_pcm_hw_params_dump':
pcm.c:2141: `SNDRV_PCM_HW_PARAM_LAST' undeclared (first use in this function)
pcm.c:2141: (Each undeclared identifier is reported only once
pcm.c:2141: for each function it appears in.)
pcm.c: At top level:
pcm.c:5436: `SNDRV_PCM_HW_PARAM_LAST' undeclared here (not in a function)
pcm.c:5436: size of array `names' has non-integer type
pcm.c:5437: warning: excess elements in array initializer
pcm.c:5437: warning: (near initialization for `names')
pcm.c:5438: warning: excess elements in array initializer
pcm.c:5438: warning: (near initialization for `names')
pcm.c:5439: warning: excess elements in array initializer
pcm.c:5439: warning: (near initialization for `names')
pcm.c:5440: warning: excess elements in array initializer
pcm.c:5440: warning: (near initialization for `names')
pcm.c:5442: warning: excess elements in array initializer
pcm.c:5442: warning: (near initialization for `names')
pcm.c: In function `snd_pcm_slave_conf':
pcm.c:5501: `SNDRV_PCM_HW_PARAM_LAST' undeclared (first use in this function)
make[2]: *** [pcm.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/alsa-lib-0.9.0_rc2/work/alsa-lib-0.9.0rc2/src/pcm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-lib-0.9.0_rc2/work/alsa-lib-0.9.0rc2/src'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 5, Exitcode 2
!!! Parallel Make Failed
Comment 1 SpanKY gentoo-dev 2002-10-14 20:58:12 UTC
check out Bug 8129 for us 
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-10-26 14:40:34 UTC
Bob, are you still there?  Could you try the rc5 of alsa packages and tell us
whether it works for you?
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-11-24 22:36:10 UTC
Closing for the lack of feedback.
Comment 4 James Lockie 2002-11-25 00:39:21 UTC
rc5 fixes everything.