From owner-freebsd-java@FreeBSD.ORG Sun Oct 19 14:40:59 2003 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 E394816A4B3 for ; Sun, 19 Oct 2003 14:40:59 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFED43F85 for ; Sun, 19 Oct 2003 14:40:55 -0700 (PDT) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id h9JLo53c046575; Mon, 20 Oct 2003 00:50:05 +0300 (EEST) (envelope-from ml) Date: Mon, 20 Oct 2003 00:50:05 +0300 From: Alexey Zelkin To: travis@travis.johnson.name Message-ID: <20031020005005.A46542@phantom.cris.net> References: <50362.10.0.3.233.1066571115.squirrel@Hgate.lehgha01.fl.comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <50362.10.0.3.233.1066571115.squirrel@Hgate.lehgha01.fl.comcast.net>; from travis@travis.johnson.name on Sun, Oct 19, 2003 at 09:45:15AM -0400 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: java@freebsd.org Subject: Re: Error JDK1.4.1 - Cannot Compile 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, 19 Oct 2003 21:41:00 -0000 hi, On Sun, Oct 19, 2003 at 09:45:15AM -0400, travis@travis.johnson.name wrote: [..] > then /usr/local/linux-sun-jdk1.4.1/bin/javac -J-Xmx128m -classpath > /usr/ports/java/jdk14/work/control/build/bsd-i586/classes -bootclasspath > "/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jce.jar:/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jsse.jar" > -sourcepath > "/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" > -d /usr/ports/java/jdk14/work/control/build/bsd-i586/classes \ > ; \ > fi > gmake[5]: *** [debug] Segmentation fault (core dumped) As you may see from above chunk of text -- it's linux javac faulting. Please check archives for similar issues (I not sure about exact problem, but there were many linux_base related ones).