From owner-freebsd-current@FreeBSD.ORG Tue Sep 29 21:10:46 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3E94106568F for ; Tue, 29 Sep 2009 21:10:45 +0000 (UTC) (envelope-from boris.hollas@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 32B5F8FC1A for ; Tue, 29 Sep 2009 21:10:44 +0000 (UTC) Received: (qmail invoked by alias); 29 Sep 2009 21:10:43 -0000 Received: from p54A22A4F.dip0.t-ipconnect.de (EHLO lifebook) [84.162.42.79] by mail.gmx.net (mp017) with SMTP; 29 Sep 2009 23:10:43 +0200 X-Authenticated: #34156689 X-Provags-ID: V01U2FsdGVkX1+I6BxYDtSIVOUPZcMGQ4X/PRjpgVA9/ib+NOoDlO t9zgGAon1BpuqZ Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "freebsd-current@freebsd.org" Date: Tue, 29 Sep 2009 23:09:28 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Boris Hollas" Message-ID: User-Agent: Opera Mail/10.00 (FreeBSD) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Subject: 8.0RC1: Eclipse build failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 21:10:46 -0000 I tried to install eclipse from ports. After I've installed java, make stops with lots of error messages: at line 59) [javac] public SignedContent getSignedContent(Bundle bundle) throws IOException, InvalidKeyException, SignatureException, CertificateException, NoSuchAlgorithmException, NoSuchProviderException; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac] NoSuchAlgorithmException cannot be resolved to a type [javac] ---------- [javac] 12629. ERROR in /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignedContentFactory.java (at line 59) [javac] public SignedContent getSignedContent(Bundle bundle) throws IOException, InvalidKeyException, SignatureException, CertificateException, NoSuchAlgorithmException, NoSuchProviderException; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] NoSuchProviderException cannot be resolved to a type [javac] ---------- [javac] ---------- [javac] 12630. ERROR in /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignerInfo.java (at line 13) [javac] import java.security.cert.Certificate; [javac] ^^^^^^^^^^^^^ [javac] The import java.security cannot be resolved [javac] ---------- [javac] 12631. ERROR in /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignerInfo.java (at line 29) [javac] public Certificate[] getCertificateChain(); [javac] ^^^^^^^^^^^ [javac] Certificate cannot be resolved to a type [javac] ---------- [javac] 12632. ERROR in /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignerInfo.java (at line 36) [javac] public Certificate getTrustAnchor(); [javac] ^^^^^^^^^^^ [javac] Certificate cannot be resolved to a type [javac] ---------- [javac] 12633. ERROR in /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignerInfo.java (at line 50) [javac] public String getMessageDigestAlgorithm(); [javac] ^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 12633 problems (12633 errors) BUILD FAILED /usr/ports/java/eclipse/work/build.xml:78: The following error occurred while executing this line: /usr/ports/java/eclipse/work/build.xml:8: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.platform/build.xml:261: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.platform/build.xml:247: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.rcp/build.xml:149: The following error occurred while executing this line: /usr/ports/java/eclipse/work/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line: /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/build.xml:217: The following error occurred while executing this line: /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/build.xml:76: Compile failed; see the compiler error output for details. Total time: 47 seconds *** Error code 1 Stop in /usr/ports/java/eclipse. /usr/ports/java/eclipse#