From owner-freebsd-questions@FreeBSD.ORG Wed Nov 22 15:07:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A290516A494 for ; Wed, 22 Nov 2006 15:07:50 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216DB43D69 for ; Wed, 22 Nov 2006 15:07:16 +0000 (GMT) (envelope-from aharrison@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so162444uge for ; Wed, 22 Nov 2006 07:07:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kCyTfVgGmLwsurzyngy+4Io3gzK9rSoLbXzZXpEIe6W411jeoT4u2l1nNZ+GQItG03uzBNokWVwoDULzmlT5hbSSThfAeBBnXyZkhuGCZLh66Bdzk0l2bMf2nRAQPPWSLFl4AH47/nX6HS6aUuQ/GAfoyDr9uTQPy/xpuT2rovE= Received: by 10.78.157.8 with SMTP id f8mr7898980hue.1164208064259; Wed, 22 Nov 2006 07:07:44 -0800 (PST) Received: by 10.78.176.14 with HTTP; Wed, 22 Nov 2006 07:07:44 -0800 (PST) Message-ID: Date: Wed, 22 Nov 2006 10:07:44 -0500 From: "Andy Harrison" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: linux-sun-jdk15, Syntax error: word unexpected (expecting ")") 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: Wed, 22 Nov 2006 15:07:50 -0000 I'm trying to install jdk15 because I need it to access the ilom on some Sun x4100 boxes. Has anyone else seen or know how to handle this error message? I tried both bash and tcsh with a clean env just to see if that might be mucking something up. No luck... # make -D DISABLE_VULNERABILITIES extract ====================================================================== Warning: This JDK may be unstable. You are advised to use the native FreeBSD 1.5 JDK, in ports/java/jdk15. This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs filesystem for this to work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to your /etc/fstab file: linprocfs /compat/linux/proc linprocfs rw 0 0 and then, as root, executing the commands: kldload linprocfs mount /compat/linux/proc ====================================================================== ===> Extracting for linux-sun-jdk-1.5.0.09 => MD5 Checksum OK for jdk-1_5_0_09-linux-i586.bin. => SHA256 Checksum OK for jdk-1_5_0_09-linux-i586.bin. ===> linux-sun-jdk-1.5.0.09 depends on file: /compat/linux/etc/fedora-release - found /usr/ports/java/linux-sun-jdk15/work/install.sfx: 1: Syntax error: word unexpected (expecting ")") *** Error code 2 Stop in /usr/ports/java/linux-sun-jdk15. I'm running FreeBSD 6.1-RELEASE-p10 and I already have linux-firefox-2.0 working well with linux-sun-jdk-1.4.2.12. And as of yesterday, all my ports are current. Any suggestions? -- Andy Harrison