From owner-freebsd-java Mon Feb 24 22:19:52 2003 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 6689537B412 for ; Mon, 24 Feb 2003 22:19:48 -0800 (PST) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E0F43F93 for ; Mon, 24 Feb 2003 22:19:47 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.132.232] (port=49173 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18nYRO-000K4z-00 for freebsd-java@freebsd.org; Tue, 25 Feb 2003 14:19:46 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.7/8.12.7) with ESMTP id h1P6JjcN002998 for ; Tue, 25 Feb 2003 14:19:45 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.7/8.12.7/Submit) id h1P6JjFW002997 for freebsd-java@freebsd.org; Tue, 25 Feb 2003 14:19:45 +0800 (CST) Date: Tue, 25 Feb 2003 14:19:44 +0800 From: leafy To: freebsd-java@freebsd.org Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot Message-ID: <20030225061944.GA2782@leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org References: <15961.28772.873323.999940@ool-18bacefa.dyn.optonline.net> <20030224.103157.108739495.haro@kgt.co.jp> <15962.16668.753657.116140@ool-18bacefa.dyn.optonline.net> <20030225.014627.41626713.haro@h4.dion.ne.jp> <20030225154141.A48569@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030225154141.A48569@misty.eyesbeyond.com> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Greg, I tried your patch and 'make WITH_HOTSPOT=1', the result is: ===> Applying FreeBSD patches for jdk-1.3.1p8 ===> Ignoring patchfile /usr/ports/java/jdk13/files/patch-jvm.cfg.orig ===> Ignoring patchfile /usr/ports/java/jdk13/files/patch-platform_i486.orig ===> Ignoring patchfile /usr/ports/java/jdk13/files/patch-threads_bsd.c.orig 1 out of 1 hunks failed--saving rejects to ../src/solaris/hpi/native_threads/src /threads_md.c.rej >> Patch patch-threads_md.c failed to apply cleanly. >> Patch(es) patch-common::Defs-bsd.gmk patch-jvm.cfg patch-platform_i486 patch- threads_bsd.c applied cleanly. *** Error code 1 Stop in /usr/ports/java/jdk13. ============Out put of the rej file follows ====== cat ./work/j2sdk1.3.1/src/solaris/hpi/native_t hreads/src/threads_md.c.rej *************** *** 23,28 **** #include #include #include #include #include #ifdef __FreeBSD__ --- 23,29 ---- #include #include #include + #include #include #include #ifdef __FreeBSD__ I run -current Regards, Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message