Guys, On Tue, Nov 27, 2012 at 2:36 PM, Duncan <[email protected]> wrote: > Igor Korot posted on Tue, 27 Nov 2012 11:43:36 -0800 as excerpted: > >> Finally latest kopete fails qwith following: >> >> /bin/sh ../../../libtool --silent --tag=CXX --mode=compile >> x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. >> -I../../../kopete/protocols/gadu/libgadu -I/usr/kde/3.5/include >> -I/usr/qt/3/include -I. -DKDE_NO_COMPAT -DQT_NO_COMPAT >> -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete >> -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice >> -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui >> -I../../../kopete/libkopete/private -I../../../kopete/libkopete/ui >> -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT >> -D_REENTRANT -D_LARGE_FILES=1 -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=core2 -O2 -pipe >> -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor >> -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE >> -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o >> videodevicepool.lo videodevicepool.cpp In file included from >> videodevice.cpp:27:0: >> videodevice.h:55:28: fatal error: linux/videodev.h: No such file or >> directory compilation terminated. >> make[4]: *** [videodevice.lo] Error 1 make[4]: *** Waiting for >> unfinished jobs.... >> In file included from videodevicepool.cpp:29:0: >> videodevice.h:55:28: fatal error: linux/videodev.h: No such file or >> directory compilation terminated. >> make[4]: *** [videodevicepool.lo] Error 1 > > I believe that error is due to the Linux kernel dropping support for v4l > (video for linux 1, as opposed to v4l2). > > If there's a v4l USE flag, setting USE=-v4l might fix it. Otherwise... > installing an old linux-headers (before v4l1 was removed, sorry, IDR the > kernel version, but I'd guess it to be googlable) and building against > that would probably work, especially if all you need is to build the > functionality, you don't intend to actually use video with kopete.
This is correct. There is a USE-falg "v4l2" and it's initially turned off. Turning it on gives exctly the same error. AFAIU, I do have a working KDE 3 copy. However, I hate when something is incomplete as in this case. ;-) Here is the complete USE-flag set for kopete. Anything else to try? LearningRight temp # emerge -pv =kopete-3.5.10-r6 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ~] kde-base/kopete-3.5.10-r6:3.5::kde-sunset USE="crypt opengl ssl -addbookmarks -alias -autoreplace -connectionstatus -contactnotes -debug -emoticons-manager -gadu -groupwise -highlight -history -irc -jabber -jingle -kdehiddenvisibility -latex -msn -netmeeting -nowlistening -oscar -sametime -slp -sms -statistics -texteffect -translator -v4l2 -webpresence -winpopup -xscreensaver -yahoo" 0 kB Total: 1 package (1 new), Size of downloads: 0 kB Thank you. > > -- > Duncan - List replies preferred. No HTML msgs. > "Every nonfree program has a lord, a master -- > and if you use the program, he is your master." Richard Stallman > >
