From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 05:38:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF8C1106568C for ; Sun, 12 Oct 2008 05:38:30 +0000 (UTC) (envelope-from kayvey@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id D1AAB8FC08 for ; Sun, 12 Oct 2008 05:38:29 +0000 (UTC) (envelope-from kayvey@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so585249nfh.33 for ; Sat, 11 Oct 2008 22:38:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=AUk+PjWfzutobHZZDmB3DJXqsDyhx9ah0YOku4IIvlA=; b=d3OQvu7Alj9rMuMW7AGjNGS+Chh6jUEyN9cg0e4me7Pju7Mw8MCZXkBxlXyVT1Pgao Js+yt4d1li9KVB12fzswLsaTQtEezpFQ93bCm+xVYLV49iu+a2yJ5t1GKOUeF9d8AxeK 7+E/A37TeruUNS7CnS8/1BHbh1wAhQN8cqOvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=rbEAte63RspX1wF5u/cRJ4T67GWf7TaMeIWSEkQAtbezyOZWQLXCjUNnLeY0OJPma5 85iJSm941S8wVv8k6LwCyNhywH3MAjJK6EZxEmKYFHkpq+DTLE/p0gr0OESxE87Nsy8K Nl+eodZv5/fdLq63IfOsPi6xKqdhHYD/8vH0A= Received: by 10.210.18.8 with SMTP id 8mr3173193ebr.125.1223788478132; Sat, 11 Oct 2008 22:14:38 -0700 (PDT) Received: by 10.210.86.3 with HTTP; Sat, 11 Oct 2008 22:14:38 -0700 (PDT) Message-ID: <28b9b4180810112214s49c9224btcd8840301411cca0@mail.gmail.com> Date: Sat, 11 Oct 2008 22:14:38 -0700 From: "Kayven Riese" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: the impossible! get java 1.5 running on FB6.2? 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: Sun, 12 Oct 2008 05:38:31 -0000 I am a dum-dum. I don't know what happened, but suddently my FreeBSD7.0-STABLE running on my 160GB HD froze. I fsck-ed mounted, later from the older hard drive I am running now: % uname -a FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 % I know 6.2 is not supposed to be supported anymore, but I have never been able to get buildworld to go, and I know people tell me I am supposed to wipe hard drives, and maybe after I get just one more hard drive I might start get up to mirroring speed or something. What I really need to do is get Java 1.5 going ^ ../../nachos/threads/PriorityScheduler.java:508: cannot resolve symbol symbol : variable waitQueue location: class nachos.threads.PriorityScheduler.ThreadStateAndTime.PriorityQueue Lib.assertTrue(waitingOn.waitQueue.remove(threadStateAndTime)); ^ 100 errors gmake: *** [nachos/userprog/UserKernel.class] Error 1 % java -version Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location java version "1.4.2_12" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03) Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode) % java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) Trying again, but this build I am pretty sure will end in failure: /x11-toolkits/qt33/work/qt-x11-free-3.3.6/src/sql # pwd /usr/ports # cd java # cd jdk15 # make install clean ===> jdk-1.5.0p3_5 depends on executable in : gm4 - found ===> jdk-1.5.0p3_5 depends on executable in : zip - found ===> jdk-1.5.0p3_5 depends on file: /usr/X11R6/lib/libXm.so - found ===> jdk-1.5.0p3_5 depends on file: /usr/local/diablo-jdk1.5.0/bin/javac - found ===> jdk-1.5.0p3_5 depends on it's still compiling.. I think I will reply to this when it is done.