Bug 101144

Summary: Java bindings build uses old installed libraries for linking
Product: [Developer tools] bindings Reporter: Alexei Dets <adets>
Component: generalAssignee: kde-bindings
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: chrisburel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexei Dets 2005-03-09 04:52:39 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Compiled From Sources
Compiler:          gcc-3.3.2 
OS:                Linux

If kdebindings are already installed then during koala linking libtool (?) is looking for the file /usr/lib/libqtjava.la instead of
local one in the kdebindings build tree. This file points to /usr/lib/libqtjava.so. If it will be present then koala can link against old library version. Or link will fail because of library versions incompatibilities. I've noticed the problem due to the bug in the KDE-RedHat kdebindings package (https://sourceforge.net/tracker/?func=detail&atid=512929&aid=1111937&group_id=65974) I had only /usr/lib/libqtjava.la without /usr/lib/libqtjava.so ==> koala build just failed.

If qtjava files are not present in the /usr/lib during build then libtool (?) will use local library version inside kdebindings build tree and linking will be successful.
Comment 1 Andrew Crouthamel 2018-11-02 04:27:28 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Andrew Crouthamel 2018-11-16 02:45:08 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 3 Chris Burel 2018-11-16 04:20:46 UTC
The Java bindings were moved to qtjambi, but even that is unmaintained now.