Gentoo Archives: gentoo-desktop

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-desktop@l.g.o
Subject: [gentoo-desktop] Re: Dependencies of KDE 3
Date: Wed, 28 Nov 2012 00:03:24
Message-Id: pan.2012.11.27.22.36.49@cox.net
In Reply to: Re: [gentoo-desktop] Dependencies of KDE 3 by Igor Korot
1 Igor Korot posted on Tue, 27 Nov 2012 11:43:36 -0800 as excerpted:
2
3 > Finally latest kopete fails qwith following:
4 >
5 > /bin/sh ../../../libtool --silent --tag=CXX --mode=compile
6 > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../..
7 > -I../../../kopete/protocols/gadu/libgadu -I/usr/kde/3.5/include
8 > -I/usr/qt/3/include -I. -DKDE_NO_COMPAT -DQT_NO_COMPAT
9 > -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete
10 > -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice
11 > -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui
12 > -I../../../kopete/libkopete/private -I../../../kopete/libkopete/ui
13 > -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT
14 > -D_REENTRANT -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi
15 > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall
16 > -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=core2 -O2 -pipe
17 > -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
18 > -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
19 > -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o
20 > videodevicepool.lo videodevicepool.cpp In file included from
21 > videodevice.cpp:27:0:
22 > videodevice.h:55:28: fatal error: linux/videodev.h: No such file or
23 > directory compilation terminated.
24 > make[4]: *** [videodevice.lo] Error 1 make[4]: *** Waiting for
25 > unfinished jobs....
26 > In file included from videodevicepool.cpp:29:0:
27 > videodevice.h:55:28: fatal error: linux/videodev.h: No such file or
28 > directory compilation terminated.
29 > make[4]: *** [videodevicepool.lo] Error 1
30
31 I believe that error is due to the Linux kernel dropping support for v4l
32 (video for linux 1, as opposed to v4l2).
33
34 If there's a v4l USE flag, setting USE=-v4l might fix it. Otherwise...
35 installing an old linux-headers (before v4l1 was removed, sorry, IDR the
36 kernel version, but I'd guess it to be googlable) and building against
37 that would probably work, especially if all you need is to build the
38 functionality, you don't intend to actually use video with kopete.
39
40 --
41 Duncan - List replies preferred. No HTML msgs.
42 "Every nonfree program has a lord, a master --
43 and if you use the program, he is your master." Richard Stallman

Replies

Subject Author
Re: [gentoo-desktop] Re: Dependencies of KDE 3 Igor Korot <ikorot01@×××××.com>