emerge -av k9copy fails. It seems a dependency for ffmpeg is missing. ----------- k9avidecode.h:17:29: error: ffmpeg/avformat.h: No such file or directory k9avidecode.cpp:13:28: error: ffmpeg/avcodec.h: No such file or directory k9lvitemimport.cpp: In member function 'virtual int k9LvItemImport::compare(QListViewItem*, int, bool) const': k9lvitemimport.cpp:34: warning: unused variable 'res' /bin/sh ../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../k9devices -I../k9vamps -I../libk9copy -I../src -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -I. -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=nocona -O2 -pipe -msse3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fpermissive -c -o k9canvasselection.lo k9canvasselection.cpp Reproducible: Always Steps to Reproduce: 1.emerge -av k9copy 2. 3. Actual Results: emerge fails Expected Results: emerge works modifying the ebuild by adding ffmpeg as dependency does the trick
Created attachment 141788 [details] Fixed ebuild
Created attachment 141790 [details] build.log
Fixed in CVS.