From owner-freebsd-java@FreeBSD.ORG Mon Aug 7 05:38:42 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B894416A4DD for ; Mon, 7 Aug 2006 05:38:42 +0000 (UTC) (envelope-from neoneye@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2288D43D46 for ; Mon, 7 Aug 2006 05:38:41 +0000 (GMT) (envelope-from neoneye@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1259957nfe for ; Sun, 06 Aug 2006 22:38:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fmpmdwEx6MDiyS5Ubp/2l8v5xETvBSe8rYDBWGwsKqKWqPDZA2+9Yvevqitdl15ITuKBr4wh5EQTomOiP6KzTwMjDi4IQ3TDzbCDnItTPCqUK8tIWQpS8N66UoxwTpqSa9IIrcX7ELZfX8Iwo8xhhYsjLBM53wKJ4DOSF64sxDQ= Received: by 10.78.132.12 with SMTP id f12mr2274279hud; Sun, 06 Aug 2006 22:38:40 -0700 (PDT) Received: by 10.78.166.11 with HTTP; Sun, 6 Aug 2006 22:38:40 -0700 (PDT) Message-ID: Date: Mon, 7 Aug 2006 07:38:40 +0200 From: "Simon Strandgaard" To: freebsd-java@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: jdk14 cannot install on freebsd6.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 05:38:42 -0000 Hi java list, Yesterday I installed freebsd 6.1 from scratch. I have never before installed java on freebsd. However I cannot seem to figure out what I am doing wrong. Any ideas ? Thanks :-) -- Simon Strandgaard > cd /usr/ports/java/jdk14 > sudo make install clean Password: ===> jdk-1.4.2p8_3 : Due to licensing restrictions, certain files must be fetched manually. Please open http://www.sun.com/software/java2/download.html in a web browser and follow the "Download" link for the "Java 2 SDK 1.4.2". You will be required to log in and register, but you can create an account on this page. After registration and accepting the Sun Community Source License, download the SCSL Source file, j2sdk-1_4_2-src-scsl.zip and the SCSL Binaries file, j2sdk-1_4_2-bin-scsl.zip . In addition, please download the patchset, bsd-jdk14-patches-8.tar.gz, from http://www.eyesbeyond.com/freebsddom/java/jdk14.html. Please place the downloaded file(s) in /usr/ports/distfiles and restart the build. .*** Error code 1 Stop in /usr/ports/java/jdk14. > > sudo mkdir distfiles Password: > pwd /usr/ports/distfiles > ls -la total 51812 drwxr-xr-x 2 root wheel 512 Aug 5 20:21 . drwxr-xr-x 67 root wheel 1536 Aug 5 20:21 .. -rw-r--r-- 1 root wheel 1148395 Aug 5 20:21 bsd-jdk14-patches-8.tar.gz -rw-r--r-- 1 root wheel 2513462 Aug 5 20:21 j2sdk-1_4_2-bin-scsl.zip -rw-r--r-- 1 root wheel 49269919 Aug 5 20:21 j2sdk-1_4_2-src-scsl.zip > cd /usr/ports/java/jdk14 > make install clean ===> Vulnerability check disabled, database not found mkdir: /usr/ports/java/jdk14/work: Permission denied *** Error code 1 (ignored) You must have a version of FreeBSD later than 4.7-STABLE February 2003 or 5-CURRENT February 2003 to compile and use JDK 1.4.2. *** Error code 1 Stop in /usr/ports/java/jdk14. > > uname -a FreeBSD mydoom.neoneye.dk 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >