Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207419 - app-cdr/k9copy-1.2.3 doesn´t compile because it depends on ffmpeg
Summary: app-cdr/k9copy-1.2.3 doesn´t compile because it depends on ffmpeg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 21:40 UTC by monstermuffins
Modified: 2008-03-28 20:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixed ebuild (k9copy-1.2.3-r1.ebuild,1023 bytes, text/plain)
2008-01-25 21:41 UTC, monstermuffins
Details
build.log (build.log,112.02 KB, text/plain)
2008-01-25 21:42 UTC, monstermuffins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description monstermuffins 2008-01-25 21:40:38 UTC
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
Comment 1 monstermuffins 2008-01-25 21:41:33 UTC
Created attachment 141788 [details]
Fixed ebuild
Comment 2 monstermuffins 2008-01-25 21:42:22 UTC
Created attachment 141790 [details]
build.log
Comment 3 Wulf Krueger (RETIRED) gentoo-dev 2008-03-28 20:44:21 UTC
Fixed in CVS.