Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1319086 - libguestfs-java: mismatch class version vs java dependency
libguestfs-java: mismatch class version vs java dependency
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libguestfs (Show other bugs)
6.8
Unspecified Unspecified
unspecified Severity low
: rc
: ---
Assigned To: Richard W.M. Jones
Virtualization Bugs
Jiri Herrmann
:
Depends On:
Blocks: 1364808
  Show dependency treegraph
 
Reported: 2016-03-18 11:49 EDT by Lukas Zachar
Modified: 2017-03-21 04:55 EDT (History)
3 users (show)

See Also:
Fixed In Version: libguestfs-1.20.11-19.el6
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1364518 (view as bug list)
Environment:
Last Closed: 2017-03-21 04:55:52 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:0564 normal SHIPPED_LIVE Moderate: libguestfs security and bug fix update 2017-03-21 08:21:18 EDT

  None (edit)
Description Lukas Zachar 2016-03-18 11:49:10 EDT
Description of problem:

Jar archive /usr/share/java/libguestfs-1.20.11.jar contains classes, which are version '51' (java 7). 
However package has set runtime requires as 'java >= 1.5.0'
If for whatever reason java 1.6.0 or less was installed, no class from the jar could be run because it is not compatible.

Version-Release number of selected component (if applicable):
libguestfs-java-1.20.11-14.el6

How reproducible:
always

Steps to Reproduce:
1. jar xf /usr/share/java/libguestfs-1.20.11.jar
2. find . -name '*class' -exec file {} \;
3. rpm -qR libguestfs-java

Actual results:
compiled Java class data, version 51.0 (Java 1.7)
java >= 1.5.0

Expected results:
java requirement always satisfies compiled java class version


Additional info:
BuildRequires list java-1.7.0-openjdk-devel, so it seems that only requires are too old.
Comment 2 Richard W.M. Jones 2016-08-25 09:21:30 EDT
I was looking at this bug in general.

Ideally, since we don't use any new Java features at all, we
would want to compile everything with something like:

  -source 1.5 -target 1.5

to make our class files work even on old versions of Java.

However it seems like this is not really possible without having the
older Java runtime installed during compilation and/or knowing
a magic classpath (http://stackoverflow.com/a/11364910).

So the alternate fix is simply to fix the runtime Requires to reflect
the same version of Java that we were built against.  Unfortunately I
don't see any RPM macro which would let us write a general rule, so
we'll have to hard-code it.
Comment 4 Bin Han 2016-10-26 04:59:53 EDT
Package version:
libguestfs-java-1.20.11-19.el6.x86_64

Verify steps:
1. jar xf /usr/share/java/libguestfs-1.20.11.jar
2. find . -name '*class' -exec file {} \;
3. rpm -qR libguestfs-java

Result:
[root@dhcp-13-199 ~]# rpm -qR libguestfs-java
libguestfs = 1:1.20.11-19.el6
java >= 1.7.0

So verified.
Comment 6 errata-xmlrpc 2017-03-21 04:55:52 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2017-0564.html

Note You need to log in before you can comment on or make changes to this bug.