[Bug 168359] New: klipper and kfind doesn't compile due missing link dependencies
Stephan Wezel
s.wezel at web.de
Mon Aug 4 19:30:42 BST 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=168359
Summary: klipper and kfind doesn't compile due missing link
dependencies
Product: kde
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: unassigned-bugs kde org
ReportedBy: s.wezel web de
Version: (using Devel)
Installed from: Compiled sources
Compiler: gcc 4.2.4
OS: Linux
klipper and kfind doesn't compile in latest trunk.
I'm using the kde4-split svn ebuilds from http://genkdesvn.mailstation.de/
both fails on the linking stage.
klipper fails with an unresolved symbol to crc32
and kfind fails with unresolved symbols to kpart
The problem for klipper is as follows:
klipper needs to be linked against zlib. The CMakelist.txt for klipper has ${ZLIB_LIBRARY} in the target_link_libraries line.
But this variable doesn't get filled because the missing
find_package(ZLIB REQUIRED)
line in the kdebase/workspace/CMakelist.txt file.
For kfind:
The CMakefile.txt in the kdebase/apps/kfind directory doesn't have
${KDE4_KPARTS_LIBS}
in the target_link_libraries line.
More information about the Unassigned-bugs
mailing list