Fwd: [CMake] CMake 2.8.0 RC 1 ready for testing!

Jaime Torres jtamate at gmail.com
Sat Sep 26 22:59:25 CEST 2009


Hi,

  I've found the following error when trying to configure kdebase in an empty 
directory.

cmake -DCMAKE_PREFIX_PATH=/opt/kde4 -DCMAKE_INSTALL_PREFIX=/opt/kde4 -
DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS="-m64 -O2 -march=k8 -mtune=k8 -ftree-
vectorize" -DCMAKE_CXX_FLAGS="-m64 -O2 -march=k8 -mtune=k8 -ftree-vectorize" 
/g/kde4svn/kdebase/                                                                                            
-- The C compiler identification is GNU                                                      
-- 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.5.2 (using /usr/lib/qt4.5/bin/qmake)                                   
-- Looking for XOpenDisplay in 
/usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so                           
-- Looking for XOpenDisplay in 
/usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/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/lib64/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: /opt/kde4/bin/automoc4                                                    
-- Found Perl: /usr/bin/perl                                                                 
-- Phonon Version: 4.3.50                                                                    
-- Found Phonon: /opt/kde4/lib/libphonon.so                                                  
-- Found Phonon Includes: /opt/kde4/include/KDE;/opt/kde4/include                            
-- Performing Test _OFFT_IS_64BIT                                                            
-- Performing Test _OFFT_IS_64BIT - Success                                                  
-- 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 KDE 4.4 include dir: /opt/kde4/include                                              
-- Found KDE 4.4 library dir: /opt/kde4/lib                                                  
-- Found the KDE4 kconfig_compiler preprocessor: 
/opt/kde4/bin/kconfig_compiler              
-- Found automoc4: /opt/kde4/bin/automoc4                                                    
-- Strigi API needs 'signed char'                                                            
-- Found Strigi: /opt/kde4/lib/libstreams.so                                                 
-- Found Soprano version 2.3.61: /opt/kde4/lib/libsoprano.so                                 
-- Found Soprano includes: /opt/kde4/include                                                 
-- Found Soprano Index: /opt/kde4/lib/libsopranoindex.so                                     
-- Found Soprano Client: /opt/kde4/lib/libsopranoclient.so                                   
-- Found Soprano Plugin Dir: /opt/kde4/share/soprano/plugins                                 
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser 
raptorserializer redlandbackend sesame2backend virtuosobackend                                                         
-- Found NEPOMUK: /opt/kde4/lib/libnepomuk.so                                                
-- Could NOT find SLP  (missing:  SLP_LIBRARIES SLP_INCLUDE_DIR)                             
-- Looking for include files HAVE_SYS_WAIT_H                                                 
-- Looking for include files HAVE_SYS_WAIT_H - found                                         
-- Looking for include files HAVE_SYS_TIME_H                                                 
-- Looking for include files HAVE_SYS_TIME_H - found                                         
-- Looking for include files HAVE_STDINT_H                                                   
-- Looking for include files HAVE_STDINT_H - found                                           
-- Looking for include files HAVE_SYS_BITYPES_H                                              
-- Looking for include files HAVE_SYS_BITYPES_H - found                                      
KDE4_DBUS_INTERFACES_DIR = /opt/kde4/share/dbus-1/interfaces                                 
-- Found CLucene library: /usr/lib64/libclucene.so                                           
-- Found CLucene include dir: /usr/include                                                   
CMake Warning (dev) at runtime/nepomuk/CMakeLists.txt:31 (add_subdirectory):                 
  The source directory                                                                       

    /g/kde4svn/kdebase/runtime/nepomuk/libnepomukquery

  does not contain a CMakeLists.txt file.

  CMake does not support this case but it used to work accidentally and is
  being allowed for compatibility.                                        

  Policy CMP0014 is not set: Input directories must have CMakeLists.txt.  Run
  "cmake --help-policy CMP0014" for policy details.  Use the cmake_policy    
  command to set the policy and suppress this warning.                       
This warning is for project developers.  Use -Wno-dev to suppress it.        

