[Bug 1336] [IcedTea6] Bootstrap failure on Fedora 17/18

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Apr 19 12:04:07 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1336

--- Comment #6 from Andrew John Hughes <gnu.andrew at redhat.com> ---
1. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
(at line 96)
    trustedSubjectDNs.add(anchor.getCA());
                                 ^^^^^
The method getCA() is undefined for the type TrustAnchor
----------
2. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
(at line 826)
    X500Principal trustedCAName = anchor.getCA();
                                         ^^^^^
The method getCA() is undefined for the type TrustAnchor
----------
----------
3. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
(at line 491)
    TrustAnchor anchor = new TrustAnchor
                        (cert.getSubjectX500Principal(), rootKey, null);
                        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TrustAnchor(X500Principal, PublicKey, null) is undefined
----------
----------
4. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java
(at line 243)
    X500Principal caName = anchor.getCA();
                                  ^^^^^
The method getCA() is undefined for the type TrustAnchor
----------
----------
5. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/BasicChecker.java
(at line 83)
    this.caName = anchor.getCA();
                         ^^^^^
The method getCA() is undefined for the type TrustAnchor
----------
----------
6. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/sun/security/ssl/KeyManagerFactoryImpl.java
(at line 117)
    ((KeyStoreBuilderParameters)params).getParameters();
                                        ^^^^^^^^^^^^^
The method getParameters() is undefined for the type KeyStoreBuilderParameters
----------
6 problems (6 errors)make[6]: *** [.compile.classlist] Error 255

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130419/09e99c09/attachment.html 


More information about the distro-pkg-dev mailing list