The configure step of the emerge can not find ffmpeg despite that media-video/ffmpeg-0.4.9_p20061016 is installed on my system. Reproducible: Always Steps to Reproduce: 1. emerge -auD world 2. 3. Actual Results: emerge fails with the following: ... checking for XIPH... yes checking for FFMPEG... no configure: error: could not find ffmpeg. please update PKG_CONFIG_PATH to point to ffmpegs source folder or run ./get_ffmpeg_svn.sh (for more information see INSTALL) !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/media-video/ffmpeg2theora-0.18/work/ffmpeg2theora-0.18/config.log !!! ERROR: media-video/ffmpeg2theora-0.18 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3123: Called src_compile ebuild.sh, line 642: Called econf ebuild.sh, line 577: Called die !!! econf failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/media-video/ffmpeg2theora-0.18/temp/build.log'. Expected Results: smooth installation # emerge info *** Deprecated use of action 'info', use '--info' instead Portage 2.1.2.2 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 x86_64) ================================================================= System uname: 2.6.19-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3200+ Gentoo Base System release 1.12.9 Timestamp of tree: Wed, 04 Apr 2007 10:20:01 +0000 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-Os -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-Os -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://mirror.scarlet-internet.nl/pub/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="amd64 berkdb bitmap-fonts bzip2 cli cracklib crypt cups doc dri fortran gdbm gnome gpm gtk iconv ipv6 isdnlog jpeg libg++ midi mmap ncurses nls nptl nptlonly opengl pam pcre perl png postgres ppds pppd python readline reflection session spl ssl tcpd tetex tiff truetype-fonts type1-fonts unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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 mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark ati chips cirrus cyrix dummy fbdev glint i128 i810 mga neomagic nv rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Created attachment 115429 [details] /var/tmp/portage/media-video/ffmpeg2theora-0.18/work/ffmpeg2theora-0.18/config.log
$ equery files ffmpeg | grep swscale /usr/include/ffmpeg/swscale.h /usr/lib64/pkgconfig/libswscale.pc $ emerge -pv ffmpeg Tebuild R ] media-video/ffmpeg-0.4.9_p20070129 USE="a52 aac dts encode ieee1394 mmx network ogg sdl theora threads truetype v4l vorbis x264 xvid zlib (-altivec) -amr -debug -doc -imlib -oss -test" 0 kB [3] what's the output of those commands for you ?
# equery files ffmpeg | grep swscale /usr/include/ffmpeg/swscale.h # emerge -pv ffmpeg These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-video/ffmpeg-0.4.9_p20061016 USE="doc encode mmx ogg theora vorbis zlib -a52 -aac (-altivec) -amr -debug -dts -ieee1394 -imlib -network -oss -sdl -test -threads -truetype -v4l -x264 -xvid" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB
(In reply to comment #0) > The configure step of the emerge can not find ffmpeg despite that > media-video/ffmpeg-0.4.9_p20061016 is installed on my system. I've raised ffmpeg dep to 0.4.9_p20070129 for file libswscale.pc. Thanks for reporting.
(In reply to comment #4) > (In reply to comment #0) > > The configure step of the emerge can not find ffmpeg despite that > > media-video/ffmpeg-0.4.9_p20061016 is installed on my system. > > I've raised ffmpeg dep to 0.4.9_p20070129 for file libswscale.pc. > > Thanks for reporting. > Thanks for the quick fix. Compiled fine after keywording ffmpeg ~amd64.