From owner-freebsd-java Sun Feb 23 12:45:42 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 1A8D137B401 for ; Sun, 23 Feb 2003 12:45:40 -0800 (PST) Received: from plato.webprogrammers.net (plato.webprogrammers.net [204.221.75.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0173A43F85 for ; Sun, 23 Feb 2003 12:45:39 -0800 (PST) (envelope-from jstepka@hoderi.com) Received: from jstepka (c68.117.40.175.rose.mn.charter.com [68.117.40.175]) by plato.webprogrammers.net (8.12.6/8.12.6) with SMTP id h1NKnHBW015602 for ; Sun, 23 Feb 2003 14:49:17 -0600 (CST) (envelope-from jstepka@hoderi.com) Message-ID: <006c01c2db7c$4a4d9020$6501010a@jstepka> From: "Justen Stepka" To: Subject: error building 1.3 Date: Sun, 23 Feb 2003 14:43:55 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Currently building with the following: JDK 1.3.1 patchset8 Hotspot core repost patch from Munehiro GCC patch from Munehiro -X patch from Munehiro make WITH_HOTSPOT=compiler2 FreeBSD sandbox.hoderi.com 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #2: Fri Feb 21 15:02:38 CST 2003 jstepka@sandbox.hoderi.com:/usr/src/sys/compile/SANDBOX i386 I get the following error: atching file j2sdk1.3.1/src/solaris/native/sun/awt/robot_common.c using Plan A... Hunk #1 succeeded at 148. done ===> Applying FreeBSD patches for jdk-1.3.1p8 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to ../ext/plugin/oji-plugin/src/motif/resources/ja/sunw_java_plugin.po.rej >> Patch patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plug failed to apply cleanly. *** Error code 1 If I look into the .rej file I have the following: *************** *** 21,40 **** msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" msgid "Plugin: couldn't read directory" msgstr "Plugin: ディレクトリを読み取れません。" - msgid "plugin: java process exited with status" - msgstr "plugin: java プロセスが終了状態付きで終了しました。" msgid "plugin: java process died due to signal" msgstr "plugin: java プロセスがシグナルのために終了しました。" msgid " a core file was generated" msgstr " コアファイルが生成されました。" - msgid "Plugin: trouble with work request from child" - msgstr "Plugin: 子からの処理要求に失敗しました。" msgid "Plugin: can't find IP address for current host" msgstr "Plugin: 現ホストの IP アドレスが見つかりません。" - msgid "Plugin: trouble reading Netscape proxy configuration URL from\n" - msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" - msgid "Plugin: can't find plugins/../java directory" - msgstr "Plugin: ディレクトリ plugins/../java が見つかりません。" msgid "Plugin: unexpected work request from child" msgstr "Plugin: 子からの予期しない処理要求です。" msgid "Plugin: Java VM process has died." --- 21,32 ---- msgstr "Plugin: Netscape プロキシ設定の読み込みに失敗しました。URL \n" msgid "Plugin: couldn't read directory" msgstr "Plugin: ディレクトリを読み取れません。" msgid "plugin: java process died due to signal" msgstr "plugin: java プロセスがシグナルのために終了しました。" msgid " a core file was generated" msgstr " コアファイルが生成されました。" msgid "Plugin: can't find IP address for current host" msgstr "Plugin: 現ホストの IP アドレスが見つかりません。" msgid "Plugin: unexpected work request from child" msgstr "Plugin: 子からの予期しない処理要求です。" msgid "Plugin: Java VM process has died." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message