From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 10 15:37:06 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F079516A4CE for ; Thu, 10 Jun 2004 15:37:06 +0000 (GMT) Received: from Daffy.timing.com (ns1int.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC12743D45 for ; Thu, 10 Jun 2004 15:37:06 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.12.8p2/8.12.8) with ESMTP id i5AFal6q028096; Thu, 10 Jun 2004 09:36:47 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.12.9p2/8.12.9) with ESMTP id i5AFalnU024445; Thu, 10 Jun 2004 09:36:47 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.12.9p2/8.12.9/Submit) id i5AFakRn024442; Thu, 10 Jun 2004 09:36:46 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16584.32782.434690.477238@gromit.timing.com> Date: Thu, 10 Jun 2004 09:36:46 -0600 From: John E Hein To: bv@wjv.com In-Reply-To: <20040610011333.GA75565@wjv.com> References: <20040610011333.GA75565@wjv.com> X-Mailer: VM 7.17 under Emacs 21.1.1 X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j cc: freebsd-emulation@freebsd.org Subject: Further info on jdk14 problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 15:37:07 -0000 Bill Vermillion wrote at 21:13 -0400 on Jun 9, 2004: > Looking at the docs I see that a valid javac needs to be installed. > The linux-sun was giving 'bad system call' on my 4.10. > > So I decided to try to put in another javac to see if there would > be a difference. > > I installed the linux-ibm-jdk1.4.1, and set the appropriate > variables, and in the end I get the same 'bad system call' > > Snipped from the build: > ------------------------------ > Bootstrap Settings: > JAVAWS_BOOTDIR = /usr/local/linux-ibm-jdk1.4.1 > BOOTSTRAP J2SDK VERSION: Bad system call (core dumped) > OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586 > ------------------------------ > > So does that indicate it is indeed an emulation problem, as it now > occurs in both the sun-linux jdk and the ibm-linux. I sent a message about it working for me yesterday on 4.8. I just checked 4.10 and it also works for me (also with linux_base-7.1_7). Add a -dl to the make of your linux-sun-jdk port and see the last thing it's doing before it dies. If it's a linux app that's being run, try using ktrace and the linux_kdump port to see where it's dying. Which linux_base do you have installed?