Bug 243926 - build fails - kmail-migrator linking issues
Summary: build fails - kmail-migrator linking issues
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 10:40 UTC by tropikhajma
Modified: 2010-08-29 23:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch (395 bytes, patch)
2010-07-08 10:40 UTC, tropikhajma
Details

Note You need to log in before you can comment on or make changes to this bug.
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