GtkVolatileImage.java:63: error: Type 'BufferedImage' not found in the declaration of the return type of method 'getSnapshot'.

Christian Joensson christian.joensson@gmail.com
Sat May 7 11:51:00 GMT 2005


Aurora SPARC Linux release 2.0 (Kashmir FC3) UltraSparc IIi (Sabre) sun4u:

binutils-2.16.90.0.2-1.sparc
bison-1.875c-2.sparc
dejagnu-1.4.4-2.noarch
expect-5.42.1-1.sparc
gcc-3.4.2-6.fc3.sparc
gcc4-4.0.0-0.8sparc.sparc
glibc-2.3.3-99.sparc64
glibc-2.3.3-99.sparcv9
glibc-devel-2.3.3-99.sparc
glibc-devel-2.3.3-99.sparc64
glibc-headers-2.3.3-99.sparc64
glibc-headers-2.3.3-99.sparc
glibc-kernheaders-2.6-20sparc.sparc
gmp-4.1.4-3sparc.sparc
gmp-4.1.4-3sparc.sparc64
gmp-devel-4.1.4-3sparc.sparc
gmp-devel-4.1.4-3sparc.sparc64
kernel-2.6.11-1.1166sp1.sparc64
package kernel-devel is not installed
package kernel-smp is not installed
libgcc-3.4.2-6.fc3.sparc
libgcc-3.4.2-6.fc3.sparc64
libstdc++-3.4.2-6.fc3.sparc64
libstdc++-3.4.2-6.fc3.sparc
libstdc++-devel-3.4.2-6.fc3.sparc64
libstdc++-devel-3.4.2-6.fc3.sparc
make-3.80-5.sparc
nptl-devel-2.3.3-99.sparcv9
tcl-8.4.7-2.sparc

LAST_UPDATED: Sat May  7 11:10:04 UTC 2005

a bubblestrap build gets me to here...

make[2]: Entering directory `/usr/local/src/trunk/objdir32/sparc-linux/libjava'
/usr/local/src/trunk/objdir32/./gcc/gcj
-B/usr/local/src/trunk/objdir32/./gcc/ -B/usr/local/sparc-linux/bin/
-B/usr/local/sparc-linux/lib/ -isystem /usr/local/sparc-linux/include
-isystem /usr/local/sparc-linux/sys-include
-L/usr/local/src/trunk/objdir32/./ld --encoding=UTF-8 -Wno-deprecated
-C -g -classpath '' -bootclasspath
/usr/local/src/trunk/objdir32/sparc-linux/libjava':'/usr/local/src/trunk/gcc-binutils/libjava':'/usr/local/src/trunk/gcc-binutils/libjava/external/w3c_dom':'/usr/local/src/trunk/gcc-binutils/libjava/external/sax
-d /usr/local/src/trunk/objdir32/sparc-linux/libjava
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java:63:
error: Type 'BufferedImage' not found in the declaration of the return
type of method 'getSnapshot'.
     public BufferedImage getSnapshot()
            ^
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java:80:
error: Type 'Graphics2D' not found in the declaration of the return
type of method 'createGraphics'.
     public Graphics2D createGraphics()
            ^
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java:85:
error: Type 'GraphicsConfiguration' not found in the declaration of
the argument 'gc' of method 'validate'.
     public int validate(GraphicsConfiguration gc)
                         ^
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java:100:
error: Type 'ImageObserver' not found in the declaration of the
argument 'observer' of method 'getProperty'.
     public synchronized Object getProperty (String name,
ImageObserver observer)
                                                          ^
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java:105:
error: Type 'ImageObserver' not found in the declaration of the
argument 'observer' of method 'getWidth'.
     public synchronized int getWidth (ImageObserver observer)
                                       ^
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GtkVolatileImage.java:110:
error: Type 'ImageObserver' not found in the declaration of the
argument 'observer' of method 'getHeight'.
     public synchronized int getHeight (ImageObserver observer)
                                        ^
/usr/local/src/trunk/gcc-binutils/libjava/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java:89:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.class] Error 1
make[2]: Leaving directory `/usr/local/src/trunk/objdir32/sparc-linux/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/usr/local/src/trunk/objdir32'
make: *** [bubblestrap] Error 2

Any ideas before I restart a full bootstrap build?

-- 
Cheers,

/ChJ



More information about the Java mailing list