[Bug 389] New: Iced Tea 1.11, openjdk7 compilation issue in Suse Linux Enterprise Server 11

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Oct 8 13:55:27 PDT 2009


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=389

           Summary: Iced Tea 1.11, openjdk7 compilation issue in Suse Linux
                    Enterprise Server 11
           Product: IcedTea
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: balajiraman at ge.com


Summary:
During compilation of iced tea open jdk 7 in Suse Linux 64 bit machine, two
errors consistently happen. One is related to generics in java file on tracing
package and the other is related to open gl definitions in .h file apparently
missing. Workarounds exist to go ahead with the build, but has to be performed
manually, which is tedious.

The ./configure command used is as follows:
./configure --build=x86_64 --with-ant-home=/home/user/openjdk7/apache-ant-1.7.1
--with-jdk-home=/usr/java/jdk1.6.0_10
--with-xalan2-jar=/home/user/openjdk7/xalan-j_2_7_1/xalan.jar
--with-xalan2-serializer-jar=/home/user/openjdk7/xalan-j_2_7_1/serializer.jar
--with-xerces2-jar=/home/user/openjdk7/xalan-j_2_7_1/xercesImpl.jar
--with-rhino=/home/user/openjdk7/rhino1_7R2/js.jar --disable-plugin



OS: SuSE Linux, x86_64
Iced Tea version 1.11
Built java version "1.7.0_0-icedtea"
OpenJDK Runtime Environment (IcedTea7 1.11) (build 1.7.0_0-icedtea-b66)
OpenJDK 64-Bit Server VM (build 16.0-b06, mixed mode)

Two errors found during compilation of open jdk 7. 

Error 1: Compilation error in the following java files.

/export/home/sdc/openjdk7/secondrun/icedtea-1.11/bootstrap/jdk1.6.0/bin/javac
-J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions
-J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx896m -J-Xms128m
-J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 5 -target 5 -encoding
ascii -classpath /usr/java/jdk1.6.0_10/jre/lib/rt.jar
-Xbootclasspath:/export/home/sdc/openjdk7/secondrun/icedtea-1.11/openjdk-ecj/build/linux-amd64/classes
-sourcepath
/export/home/sdc/openjdk7/secondrun/icedtea-1.11/generated:../../../src/solaris/classes:../../../src/share/classes
-bootclasspath
/export/home/sdc/openjdk7/secondrun/icedtea-1.11/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/export/home/sdc/openjdk7/secondrun/icedtea-1.11/openjdk-ecj/build/linux-amd64/classes
-d
/export/home/sdc/openjdk7/secondrun/icedtea-1.11/openjdk-ecj/build/linux-amd64/classes
@/export/home/sdc/openjdk7/secondrun/icedtea-1.11/openjdk-ecj/build/linux-amd64/tmp/sun/sun.tracing/.classes.list
../../../src/share/classes/sun/tracing/NullProviderFactory.java:63: type
parameters of <T>T cannot be determined; no unique maximal instance exists for
type variable T with upper bounds T,com.sun.tracing.Provider
        return provider.newProxyInstance();
                                        ^
../../../src/share/classes/sun/tracing/MultiplexProviderFactory.java:75: type
parameters of <T>T cannot be determined; no unique maximal instance exists for
type variable T with upper bounds T,com.sun.tracing.Provider
        return provider.newProxyInstance();
                                        ^
../../../src/share/classes/sun/tracing/dtrace/DTraceProviderFactory.java:81:
type parameters of <T>T cannot be determined; no unique maximal instance exists
for type variable T with upper bounds T,com.sun.tracing.Provider
        T proxy = jsdt.newProxyInstance();
                                       ^
../../../src/share/classes/sun/tracing/PrintStreamProviderFactory.java:64: type
parameters of <T>T cannot be determined; no unique maximal instance exists for
type variable T with upper bounds T,com.sun.tracing.Provider
        return provider.newProxyInstance();

WORKAROUND: Need to remove the generics syntax to compile.

Error 2: Definition not found in .h files
../../../src/share/native/sun/java2d/opengl/OGLContext.c: In function
'OGLContext_GetExtensionInfo':
../../../src/share/native/sun/java2d/opengl/OGLContext.c:872: error:
'sun_java2d_opengl_OGLContext_00024OGLContextCaps_CAPS_EXT_TEXRECT' undeclared
(first use in this function)
../../../src/share/native/sun/java2d/opengl/OGLContext.c:872: error: (Each
undeclared identifier is reported only once
../../../src/share/native/sun/java2d/opengl/OGLContext.c:872: error: for each
function it appears in.)
../../../src/share/native/sun/java2d/opengl/OGLContext.c:875: error:
'sun_java2d_opengl_OGLContext_00024OGLContextCaps_CAPS_EXT_FBOBJECT' undeclared
(first use in this function)
../../../src/share/native/sun/java2d/opengl/OGLContext.c:878: error:
'sun_java2d_opengl_OGLContext_00024OGLContextCaps_CAPS_EXT_LCD_SHADER'
undeclared (first use in this function)
../../../src/share/native/sun/java2d/opengl/OGLContext.c:881: error:
'sun_java2d_opengl_OGLContext_00024OGLContextCaps_CAPS_EXT_BIOP_SHADER'
undeclared (first use in this function)
../../../src/share/native/sun/java2d/opengl/OGLContext.c:884: error:
'sun_java2d_opengl_OGLContext_00024OGLContextCaps_CAPS_EXT_GRAD_SHADER'
undeclared (first use in this function)
../../../src/share/native/sun/java2d/opengl/OGLContext.c: In function
'Java_sun_java2d_opengl_OGLContext_getOGLIdString':
../../../src/share/native/sun/java2d/opengl/OGLContext.c:1051: warning:
implicit declaration of function 'jio_snprintf'
make[6]: ***
[/export/home/sdc/openjdk7/secondrun/icedtea-1.11/openjdk-ecj/build/linux-amd64/tmp/sun/sun.awt.X11/xawt/obj64/OGLContext.o] 

WORKAROUND: Need to manually edit the .h files to resolve the compilation
issues.

REPRODUCIBLE: YES


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list