Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8129 - alsa-lib won't compile
Summary: alsa-lib won't compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 17:58 UTC by Shad Nelson
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 Shad Nelson 2002-09-19 17:58:47 UTC
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)
pcm.c: At top level:
pcm.c:5436: storage size of `names' isn't known
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

bash-2.05a#
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-09-21 15:32:21 UTC
What kernel version are you using?
What's the version of alsa-driver installed?
Comment 2 Shad Nelson 2002-09-21 20:40:15 UTC
I was able to fix this bug. I did a emerge gcc, then emerge -e system, emerge -e
world. This bug occured on a system I updated to 1.4. I don't think the update
scripts are updating libc++ to the new 3.2 gcc.

Everything seems to be fixed now.

Shad