Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 23:54:27 +0200
From:      jens <jens@powerpuff.org>
To:        freebsd-java@freebsd.org
Subject:   jdk13 fails on FreeBSD 5.1-RELEASE
Message-ID:  <20030610215427.GA12636@c213-100-93-71.swipnet.se>

next in thread | raw e-mail | index | archive | help
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 <URL:http://www.gnu.org/software/gcc/bugs.html>; 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030610215427.GA12636>