[Bug 175740] New: CMake test for XTest library fails although it is installed

Łukasz Jernaś lukasz.jernas at gmail.com
Fri Nov 21 09:16:30 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=175740

           Summary: CMake test for XTest library fails although it is
                    installed
           Product: kde
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: lukasz.jernas at gmail.com


Version:           svn trunk (using Devel)
Compiler:          gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11 Configured with:
../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gn
OS:                Linux
Installed from:    Compiled sources

When trying to build kdebase from trunk it fails on Xtest with the following
message:
CMake Error: The following variables are used in this project, but they are set
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake
files:
X11_XTest_LIB (ADVANCED)
    linked by target "khotkeysprivate" in directory
/home/kde-devel/kde/src/kdebase/workspace/khotkeys/libkhotkeysprivate
    linked by target "kded_khotkeys" in directory
/home/kde-devel/kde/src/kdebase/workspace/khotkeys/app
    linked by target "kcm_hotkeys" in directory
/home/kde-devel/kde/src/kdebase/workspace/khotkeys/kcm_hotkeys
    linked by target "khotkeys_update" in directory
/home/kde-devel/kde/src/kdebase/workspace/khotkeys/update

-- Configuring incomplete, errors occurred!

Even though the appropriate devel files are installed. Below is the pkgconfig
file for xcb-xtest
deejay1 at sulaco:/usr/lib/pkgconfig$ cat xcb-xtest.pc 
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: XCB XTEST
Description: XCB XTEST Extension
Version: 1.1
Requires: xcb
Libs: -L${libdir} -lxcb-xtest
Cflags: -I${includedir}


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list