Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14162 - alsa-utils-0.9.0_rc6 fails....
Summary: alsa-utils-0.9.0_rc6 fails....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-18 19:43 UTC by Greg Coit
Modified: 2003-04-04 01:25 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 Greg Coit 2003-01-18 19:43:05 UTC
 
Comment 1 Greg Coit 2003-01-18 19:44:32 UTC
I was following the gentoo sound install guide and alsa-utils fails with this
error (using gcc-3.2.1-r6):

gcc  -march=athlon -O3 -pipe   -o alsamixer  alsamixer.o -lncurses -lasound -lm
-ldl -lpthread
alsamixer.o(.text+0x2df9): In function `mixer_reinit':
: undefined reference to `snd_mixer_selem_is_enumerated'
alsamixer.o(.text+0x443c): In function `mixer_write_cbar':
: undefined reference to `snd_mixer_selem_get_enum_item'
alsamixer.o(.text+0x444c): In function `mixer_write_cbar':
: undefined reference to `snd_mixer_selem_get_enum_items'
alsamixer.o(.text+0x446f): In function `mixer_write_cbar':
: undefined reference to `snd_mixer_selem_set_enum_item'
alsamixer.o(.text+0x449b): In function `mixer_write_cbar':
: undefined reference to `snd_mixer_selem_get_enum_item'
alsamixer.o(.text+0x44af): In function `mixer_write_cbar':
: undefined reference to `snd_mixer_selem_get_enum_items'
alsamixer.o(.text+0x44da): In function `mixer_write_cbar':
: undefined reference to `snd_mixer_selem_set_enum_item'
alsamixer.o(.text+0x597f): In function `mixer_update_cbar':
: undefined reference to `snd_mixer_selem_get_enum_item'
alsamixer.o(.text+0x59b1): In function `mixer_update_cbar':
: undefined reference to `snd_mixer_selem_get_enum_item_name'
collect2: ld returned 1 exit status
make[1]: *** [alsamixer] Error 1
make[1]: Leaving directory
`/var/tmp/portage/alsa-utils-0.9.0_rc6/work/alsa-utils-0.9.0rc6/alsamixer'
make: *** [all-recursive] Error 1

!!! ERROR: media-sound/alsa-utils-0.9.0_rc6 failed.
!!! Function src_compile, Line 20, Exitcode 2
!!! Parallel Make Failed

Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2003-01-21 13:03:56 UTC
Please try changing CFLAGS to "-march=i686 -O2 -pipe" and recompiling.  If that
doesn't work, post the output of "emerge info".
Comment 3 Greg Coit 2003-01-23 01:06:34 UTC
Changing CFLAGS to "-march=i686 -O2 -pipe" did allow me to compile.  Since no
one else has complained of this bug, and since it's compilable with these
generic CFLAGS, then I'm going to close it....

Thanks!
Comment 4 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:02 UTC
db fix
Comment 5 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:25:55 UTC
db fix