Bug 968814

Summary: javac of openjdk 1.8.0 broken, java.lang missing
Product: [Fedora] Fedora Reporter: ell1e <el>
Component: java-1.8.0-openjdkAssignee: Omair Majid <omajid>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 19CC: ahughes, dbhole, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
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:16 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 ell1e 2013-05-30 03:31:23 UTC
Description of problem:
I attempted to compile a simple java program inside the file blub.java:
public class blub {
    public void main(String[] args) {
        System.out.println("Hello world");
    }
}

This happens:
bash-4.2$ javac blub.java
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
bash-4.2$

Version-Release number of selected component (if applicable):
java-1.8.0-openjdk-devel-1.8.0.0-0.7.b89.fc19.x86_64
java-1.8.0-openjdk-src-1.8.0.0-0.7.b89.fc19.x86_64
java-1.8.0-openjdk-1.8.0.0-0.7.b89.fc19.x86_64
bash-4.2$ java -version
openjdk version "1.8.0-internal"
OpenJDK Runtime Environment (build 1.8.0-internal-0)
OpenJDK 64-Bit Server VM (build 25.0-b31-internal, mixed mode)
bash-4.2$

How reproducible:
100%

Steps to Reproduce:
1. Paste above code into blub.java
2. Run javac blub.java

Actual results:
I get an error

Expected results:
It compiles

Additional info:

Comment 1 Fedora Update System 2013-06-03 21:49:15 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:23 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:16 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.