-- Looking for smbc_set_context
-- Looking for smbc_set_context - found
-- Looking for smbc_option_set         
-- Looking for smbc_option_set - found 
-- Found samba: /usr/lib64/libsmbclient.so
-- Found BZip2: /usr/lib64/libbz2.so      
-- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so - found
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so        
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so        
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so         
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so - found 
-- Found LIBLZMA: /usr/include                                   
-- Found shared-mime-info version: 0.51                          
-- Looking for include files HAVE_TERMIOS_H                      
-- Looking for include files HAVE_TERMIOS_H - found              
-- Looking for include files HAVE_UTIL_H                         
-- Looking for include files HAVE_UTIL_H - not found.            
-- Looking for include files HAVE_SYS_IOCTL_H                    
-- Looking for include files HAVE_SYS_IOCTL_H - found            
-- Looking for include files HAVE_PTY_H                          
-- Looking for include files HAVE_PTY_H - found                  
-- Looking for include files HAVE_LIBUTIL_H                      
-- Looking for include files HAVE_LIBUTIL_H - not found.         
-- Looking for getpt                                             
-- Looking for getpt - found                                     
-- Looking for grantpt                                           
-- Looking for grantpt - found                                   
-- Looking for openpty in util                                   
-- Looking for openpty in util - found                           
-- Looking for isastream in util                                 
-- Looking for isastream in util - found                         
--   found OpenEXR, version 1.6.1                                
-- Found OPENEXR: 
/usr/lib64/libImath.so;/usr/lib64/libIlmImf.so;/usr/lib64/libIex.so;/usr/lib64/libHalf.so;/usr/lib64/libIlmThread.so                                                    
-- Found JPEG: /usr/lib64/libjpeg.so                                                         
-- Looking for include files HAVE_UTIME_H                                                    
-- Looking for include files HAVE_UTIME_H - found                                            
-- Looking for gethostbyname in nsl                                                          
-- Looking for gethostbyname in nsl - found                                                  
-- Looking for snd_seq_create_simple_port in asound                                          
-- Looking for snd_seq_create_simple_port in asound - found                                  
-- Found ALSA: /usr/lib64/libasound.so                                                       
-- Looking for include files HAVE_SYS_SOUNDCARD_H                                            
-- Looking for include files HAVE_SYS_SOUNDCARD_H - found                                    
-- Looking for include files HAVE_MACHINE_SOUNDCARD_H                                        
-- Looking for include files HAVE_MACHINE_SOUNDCARD_H - not found.                           
-- Looking for include files HAVE_LINUX_AWE_VOICE_H                                          
-- Looking for include files HAVE_LINUX_AWE_VOICE_H - not found.                             
-- Looking for include files HAVE_AWE_VOICE_H                                                
-- Looking for include files HAVE_AWE_VOICE_H - not found.                                   
-- Looking for include files HAVE__USR_SRC_SYS_I386_ISA_SOUND_AWE_VOICE_H                    
-- Looking for include files HAVE__USR_SRC_SYS_I386_ISA_SOUND_AWE_VOICE_H - 
not found.       
-- Looking for include files HAVE__USR_SRC_SYS_GNU_I386_ISA_SOUND_AWE_VOICE_H                
-- Looking for include files HAVE__USR_SRC_SYS_GNU_I386_ISA_SOUND_AWE_VOICE_H 
- not found.   
-- Looking for C++ include sys/asoundlib.h                                                   
-- Looking for C++ include sys/asoundlib.h - found                                           
-- Looking for C++ include alsa/asoundlib.h                                                  
-- Looking for C++ include alsa/asoundlib.h - found                                          
-- Looking for snd_pcm_resume in asound                                                      
-- Looking for snd_pcm_resume in asound - found                                              
-- Could NOT find PulseAudio                                                                 
--   found libxine, version 1.1.16.3                                                         
-- Performing Test XINE_XCB_FOUND                                                            
-- Performing Test XINE_XCB_FOUND - Success                                                  
-- Found Xine: /usr/include                                                                  
-- Looking for strsignal                                                                     
-- Looking for strsignal - found                                                             
-- Looking for uname                                                                         
-- Looking for uname - found                                                                 
-- Create macro to display info at the end of install                                        
-- Strigi API needs 'signed char'                                                            
-- Found ZLIB: /usr/lib64/libz.so                                                            
-- Looking for getpeereid                                                                    
-- Looking for getpeereid - not found                                                        
-- Looking for statvfs                                                                       
-- Looking for statvfs - found                                                               
--   found qimageblitz, version 4.0.0                                                        
-- Found QImageBlitz: /opt/kde4/include/qimageblitz                                          
-- Found Soprano version 2.3.61: /opt/kde4/lib/libsoprano.so                                 
-- Found Soprano includes: /opt/kde4/include                                                 
-- Found Soprano Index: /opt/kde4/lib/libsopranoindex.so                                     
-- Found Soprano Client: /opt/kde4/lib/libsopranoclient.so                                   
-- Found Soprano Plugin Dir: /opt/kde4/share/soprano/plugins                                 
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser 
raptorserializer redlandbackend sesame2backend virtuosobackend                                                         
-- Looking for mallinfo                                                                      
-- Looking for mallinfo - found                                                              
-- Looking for mallinfo                                                                      
-- Looking for mallinfo - not found.                                                         
-- optional cmake package FindKdeWebKit.cmake (for kdewebkit) was not found.                 
-- optional cmake package FindWebKitPart.cmake (for webkitpart) was not found.               
-- Looking for include files HAVE_DEVINFO_H                                                  
-- Looking for include files HAVE_DEVINFO_H - not found.                                     
-- Looking for include files HAVE_FSTAB_H                                                    
-- Looking for include files HAVE_FSTAB_H - found                                            
-- Looking for include files HAVE_LINUX_RAW_H                                                
-- Looking for include files HAVE_LINUX_RAW_H - found                                        
-- Looking for include files HAVE_MNTENT_H                                                   
-- Looking for include files HAVE_MNTENT_H - found                                           
-- Looking for include files HAVE_SYS_RAW_H                                                  
-- Looking for include files HAVE_SYS_RAW_H - found                                          
-- Looking for include files HAVE_ALIB_H                                                     
-- Looking for include files HAVE_ALIB_H - not found.                                        
-- Looking for include files HAVE_SYS_SOCKIO_H                                               
-- Looking for include files HAVE_SYS_SOCKIO_H - not found.                                  
-- Looking for getnameinfo                                                                   
-- Looking for getnameinfo - not found.                                                      
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN                                               
-- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN - Failed                                      
-- Looking for getifaddrs                                                                    
-- Looking for getifaddrs - found                                                            
-- Could NOT find PCIUTILS  (missing:  PCIUTILS_LIBRARIES 
PCIUTILS_INCLUDE_DIR)              
-- Found RAW1394: /usr/lib64/libraw1394.so                                                   
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig                   
-- Found GLIB2: /usr/lib64/libglib-2.0.so                                                    
-- Looking for XkbLockModifiers in X11                                                       
-- Looking for XkbLockModifiers in X11 - found                                               
-- Strigi API needs 'signed char'                                                            
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig                   
--   found fontconfig, version 2.6.0                                                         
-- Found Fontconfig: /usr/lib64/libfontconfig.so                                             
-- Could NOT find Googlegadgets  (missing:  GOOGLEGADGETS_LIBRARIES 
GOOGLEGADGETS_INCLUDE_DIRS)                                                                                           
-- checking for modules 'qzion>=0.4.0;qedje>=0.4.0'                                          
--   package 'qzion>=0.4.0' not found                                                        
--   package 'qedje>=0.4.0' not found                                                        
-- Could not find QZion and/or QEdje. Please download them here 
(http://code.openbossa.org/projects/qedje/pages/Home).                                                                    
-- Could NOT find QEdje  (missing:  QEDJE_LIBRARIES QEDJE_INCLUDE_DIRS)                      
-- Found PythonInterp: /usr/bin/python2.6                                                    
-- Found Python executable: /usr/bin/python2.6                                               
-- Found Python version: 2.6                                                                 
-- Found Python library: /usr/lib64/libpython2.6.so                                          
Traceback (most recent call last):                                                           
  File "/opt/kde4/share/apps/cmake/modules/FindSIP.py", line 8, in <module>                  
    import sipconfig                                                                         
ImportError: No module named sipconfig                                                       
Traceback (most recent call last):                                                           
  File "/opt/kde4/share/apps/cmake/modules/FindPyQt.py", line 5, in <module>                 
    import PyQt4.pyqtconfig                                                                  
ImportError: No module named pyqtconfig                                                      
Traceback (most recent call last):                                                           
  File "/opt/kde4/share/apps/cmake/modules/FindPyKDE4.py", line 8, in <module>               
    import PyKDE4.pykdeconfig                                                                
  File "/usr/lib64/python2.6/site-packages/PyKDE4/pykdeconfig.py", line 25, in 
<module>      
    import sipconfig, PyQt4.pyqtconfig                                                       
ImportError: No module named sipconfig                                                       
-- Found Soprano version 2.3.61: /opt/kde4/lib/libsoprano.so                                 
-- Found Soprano includes: /opt/kde4/include                                                 
-- Found Soprano Index: /opt/kde4/lib/libsopranoindex.so                                     
-- Found Soprano Client: /opt/kde4/lib/libsopranoclient.so                                   
-- Found Soprano Plugin Dir: /opt/kde4/share/soprano/plugins                                 
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser 
raptorserializer redlandbackend sesame2backend virtuosobackend                                                         
-- Could NOT find PolkitQt  (missing:  POLKITQT_LIBRARIES 
POLKITQT_INCLUDE_DIR)              
-- Performing Test PAM_MESSAGE_CONST                                                         
-- Performing Test PAM_MESSAGE_CONST - Success                                               
-- Found PAM: /usr/lib64/libpam.so;/usr/lib64/libdl.so                                       
-- Looking for getspnam                                                                      
-- Looking for getspnam - found                                                              
-- Looking for crypt in crypt                                                                
-- Looking for crypt in crypt - found                                                        
-- Looking for include files HAVE_CRYPT_H                                                    
-- Looking for include files HAVE_CRYPT_H - found                                            
-- Looking for getpassphrase                                                                 
-- Looking for getpassphrase - not found                                                     
-- Looking for vsyslog                                                                       
-- Looking for vsyslog - found                                                               
-- Looking for include files HAVE_LIMITS_H                                                   
-- Looking for include files HAVE_LIMITS_H - found                                           
-- Looking for include files HAVE_SYS_VFS_H                                                  
-- Looking for include files HAVE_SYS_VFS_H - found                                          
-- Looking for include files HAVE_SYS_STATVFS_H                                              
-- Looking for include files HAVE_SYS_STATVFS_H - found                                      
-- Looking for include files HAVE_SYS_PARAM_H                                                
-- Looking for include files HAVE_SYS_PARAM_H - found                                        
-- Looking for include files HAVE_SYS_MOUNT_H                                                
-- Looking for include files HAVE_SYS_MOUNT_H - found                                        
-- Looking for include files HAVE_SYS_STATFS_H                                               
-- Looking for include files HAVE_SYS_STATFS_H - found                                       
-- Looking for statfs                                                                        
-- Looking for statfs - found                                                                
-- Looking for sys/types.h                                                                   
-- Looking for sys/types.h - found                                                           
-- Looking for stddef.h                                                                      
-- Looking for stddef.h - found                                                              
-- Check size of struct ucred                                                                
-- Check size of struct ucred - done                                                         
-- Looking for setpriority                                                                   
-- Looking for setpriority - found                                                           
-- checking for module 'xrandr>=1.2'                                                         
--   found xrandr, version 1.3.0                                                             
-- Could NOT find PolkitQt  (missing:  POLKITQT_LIBRARIES 
POLKITQT_INCLUDE_DIR)              
-- Looking for include files HAVE_SYS_PTRACE_H                                               
-- Looking for include files HAVE_SYS_PTRACE_H - found                                       
-- Looking for include files HAVE_SYS_ENDIAN_H                                               
-- Looking for include files HAVE_SYS_ENDIAN_H - not found.                                  
-- Looking for include files HAVE_BYTESWAP_H                                                 
-- Looking for include files HAVE_BYTESWAP_H - found                                         
-- Performing Test HAVE_KSYSGUARD_SUPPORTED_REGS_STRUCT                                      
-- Performing Test HAVE_KSYSGUARD_SUPPORTED_REGS_STRUCT - Failed                             
-- Looking for include files HAVE_PATHS_H                                                    
-- Looking for include files HAVE_PATHS_H - found                                            
-- Looking for _IceTransNoListen in ICE                                                      
-- Looking for _IceTransNoListen in ICE - found                                              
-- Performing Test HAVE_MMMX                                                                 
-- Performing Test HAVE_MMMX - Success                                                       
-- Found PNG: /usr/lib64/libpng.so                                                           
-- Performing Test X86_MMX_FOUND                                                             
-- Performing Test X86_MMX_FOUND - Success                                                   
-- Found Sensors: /usr/include                                                               
-- Looking for include files SYS_INOTIFY_H_FOUND                                             
-- Looking for include files SYS_INOTIFY_H_FOUND - found                                     
-- Looking for addToUtmp in utempter                                                         
-- Looking for addToUtmp in utempter - found                                                 
-- Looking for include files HAVE_UTEMPTER_H                                                 
-- Looking for include files HAVE_UTEMPTER_H - found                                         
-- Looking for XF86MiscSetGrabKeysState in Xxf86misc                                         
-- Looking for XF86MiscSetGrabKeysState in Xxf86misc - found                                 
-- Looking for glXChooseVisual in GL                                                         
-- Looking for glXChooseVisual in GL - found                                                 
-- checking for one of the modules 'NetworkManager'                                          
-- checking for one of the modules 'libnm-util'                                              
-- Could NOT find BlueZ  (missing:  BLUEZ_INCLUDE_DIR BLUEZ_LIBRARIES)                       
-- Looking for XScreenSaverQueryInfo in Xss                                                  
-- Looking for XScreenSaverQueryInfo in Xss - found                                          
-- Could NOT find libgps  (missing:  LIBGPS_INCLUDE_DIR LIBGPS_LIBRARIES)                    
-- Could NOT find Xmms  (missing:  XMMS_LIBRARIES XMMS_INCLUDE_DIRS)                         
-- Could NOT find XMMS: the nowplaying dataengine will NOT support XMMS 1.x                  
-- Found KdepimLibs: /opt/kde4/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake                   
-- Boost version: 1.39.0                                                                     
-- Found the following Boost libraries:                                                      
-- Found Akonadi: /opt/kde4/lib/cmake/Akonadi-1.1.85/AkonadiConfig.cmake                     
-- Found Soprano version 2.3.61: /opt/kde4/lib/libsoprano.so                                 
-- Found Soprano includes: /opt/kde4/include                                                 
-- Found Soprano Index: /opt/kde4/lib/libsopranoindex.so                                     
-- Found Soprano Client: /opt/kde4/lib/libsopranoclient.so                                   
-- Found Soprano Plugin Dir: /opt/kde4/share/soprano/plugins/soprano/plugins                 
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser 
raptorserializer redlandbackend sesame2backend virtuosobackend                                                         
-- Found Freetype: -lfreetype -lz                                                            
-- checking for module 'libxklavier>=3.0'                                                    
--   package 'libxklavier>=3.0' not found                                                    
-- Could NOT find LibXKlavier  (missing:  LIBXKLAVIER_CFLAGS 
LIBXKLAVIER_LDFLAGS)            
-- checking for module 'gobject-2.0'                                                         
--   found gobject-2.0, version 2.18.2                                                       
-- Found GObject libraries: 
/usr/lib64/libgobject-2.0.so;/usr/lib64/libgmodule-2.0.so;/usr/lib64/libgthread-2.0.so;/usr/lib64/libglib-2.0.so                                              
-- Found GObject includes : /usr/include/glib-2.0/gobject                                    
-- Could not find libxklavier >= 3.0, glib or gobject which are recommended 
for kxkb.        
-- Using xkbfile to get keyboard layouts for kxkb                                            
-- Looking for _XiGetDevicePresenceNotifyEvent                                               
-- Looking for _XiGetDevicePresenceNotifyEvent - found                                       
--   found libusb, version 0.1.12                                                            
-- Found LIBUSB: /usr/lib64/libusb.so                                                        
-- Could NOT find PolkitQt  (missing:  POLKITQT_LIBRARIES 
POLKITQT_INCLUDE_DIR)              
/opt/kde4/share/dbus-1/interfaces                                                            
-- /g/kde4svn/kdebase/workspace/kcontrol: skipped subdir $(KSMCARD_SUBDIR)                   
-- Performing Test HAVE_STRUCT_PASSWD_PW_EXPIRE                                              
-- Performing Test HAVE_STRUCT_PASSWD_PW_EXPIRE - Failed                                     
-- Performing Test HAVE_STRUCT_UTMP_UT_USER                                                  
-- Performing Test HAVE_STRUCT_UTMP_UT_USER - Success                                        
-- Performing Test HAVE_STRUCT_UTMP_UT_HOST                                                  
-- Performing Test HAVE_STRUCT_UTMP_UT_HOST - Success                                        
-- Looking for include files HAVE_LASTLOG_H                                                  
-- Looking for include files HAVE_LASTLOG_H - found                                          
-- Looking for include files HAVE_TERMIO_H                                                   
-- Looking for include files HAVE_TERMIO_H - found                                           
-- Looking for sysinfo                                                                       
-- Looking for sysinfo - found                                                               
-- Looking for systeminfo                                                                    
-- Looking for systeminfo - not found.                                                       
-- Looking for getdomainname                                                                 
-- Looking for getdomainname - not found.                                                    
-- Looking for initgroups                                                                    
-- Looking for initgroups - found                                                            
-- Looking for mkstemp                                                                       
-- Looking for mkstemp - found                                                               
-- Looking for getusershell                                                                  
-- Looking for getusershell - found                                                          
-- Performing Test HAVE_SETLOGIN                                                             
-- Performing Test HAVE_SETLOGIN - Failed                                                    
-- Looking for seteuid                                                                       
-- Looking for seteuid - found                                                               
-- Looking for include files HAVE_CRT_EXTERNS_H                                              
-- Looking for include files HAVE_CRT_EXTERNS_H - not found.                                 
-- Looking for _NSGetEnviron                                                                 
-- Looking for _NSGetEnviron - not found                                                     
-- Looking for setusercontext                                                                
-- Looking for setusercontext - not found                                                    
-- Looking for login_getclass                                                                
-- Looking for login_getclass - not found                                                    
-- Looking for auth_timeok                                                                   
-- Looking for auth_timeok - not found                                                       
-- Looking for pam_getenvlist                                                                
-- Looking for pam_getenvlist - found                                                        
-- Looking for authenticate in s                                                             
-- Looking for authenticate in s - not found                                                 
-- Looking for sched_yield in posix4                                                         
-- Looking for sched_yield in posix4 - not found                                             
-- Looking for connect in socket                                                             
-- Looking for connect in socket - not found                                                 
-- Looking for dn_expand in resolv                                                           
-- Looking for dn_expand in resolv - not found                                               
-- Looking for gethostbyname                                                                 
-- Looking for gethostbyname - found                                                         
-- Looking for getutent                                                                      
-- Looking for getutent - found                                                              
-- Looking for updwtmp                                                                       
-- Looking for updwtmp - found                                                               
-- Looking for arc4random                                                                    
-- Looking for arc4random - not found                                                        
-- Looking for XdmcpWrap                                                                     
-- Looking for XdmcpWrap - found                                                             
-- Looking for getloadavg                                                                    
-- Looking for getloadavg - found                                                            
-- Looking for setproctitle                                                                  
-- Looking for setproctitle - not found                                                      
-- Looking for strnlen                                                                       
-- Looking for strnlen - found                                                               
-- Performing Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN                                           
-- Performing Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed                                  
-- Performing Test HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN                                         
-- Performing Test HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed                                

-----------------------------------------------------------------------------
-- The following external packages were located on your system.              
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
   * Soprano - Soprano Libraries                                             
   * Nepomuk - Nepomuk Libraries                                             
   * Soprano Storage Backend - Soprano Libraries                             
   * Soprano raptor parser plugin - Soprano Libraries                        
   * Samba - the SMB client library, a version with smbc_set_context() and 
smbc_option_set()
   * BZip2 - A high-quality data compressor                                                 
   * LZMA/XZ - A very high compression ratio data compressor                                
   * OpenEXR - API for accessing OpenEXR formatted images                                   
   * Phonon - Phonon library                                                                
   * Soprano - Semantic Desktop Storing                                                     
   * Nepomuk - Nepomuk                                                                      
   * OpenGL - API for developing portable, interactive 2D and 3D graphics 
applications      
   * RAW1394 - library for direct access to IEEE 1394 bus                                   
   * glib2 - Low-level core library for data structure handling, portability 
wrappers, etc. 
   * XKB - X keyboard extension                                                             
   * glib2 - Low-level core library for data structure handling, portability 
wrappers, etc. 
   * Soprano - Semantic Desktop Storing                                                     
   * Nepomuk - Nepomuk Libraries                                                            
   * libxss - XScreenSaver Library                                                          
   * libxext - XSync Extension                                                              
   * Compositing support - X11 Compositing support                                          
   * lm-sensors - Sensors support for ksysguard                                             
   * kdepimlibs - KDE PIM libraries                                                         
   * Soprano - Semantic Desktop Storing                                                     
   * FreeType - A font rendering engine                                                     
   * xkbfile - X11 KXB library for keyboard handling software                               
   * libusb - User level access to USB devices                                              
   * libxft - X FreeType interface library                                                  

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.      
-- Consider installing them to enable more features from this software.      
-----------------------------------------------------------------------------
   * OpenSLP  <http://www.openslp.org/>                                      
     SLP (Service Location Protocol) implementation                          
     Provides SLP support in the network:/ kioslave.                         
   * CLucene (0.9.19 or higher)  <http://sourceforge.net/projects/clucene>   
     C++ search engine                                                       
     For building the Nepomuk Strigi backend. Recommended.                   
   * libssh  <http://www.libssh.org/>                                        
     the SSH library with SFTP support                                       
     Needed to build the SFTP kioslave
   * PulseAudio  <http://www.pulseaudio.org>
     A cross-platform, networked sound server.
     Allows audio playback via the PulseAudio soundserver when it is running
   * PCIUTILS  <http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml>
     PciUtils is a library for direct access to PCI slots
     View PCI details in kinfocenter.
   * GoogleGadgets  <http://code.google.com/p/google-gadgets-for-linux/>
     Google Gadgets library
     Needed to build plasma scriptengine for google gadgets
   * QEdje  <http://code.openbossa.org/projects/qedje/pages/Home>
     QEdje library
     Needed to build plasma scriptengine for edje files
   * Python  <http://techbase.kde.org/Development/Languages/Python>
     KDE Python support
     Needed to build plasma scriptengine for Python
   * Polkit-Qt  <kdesupport>
     Qt Wrapper around PolicyKit
     Required to build PolicyKit-KDE
   * BlueZ  <http://www.bluez.org>
     BlueZ is the Linux Bluetooth protocol stack
     For Bluetooth support in KDE
   * NetworkManager (0.6.5 or higher)  
<http://www.gnome.org/projects/NetworkManager>
     A daemon for user controlled networking
     Needed for building Network Management support in Solid.
   * libgps  <http://gpsd.berlios.de/>
     GPS support for geolocation
   * XMMS  <http://www.xmms.org>
     X MultiMedia System developement libraries
     Support for XMMS in the Now Playing data engine
   * libxklavier (3.0 or higher)  
<http://freedesktop.org/wiki/Software/LibXklavier>
     A XKB foundation library for keyboard handling software
     Recommended for kxkb, the KDE keyboard map switching utility.
   * ck-connector  <http://freedesktop.org/wiki/Software/ConsoleKit>
     The ConsoleKit connector library
     Provides ConsoleKit integration in KDM

-----------------------------------------------------------------------------

-- Configuring done
CMake Internal Error (please report a bug) in workspace/kdm/CMakeLists.txt:
  cmTarget::GetOutputInfo called for config.ci which has type UTILITY


Abortado




----------  Forwarded Message  ----------

Subject: Fwd: [CMake] CMake 2.8.0 RC 1 ready for testing!
Date: Saturday 26 September 2009, 09:16:19
From: Alexander Neundorf <neundorf at kde.org>
To: kde-core-devel at kde.org, "KDE build system \(cmake\)" <kde-
buildsystem at kde.org>

Hi,

below you can find the announcement of CMake 2.8.0 RC1.
To make sure it doesn't have any bugs which affect KDE, please give it a good 
try.

If you find problems, please report them to ideally to cmake at cmake.org or to 
kde-buildsystem at kde.org.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20090926/efd7ceaf/attachment-0001.sig 


More information about the Kde-buildsystem mailing list