From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 29 22:10:48 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E6816A41C for ; Wed, 29 Jun 2005 22:10:48 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB1943D53 for ; Wed, 29 Jun 2005 22:10:48 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5TMAlC4021545 for ; Wed, 29 Jun 2005 15:10:47 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5TMAlaE021544 for freebsd-amd64@freebsd.org; Wed, 29 Jun 2005 15:10:47 -0700 (PDT) (envelope-from obrien) Date: Wed, 29 Jun 2005 15:10:47 -0700 From: "David O'Brien" To: freebsd-amd64@freebsd.org Message-ID: <20050629221047.GC20836@dragon.NUXI.org> References: <42BC8310.9040501@cse.unl.edu> <20050626042355.GA41119@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050626042355.GA41119@misty.eyesbeyond.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Subject: sript (Perl) test code needed (was: How to build JDK15 on AMD64 with FreeBSD?) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 22:10:48 -0000 On Sat, Jun 25, 2005 at 10:23:56PM -0600, Greg Lewis wrote: > and follow the instructions. There is one caveat on amd64 -- one of the > build commands will fail strangely (this is a bug in the Linux emulation > on amd64 as far as I can determine). I know this should be trivial to do in perl and maybe someone here has the time to hack it up. I want a small test script (actually some other scripting language than perl preferred). The script should run the following commands until an error is returned: ls ls . ls ./ ls ./. ls ././ ls ././. ls ./././ etc... and when the error occurs print out the length of the command line. I want to get the bottom of the "command too long" issue that causes too much trouble deploying Java on FreeBSD/AMD64. -- -- David (obrien@FreeBSD.org)