By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 978 - Build issue: kdebindings java support does not build with openjdk 1.7.0
Summary: Build issue: kdebindings java support does not build with openjdk 1.7.0
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: amd64 Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-04-25 05:13 CDT by Francois Andriot
Modified: 2012-10-19 15:38 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Removes 'hpi' support in kdebindings (1.49 KB, patch)
2012-04-25 05:13 CDT, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2012-04-25 05:13:56 CDT
Created attachment 557 [details]
Removes 'hpi' support in kdebindings

When compiling TDE 3.5.13 kdebindings on Fedora 17 (gcc 4.7, openjdk 1.7.0), the "./configure --with-java" complains about missing file "libhpi.so".

According to this post:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2011-January/005581.html

The 'hpi' library is obsolete and was removed from openjdk since version 1.7.0 .

I wrote the attached patch to remove the hpi requirement in kdebindings.
Comment 1 Francois Andriot 2012-09-29 12:20:02 CDT
This occurs in OpenSuse 12.2 too.
Comment 2 Slávek Banko 2012-09-29 13:44:06 CDT
Thank you, I am aware of this report. However, in v3.5.13-sru patch I not (yet) include it because, although concerns kdebindings, fix is in the admin module, which also used by all others. Therefore, I thought at the time this change has too much impact.

Note: For R14 has already been incorporated fix: efdff81c
Comment 3 Slávek Banko 2012-10-13 10:11:27 CDT
Patch efdff81c pushed also into v3.5.13-sru branch.