I am installing KDE 4.1.3 on LFS 6.4. I've installed kdebase, kdelib, kdebase-runtime, kdebase-workspace, kdegraphics, kdeadmin, kdemulitmedia, and kdepimlibs without problems with 95% of dependencies forfilled. But kdeutils, or cmake to be precise, is not finding Pykde4, system-config-printer and hal-cups-utils - all of which are installed in their proper places.
Can you tell me how to adjust cmake to find these packages or is this a bug? With 'configure' this is so much easier, but cmake is a different animal. This is the readout: THANKS -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.4.3 (using /opt/qt-4.4.3/bin/qmake) -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Looking for include files CMAKE_HAVE_PTHREAD_H -- Looking for include files CMAKE_HAVE_PTHREAD_H - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Automoc4: /usr/bin/automoc4 -- Found Perl: /usr/bin/perl -- Adding /opt/kde-4.1.3/share/apps/cmake/modules to CMAKE_MODULE_PATH -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Failed -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found Phonon: /usr/lib/libphonon.so -- Found Phonon Includes: /usr/include/KDE;/usr/include -- Found KDE 4.1 include dir: /opt/kde/include -- Found KDE 4.1 library dir: /opt/kde/lib -- Found KDE4 kconfig_compiler preprocessor: /opt/kde/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Found Blitz: /usr/include/qimageblitz -- Found KDE PIM libraries -- Found GMP: /usr/include -- Found LibZip: /usr/include -- Found LibArchive: /usr/include -- Looking for include files HAVE_IEEEFP_H -- Looking for include files HAVE_IEEEFP_H - not found. -- Looking for isinf -- Looking for isinf - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned long -- Check size of unsigned long - done -- Found PythonInterp: /usr/bin/python2.5 -- Found Python executable: /usr/bin/python2.5 -- Found Python version: 2.5.2 -- Found Python library: /usr/lib/libpython2.5.so -- Found SIP version: 4.7.9 -- Found PyQt4 version: 4.4.4 -- Found PyCups -- Found PythonLibs: /usr/lib/libpython2.5.so -- Found Plasma: /opt/kde/lib/libplasma.so -- ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. + GMP + LibZip + LibArchive + Python Libraries ----------------------------------------------------------------------------- -- The following OPTIONAL packages could NOT be located on your system. -- Consider installing them to enable more features from this software. + PyKDE: PyKDE was not found. It is needed by printer-applet to run. (Use -DINSTALL_PRINTER_APPLET=TRUE to install anyway) <http://www.riverbankcomputing.co.uk/pykde/> + system-config-printer: system-config-printer was not found. Some of its modules (cupshelpers.py and ppds.py) are optionally used by printer-applet for auto configure of new printers. You should also install hal-cups-utils <svn co http://svn.fedorahosted.org/svn/hal-cups-utils/trunk/> <http://cyberelk.net/tim/software/system-config-printer/> ----------------------------------------------------------------------------- -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
