Tried to emerge ffmpeg-0.5_p20373 with USE="flac -encode". This does not pull in media-libs/faac, but configure seems to need it. Reproducible: Always Steps to Reproduce: USE="flac -encode" emerge ffmpeg Actual Results: >>> Emerging (1 of 1) media-video/ffmpeg-0.5_p20373 * ffmpeg-0.5_p20373.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * CPV: media-video/ffmpeg-0.5_p20373 * REPO: gentoo * USE: X alsa dirac elibc_glibc faac faad gsm hardcoded-tables kernel_linux mmx mp3 network speex theora userland_GNU vorbis x264 x86 xvid zlib >>> Unpacking source... >>> Unpacking ffmpeg-0.5_p20373.tar.bz2 to /var/tmp/portage/media-video/ffmpeg-0.5_p20373/work >>> Source unpacked in /var/tmp/portage/media-video/ffmpeg-0.5_p20373/work >>> Preparing source in /var/tmp/portage/media-video/ffmpeg-0.5_p20373/work/ffmpeg-0.5_p20373 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-video/ffmpeg-0.5_p20373/work/ffmpeg-0.5_p20373 ... true ERROR: libfaac not found Expected Results: ffmpeg should build emerge --info Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.10.1-r1, 2.6.32-gentoo-r7 i686) ================================================================= System uname: Linux-2.6.32-gentoo-r7-i686-Intel-R-_Pentium-R-_4_CPU_1.80GHz-with-gentoo-1.12.13 Timestamp of tree: Fri, 07 May 2010 19:00:01 +0000 distcc 3.1 i686-pc-linux-gnu [enabled] app-shells/bash: 4.0_p37 dev-lang/python: 2.6.4-r1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.65 sys-devel/automake: 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=pentium4 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distcc distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.mneisen.org/ " LANG="de_DE.utf8@euro" LDFLAGS="-Wl,-O1" LINGUAS="de" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes" 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/lib/overlay /var/lib/layman" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aac acl alsa bash-completion bzip2 cddb cdio cli cracklib cxx dirac dri dvb expat faac faad gif git gsm iconv jpeg lirc md5sum mmx modules mp3 mpeg ncurses network nls nptlonly ogg opengl pam png pppd readline reflection rtc session speex spl sse sse2 ssl subversion symlink sysfs theora tiff truetype unicode vcd vdr vidix vim-syntax vorbis win32codecs x264 x86 xcb xext xine xorg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul 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="evdev keyboard lirc mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" LIRC_DEVICES="serial" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="mga radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
Could you check if patch from bug 310321 fixes it for you? Best regards, Kacper Kowalik
(In reply to comment #1) > Could you check if patch from bug 310321 fixes it for you? Sorry it was a patch against version that's no longer in tree and porting that is not that simple. Assigning to the maintainer...
this has been fixed a while ago afaik