From owner-freebsd-java@FreeBSD.ORG Sat Mar 20 18:19:14 2004 Return-Path: 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 9A25416A4CE for ; Sat, 20 Mar 2004 18:19:14 -0800 (PST) Received: from ms-smtp-03-eri0.texas.rr.com (ms-smtp-03.texas.rr.com [24.93.47.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E03AF43D2D for ; Sat, 20 Mar 2004 18:19:13 -0800 (PST) (envelope-from jay.liew@ml.freebsd.jaysern.org) Received: from [192.168.0.100] (cs243162-92.jam.rr.com [24.243.162.92]) i2L2JAo7022936 for ; Sat, 20 Mar 2004 20:19:11 -0600 (CST) From: Jay Liew To: freebsd-java@freebsd.org Content-Type: text/plain Message-Id: <1079835558.242.103.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sat, 20 Mar 2004 20:19:20 -0600 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: build error X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 02:19:14 -0000 The following are the last few lines of the error output .. I'm using 4.9 RELEASE .. ideas for a solution, anyone? Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: control/make/common/Defs-bsd.gmk |=================================================================== |RCS file: control/make/common/Defs-bsd.gmk |diff -N control/make/common/Defs-bsd.gmk |--- control/make/common/Defs-bsd.gmk 1 Jan 1970 00:00:00 -0000 ...skipping... -------------------------- |Index: j2se/src/solaris/native/sun/nio/ch/Net.c |=================================================================== |RCS file: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/nio/ch/Net.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.6 |diff -u -r1.1.1.3 -r1.6 |--- j2se/src/solaris/native/sun/nio/ch/Net.c 22 Oct 2003 23:03:50 -0000 1.1.1.3 |+++ j2se/src/solaris/native/sun/nio/ch/Net.c 27 Oct 2003 12:16:42 -0000 1.6 -------------------------- Patching file j2se/src/solaris/native/sun/nio/ch/Net.c using Plan A... Hunk #1 succeeded at 283. done {standard input}: Assembler messages: {standard input}:63816: Warning: end of file not at end of a line; newline inserted g++: Internal compiler error: program cc1plus got fatal signal 9 gmake[3]: *** [ad_i486_gen.o] Error 1 gmake[2]: *** [the_vm] Error 2 gmake[1]: *** [jvmg] Error 2 gmake: *** [jvmg] Error 2 -- Jay Sern Liew liew.jaysern.org