From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 14:50:16 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 7B7EC37B401 for ; Tue, 10 Jun 2003 14:50:16 -0700 (PDT) Received: from c213-100-93-71.swipnet.se (c213-100-93-71.swipnet.se [213.100.93.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC2843F93 for ; Tue, 10 Jun 2003 14:50:14 -0700 (PDT) (envelope-from jens@powerpuff.org) Received: from c213-100-93-71.swipnet.se (jens@localhost.swipnet.se [IPv6:::1])h5ALsSs0010511 for ; Tue, 10 Jun 2003 23:54:28 +0200 (CEST) Received: (from jens@localhost) by c213-100-93-71.swipnet.se (8.12.9/8.12.9/Submit) id h5ALsR6O024298 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 23:54:27 +0200 (CEST) X-Authentication-Warning: c213-100-93-71.swipnet.se: jens set sender to jens@powerpuff.org using -f Date: Tue, 10 Jun 2003 23:54:27 +0200 From: jens To: freebsd-java@freebsd.org Message-ID: <20030610215427.GA12636@c213-100-93-71.swipnet.se> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: jdk13 fails on FreeBSD 5.1-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jens@powerpuff.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 21:50:16 -0000 Hi guys. While compiling jdk13 on my 5.1 machine i got this: /usr/bin/gcc -O -pipe -mcpu=pentiumpro -W -Wall -Wno-unused -Wno-parentheses -DMOTIF_VERSION=2 -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-p8"' -DFULL_VERSION='"1.3.1-p8-root-030610-21:23"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -I. -I../../../build/bsd-i386/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -c -o ../../../build/bsd-i386/tmp/sun/sun.awt/awt/obj/awt_TopLevel.o ../../../src/solaris/native/sun/awt/awt_TopLevel.c ../../../src/solaris/native/sun/awt/awt_TopLevel.c:84:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1102:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1123:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1132:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1140:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1149:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `shellEH': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1714: warning: `correctWMBottom' might be used uninitialized in this function ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1715: warning: `correctWMRight' might be used uninitialized in this function ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `Java_sun_awt_motif_MWindowPeer_create': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:2469: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/awt/awt_TopLevel.c:2919:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `Java_sun_awt_motif_MFramePeer_pGetIconSize': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:3694: warning: comparison between signed and unsigned ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `Java_sun_awt_motif_MWindowPeer_hasTextComponents': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:4355: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake[3]: *** [../../../build/bsd-i386/tmp/sun/sun.awt/awt/obj/awt_TopLevel.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/awt' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/awt' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13 Any ideas?? I dont think its a hardware issue cause i used to run gentoo on this very same machine before i installed 5.1 on it. regards /jens