Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129377 - missing dependency for kdepim
Summary: missing dependency for kdepim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-09 12:12 UTC by uran238
Modified: 2006-10-17 02:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uran238 2006-04-09 12:12:41 UTC
I tried to merge kdebase/kdepim-3.5.2 today resulting in the following error. It says "X11/extensions/scrnsaver.h: No such file or directory" so it probably depends on x11-proto/scrnsaverproto which installes "/usr/include/X11/extensions/scrnsaver.h"
It's probably the same for older kde versions.

/usr/qt/3/bin/moc ./idletimedetector.h -o idletimedetector.moc
/bin/sh ../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libkcal
-I../kresources/remote -I.. -I../libkdepim -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT
-D_FILE_OFFSET_BITS=64  -DHAVE_BOOST -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -mtune=pentium3 -O2 -mmmx -msse -pipe -D_FILE_OFFSET_BITS=64
-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 idletimedetector.lo idletimedetector.cpp
In file included from idletimedetector.cpp:1:
idletimedetector.h:12:39: X11/extensions/scrnsaver.h: No such file or directory
In file included from idletimedetector.cpp:1:
idletimedetector.h:93: error: ISO C++ forbids declaration of `XScreenSaverInfo' with no type
idletimedetector.h:93: error: expected `;' before '*' token
idletimedetector.cpp: In constructor `IdleTimeDetector::IdleTimeDetector(int)':
idletimedetector.cpp:16: error: `XScreenSaverQueryExtension' was not declared in this scope
idletimedetector.cpp:16: warning: unused variable 'XScreenSaverQueryExtension'
idletimedetector.cpp: In member function `void IdleTimeDetector::check()':
idletimedetector.cpp:41: error: `_mit_info' was not declared in this scope
idletimedetector.cpp:41: error: `XScreenSaverAllocInfo' was not declared in this scope
idletimedetector.cpp:42: error: `XScreenSaverQueryInfo' was not declared in this scope
idletimedetector.cpp:41: warning: unused variable 'XScreenSaverAllocInfo'
idletimedetector.cpp:42: warning: unused variable 'XScreenSaverQueryInfo'
make[3]: *** [idletimedetector.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdepim-3.5.2/work/kdepim-3.5.2/karm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdepim-3.5.2/work/kdepim-3.5.2/karm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdepim-3.5.2/work/kdepim-3.5.2'
make: *** [all] Error 2
Comment 1 aizvorski 2006-10-16 19:14:49 UTC
confirmed with kde-base/kdepim-3.5.2-r2 on amd64.  please bump priority/severity to critical, since this prevents emerging kde *as a whole* on a clean install of 2006.1 from livecd.  emerging xscrensaver first fixes the problem (but all users can't be expected to have to figure that out).
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-17 02:43:37 UTC
Fixed now in CVS.