Bug 101144 - Java bindings build uses old installed libraries for linking
Summary: Java bindings build uses old installed libraries for linking
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-09 04:52 UTC by Alexei Dets
Modified: 2018-11-16 04:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

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