On Mon, Sep 01, 2008 at 11:11:45AM -0400, Matthew R. Lee wrote > I found a thread on the gentoo forums discussing this problem. It seems some > pcm plugins need to be specified. So I specified all of them! reemerged > alsa-libs and tools, utils, etc. > Still the same error message!
Did you list them properly in /etc.make.conf ? Here's mine. The plugins are listed on the last line. You should only need it if your USE variable has the (in)famous "-*". # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CFLAGS="-O2 -march=prescott -mmmx -msse -msse2 -msse3 -mfpmath=sse -fomit-frame-pointer -pipe" CXXFLAGS="${CFLAGS}" # This should not be changed unless you know exactly what you are doing. You # should probably be using a different stage, instead. CHOST="i686-pc-linux-gnu" MAKEOPTS="-j1" GENTOO_MIRRORS="ftp://gentoo.arcticnetwork.ca/pub/gentoo/ http://mirrors.acm.cs.rpi.edu/gentoo/ http://gentoo.netnitco.net" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" PORT_LOGDIR=/var/log/portage PORTAGE_ELOG_CLASSES="warn error" PORTAGE_ELOG_COMMAND="echo >> /var/log/portage/elog/cumulative.log" PORTAGE_ELOG_SYSTEM="save" PORTAGE_TMPFS="/dev/shm" FEATURES="parallel-fetch fixpackages" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="i810 vga" USE="-* X a52 aac bzip2 dga doc dri exif ffmpeg flac gif jpeg mmx mng mp3 mpeg nptl nptlonly nsplugin offensive ogg opengl png posix sse sse2 theora threads tiff truetype vim-syntax vorbis win32codecs wmf xcomposite xpm xv xvid zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" -- Walter Dnes <[EMAIL PROTECTED]>