From owner-freebsd-questions@FreeBSD.ORG Fri Jul 21 11:35:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35A716A4F0 for ; Fri, 21 Jul 2006 11:35:11 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF3F143D5F for ; Fri, 21 Jul 2006 11:35:07 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so1175253pyb for ; Fri, 21 Jul 2006 04:35:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=J1RvU4Q7qpakIawbC7hFe7EVlb3TQ3BpthWDweB08n9tFhIW+RNVwRmYbiM/kTnW+Qrdr1Rt7ihTHMRsEhxCpgYQfEuOOIlzAfPF0TOutRN+6juJpMZZJxz6G8mq1Y4npLHXkdfnVXM9ERhVSRJ+DpfejpScHvWK7mwROyBat4E= Received: by 10.35.41.14 with SMTP id t14mr1069393pyj; Fri, 21 Jul 2006 04:35:07 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id w54sm1760267pye.2006.07.21.04.35.06; Fri, 21 Jul 2006 04:35:06 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Fri, 21 Jul 2006 06:32:55 -0500 User-Agent: KMail/1.9.3 References: <47F6370A-2580-4A81-92B7-C40E8FD43545@gmail.com> In-Reply-To: <47F6370A-2580-4A81-92B7-C40E8FD43545@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607210632.55544.duncan.fbsd@gmail.com> From: "Donald J. O'Neill" Cc: eoghan Subject: Re: jdk port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 11:35:12 -0000 On Thursday 20 July 2006 16:11, eoghan wrote: > Hi > While installing openoffice I had to grab jdk15. This is the build > error: > > Note: * uses or overrides a deprecated API. > Note: Recompile with -Xlint:deprecation for details. > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 21 errors > 12 warnings > gmake[3]: *** [.compile.classlist] Error 1 > gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > java/java' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk15. > *** Error code 1 > > Are the suggested zip for jdk the same for amd64? How would I go > about fixing this problem? > Thanks > Eoghan > _______________________________________________ Installing openoffice can be a pain and so can installing jdk15. So, unless you're determined to have the experience of installing them from the Ports Tree, I would suggest installing pre-built binaries instead. For java, you can find what you want here: http://www.freebsdfoundation.org/downloads/java.shtml For openoffice, look here: http://porting.openoffice.org/freebsd/ Install the diablo package first, then openoffice. Don