[Bug 162102] New: cmake fails to configure kdebase: CLucene library not find, fails to look in /usr/lib64 [patch]

Jan Minář rdancer at rdancer.org
Wed May 14 19:53:37 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=162102         
           Summary: cmake fails to configure kdebase: CLucene library not
                    find, fails to look in /usr/lib64 [patch]
           Product: kdelibs
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: kdecore
        AssignedTo: kdelibs-bugs kde org
        ReportedBy: rdancer rdancer org


Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

kdesvn-build fails to build kdebase -- cmake fails.

The reason is, the kdebase/runtime/cmake/modules/FindCLucene.cmake fails to look for the CLucene library in /usr/lib64 -- it does look in /usr/lib, however.  Possibly, the ${LIB_SUFFIX} is not being set properly earlier in another file? -- If set to ``64'', the library would be found.  Then again, this might break something else?

Steps to reproduce:

rdancer oklahoma:~/kdesvn> ./kdesvn-build kdebase
Script started processing at Wed May 14 18:29:42 2008
<<<  Build Process  >>>
Building kdebase (1/1)
        Waiting for source code update.
        Source update complete for kdebase: 0 files affected.
        Preparing build system for kdebase.
        Removing files in build directory for kdebase
        Old build system cleaned, starting new build system.
        Running cmake...
        Unable to configure kdebase with CMake!
        Overall time for kdebase was 44 seconds.

<<<  Build Done  >>>



<<<  PACKAGES FAILED TO BUILD  >>>
kdebase - ~/kdesvn/log/2008-05-14-14/kdebase/cmake.log
Script finished processing at Wed May 14 18:30:26 2008
Your logs are saved in /home/rdancer/kdesvn/log/2008-05-14-14
rdancer oklahoma:~/kdesvn> tail ~/kdesvn/log/2008-05-14-14/kdebase/cmake.log
-- Consider installing them to enable more features from this software.
+ Captury framework: libcaptury is a framework realtime video capturing for e.g. screen casts <http://rm-rf.in/captury>
-----------------------------------------------------------------------------

CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
CLUCENE_LIBRARY_DIR (ADVANCED)

-- Configuring done


More information about the Kdelibs-bugs mailing list