Bug 243926

Summary: build fails - kmail-migrator linking issues
Product: [Applications] kmail Reporter: tropikhajma <tropikhajma>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: patch

Description tropikhajma 2010-07-08 10:40:36 UTC
Created attachment 48683 [details]
patch

Version:           unspecified (using Devel) 
OS:                Solaris

building kdepim from svn fails with
...
Error while building C++ executable  "kmail-migrator" in target kmail-migrator. 
Undefined			first referenced
 symbol  			    in file
Soprano::LanguageTag::~LanguageTag()     CMakeFiles/kmail-migrator.dir/kmailmigrator.o  (symbol belongs to implicit dependency /export/home/test/Dashboards/installs/2.8.1/kdesupport/lib/libsoprano.so.4)
Soprano::LanguageTag::LanguageTag()     CMakeFiles/kmail-migrator.dir/kmailmigrator.o  (symbol belongs to implicit dependency /export/home/test/Dashboards/installs/2.8.1/kdesupport/lib/libsoprano.so.4)
Soprano::LanguageTag::LanguageTag(const Soprano::LanguageTag&)  CMakeFiles/kmail-migrator.dir/kmailmigrator.o  (symbol belongs to implicit dependency /export/home/test/Dashboards/installs/2.8.1/kdesupport/lib/libsoprano.so.4)
ld: fatal: symbol referencing errors. No output written to kmail-migrator

the attached patch fixes that

this is on opensolaris b134 with the sun studio 12u1 compiler

Reproducible: Always
Comment 1 Nicolas L. 2010-08-29 23:09:47 UTC
SVN commit 1169694 by nlecureuil:

Fix link
BUG: 243926


 M  +1 -0      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1169694