From owner-freebsd-java@FreeBSD.ORG Tue Sep 6 01:17:17 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278D816A41F for ; Tue, 6 Sep 2005 01:17:17 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE99943D45 for ; Tue, 6 Sep 2005 01:17:16 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so645711nzd for ; Mon, 05 Sep 2005 18:17:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ECKDNTSmNxjyi63NF2lsVvySlO4c9nl0A/ujYyD1XeIiFcEmkIBKMKsKp/eCJtTueawOL3IGj2UZPxJZiOARziwB8lTSR1zs4tpeOVoQUu9Ig+N8sWhiv3AdKYsoq5ekbhPnpW41DEAfQ94nKohayAJoMggNmxlicwBrAuU2vw8= Received: by 10.36.138.18 with SMTP id l18mr5219246nzd; Mon, 05 Sep 2005 18:17:16 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Mon, 5 Sep 2005 18:17:15 -0700 (PDT) Message-ID: Date: Tue, 6 Sep 2005 09:17:16 +0800 From: Jiawei Ye To: java Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Dumping a shared archive is not supported on the server VM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: leafy7382@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 01:17:17 -0000 Here is what I got when trying to install java/jdk15 =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if java/jdk15 already installed /bin/mkdir -p /usr/local/jdk1.5.0 cd /usr/ports/java/jdk15/work/control/make/../build/bsd-i586/j2sdk-image && /usr/bin/find . | /usr/bin/cpio -pdmu -R root:wheel /usr/local/jdk1.5.0 205649 blocks Error occurred during initialization of VM Dumping a shared archive is not supported on the Server JVM. *** Error code 1 Stop in /usr/ports/java/jdk15. *** Error code 1 Stop in /usr/ports/java/jdk15. I did not run into this problem before when trying to install jdk15. Is there anything wrong with my build environment? Jiawei --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming