Bug 383034 - Library kdesvnpart not found issue
Summary: Library kdesvnpart not found issue
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kdesvn
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR critical
Target Milestone: ---
Assignee: KDESvn default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 08:32 UTC by Abinaya
Modified: 2017-10-25 21:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Attached error (16.07 KB, image/png)
2017-08-02 08:32 UTC, Abinaya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Abinaya 2017-08-02 08:32:45 UTC
Created attachment 107032 [details]
Attached error

“kdesvn” command opens up an error message: "Could not find our part. Library kdesvnpart not found”. I have clicked ok and then a little empty kdesvn window appeared. I have built kdesvn-1.7.0 using source code and could clearly see the mentioned library in the path:/path/kdesvn/x86_64/1.7.0.s192/lib/kde4/
Below are the libraries found in this path : 
kded_kdesvnd.so  
kdesvnpart.so  
kio_ksvn.so

Kindly take this as urgent request.
Comment 1 Christian Ehrlicher 2017-08-02 08:52:01 UTC
The KDE4 version of kdesvn is no longer in active development, please update to 2.0.0 which is based on Qt5/KF5
Comment 2 martonmiklos 2017-10-25 18:48:49 UTC
Hello guys,

I have just built the master branch from git which is ahead of the 2.0, and I am facing with the same issue. From where should I get the kdesvnpart? Is it a separate project?
Comment 3 Christian Ehrlicher 2017-10-25 19:43:42 UTC
make sure to build with KDE_INSTALL_USE_QT_SYS_PATHS
see e.g. here: https://mail.kde.org/pipermail/kde-buildsystem/2015-March/010673.html
Comment 4 martonmiklos 2017-10-25 20:21:07 UTC
Thanks Christian!

It still unclear where should I use this.
I have ran 
export  KDE_INSTALL_USE_QT_SYS_PATHS; cmake ..
make
sudo make install

but I still got the same error.
Comment 5 Christian Ehrlicher 2017-10-25 20:22:25 UTC
It's a cmake option no env var ...
Comment 6 martonmiklos 2017-10-25 21:09:57 UTC
Ah thanks. Just as side note:
cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON

is the way to go.