media-plugins/audacious-plugins-1.4.5 emerge fails when trying to build alsa module Reproducible: Always Steps to Reproduce: USE="aac alsa chardet flac mp3 nls sse2 vorbis wavpack wma -adplug -arts -dbus -esd -gnome -jack -lirc -modplug -mtp -musepack -oss -pulseaudio -sdl -sid -sndfile -timidity -tta" emerge -av =audacious-plugins-1.4.5 Actual Results: Entering directory alsa. In file included from alsa.c:19: alsa.h:35:29: error: alsa/pcm_plugin.h: No such file or directory In file included from about.c:19: alsa.h:35:29: error: alsa/pcm_plugin.h: No such file or directory In file included from audio.c:33: alsa.h:35:29: error: alsa/pcm_plugin.h: No such file or directory In file included from configure.c:19: alsa.h:35:29: error: alsa/pcm_plugin.h: No such file or directory In file included from init.c:21: alsa.h:35:29: error: alsa/pcm_plugin.h: No such file or directory Failed to generate dependencies! make[5]: *** [depend] Error 1 make[4]: *** [all] Error 1 make[3]: *** [subdirs] Error 1 make[2]: *** [all] Error 1 make[1]: *** [subdirs] Error 1 make: *** [all] Error 1 Expected Results: it should emerge successfully Portage 2.1.4.4 (default/linux/amd64/2008.0/no-multilib, gcc-4.3.1, glibc-2.7-r2, 2.6.26-gentoo x86_64) ================================================================= System uname: 2.6.26-gentoo x86_64 Intel(R) Pentium(R) D CPU 3.40GHz Timestamp of tree: Sun, 20 Jul 2008 18:15:01 +0000 app-shells/bash: 3.2_p33 dev-lang/python: 2.4.4-r13, 2.5.2-r5 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=nocona -mfpmath=sse -fomit-frame-pointer -mmmx -msse -msse2 -msse3" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe -march=nocona -mfpmath=sse -fomit-frame-pointer -mmmx -msse -msse2 -msse3" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirror.muntinternet.net/pub/gentoo/" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X amd64 mmx nls nptl opengl pam sse sse2 truetype unicode" ALSA_CARDS="hda-intel" 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 160984 [details] full emerge log
Probably invalid. Re-emerge alsa-lib with a more complete plugin list.
ok, emerging =alsa-lib-1.0.16 with ALSA_PCM_PLUGINS="null", then =audacious-plugins-1.4.5 with the same USE-flags was successfull thanks