Bug 964406

Summary: java-1.8.0-openjdk-devel: Fails to compile any source
Product: [Fedora] Fedora Reporter: Mikolaj Izdebski <mizdebsk>
Component: java-1.8.0-openjdkAssignee: Omair Majid <omajid>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 19CC: dbhole, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-12 03:12:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mikolaj Izdebski 2013-05-18 08:33:06 UTC
Description of problem:
javac fails to compile any Java source:

Version-Release number of selected component (if applicable):
java-1.8.0-openjdk-devel-1.8.0.0-0.6.b89.fc19.x86_64

How reproducible:
always

Steps to Reproduce:
$ cat test.java
class test {
  public static void main(String[] _) {
    System.out.printf("HELLO\n");
  }
}
$ javac test.java
$ stat test.class
  
Actual results:
Error: Could not find or load main class com.sun.tools.javac.Main
stat: cannot stat 'test.class': No such file or directory

Expected results:
No error.
test.class is generated

Comment 1 Fedora Update System 2013-06-03 21:49:23 UTC
java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19

Comment 2 Fedora Update System 2013-06-05 02:36:28 UTC
Package java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-10066/java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2013-07-12 03:12:20 UTC
java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.