java/41646: Port jdk13 with patch level 7 does not compile

java/41646: Port jdk13 with patch level 7 does not compile

Post by Gene Harr » Thu, 15 Aug 2002 09:02:48



Quote:>Number:         41646
>Category:       java
>Synopsis:       Port jdk13 with patch level 7 does not compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:      
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 17:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gene Harris
>Release:        FreeBSD 4.6-STABLE
>Organization:
Tetron Software
>Environment:


Quote:>Description:

Compile of port jdk13 fails with the following error:

/usr/bin/gcc  -O -pipe  -W -Wall  -Wno-unused -Wno-parentheses -DMOTIF_VERSION=2  -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-p7"' -DFULL_VERSION='"1.3.1-p7-geneh-020813-18:05"' -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/n
 ative/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_AWTEvent.o ../../../src/solaris/native/sun/awt/awt_AWTEvent.c
In file included from ../../../src/solaris/native/sun/awt/awt_AWTEvent.c:18:
./../../src/solaris/native/sun/awt/awt_p.h:35: Xm/CascadeB.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:36: Xm/DrawingA.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:37: Xm/FileSB.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:38: Xm/BulletinB.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:39: Xm/Form.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:40: Xm/Frame.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:41: Xm/Label.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:42: Xm/PushB.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:43: Xm/PushBG.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:44: Xm/RowColumn.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:45: Xm/ScrollBar.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:46: Xm/ScrolledW.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:47: Xm/SelectioB.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:48: Xm/SeparatoG.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:49: Xm/ToggleB.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:50: Xm/TextF.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:51: Xm/Text.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:52: Xm/List.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:53: Xm/Xm.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_p.h:54: Xm/MainW.h: No such file or directory
In file included from ../../../src/solaris/native/sun/awt/awt_p.h:56,
                 from ../../../src/solaris/native/sun/awt/awt_AWTEvent.c:18:
./../../src/solaris/native/sun/awt/awt_util.h:104: Xm/VendorSEP.h: No such file or directory
./../../src/solaris/native/sun/awt/awt_util.h:105: Xm/VendorSP.h: No such file or directory
In file included from ../../../src/solaris/native/sun/awt/awt_AWTEvent.c:18:
./../../src/solaris/native/sun/awt/awt_p.h:289: syntax error before `getMotifFontList'
./../../src/solaris/native/sun/awt/awt_p.h:289: warning: type defaults to `int' in declaration of `getMotifFontList'
./../../src/solaris/native/sun/awt/awt_p.h:289: warning: data definition has no type or storage class
gmake[3]: *** [../../../build/bsd-i386/tmp/sun/sun.awt/awt/obj/awt_AWTEvent.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.

Quote:>How-To-Repeat:

1. cd /usr/ports/java/jdk13
2. make all install clean

Quote:>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


with "unsubscribe freebsd-java" in the body of the message