From owner-freebsd-current@FreeBSD.ORG Tue Sep 18 18:04:47 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE5916A418 for ; Tue, 18 Sep 2007 18:04:47 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id 85CB113C45D for ; Tue, 18 Sep 2007 18:04:47 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by ironport2.ambrisko.com with ESMTP; 18 Sep 2007 10:59:19 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.14.1/8.12.11) with ESMTP id l8II4eq6085231; Tue, 18 Sep 2007 11:04:40 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.1/8.13.1/Submit) id l8II4dlg085230; Tue, 18 Sep 2007 11:04:39 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200709181804.l8II4dlg085230@ambrisko.com> In-Reply-To: <20070918114357.F23171@fw.reifenberger.com> To: Michael Reifenberger Date: Tue, 18 Sep 2007 11:04:39 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD-Current Subject: Re: i386 package building on an amd64 system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 18:04:47 -0000 Michael Reifenberger writes: | Hi, | have you tried to recompile java/jdk15 under a i386 jail on amd64 host? | | I tried to use an formely i386 natively compiled jdk15 to recompile | inside an jail. | | Using java '-server' failed early with an null pointer exception | and '-client' later with an segmentation violation. | (Probably running out of the default 512MB MAXDSIZ inside the jail) Currently, we don't do that on a regular basis so I'm not sure. I recall jhb adding some code that might deal with that for i386 mode. Doug A.