Making all in . make[1]: Entering directory `/home/kaffe/LATEST_CVS/kaffe' make top_srcdir=`cd . >/dev/null; pwd` \ top_builddir=`cd . >/dev/null; pwd` \ "DEBUG_ENV=" BUILD_ENVIRONMENT-make make[2]: Entering directory `/home/kaffe/LATEST_CVS/kaffe' echo BOOTCLASSPATH=\${BOOTCLASSPATH}\'':'\'/home/kaffe/LATEST_CVS/kaffe/libraries/javalib/rt.jar\'':'\'\'':'\'\; export BOOTCLASSPATH | sed 's,/,/,g;s,\\,\\\\,g' > BUILD_ENVIRONMENT.new; \ echo CLASSPATH=.\'':'\'\${GNU_CRYPTO_JAR}\'':'\'\${JAVAX_SECURITY_JAR}\'':'\'\'':'\'\'':'\'\; export CLASSPATH | sed 's,/,/,g;s,\\,\\\\,g' >> BUILD_ENVIRONMENT.new; \ echo KAFFELIBRARYPATH=\${KAFFELIBRARYPATH+\"\$KAFFELIBRARYPATH\"\'':'\'}`for f in /home/kaffe/LATEST_CVS/kaffe/libraries/clib/native/libnative.la /home/kaffe/LATEST_CVS/kaffe/libraries/clib/net/libnet.la /home/kaffe/LATEST_CVS/kaffe/libraries/clib/io/libio.la /home/kaffe/LATEST_CVS/kaffe/libraries/clib/nio/libnio.la /home/kaffe/LATEST_CVS/kaffe/libraries/clib/zip/libzip.la /home/kaffe/LATEST_CVS/kaffe/libraries/clib/management/libmanagement.la /home/kaffe/LATEST_CVS/kaffe/libraries/clib/security/libsecurity.la ; do echo "$f" | sed 's%/[^/]*$%%'; done | (tr '\012' ' '; echo) | sed -e 's/ $//' -e "s/ /\':\'/g"`\; export KAFFELIBRARYPATH >> BUILD_ENVIRONMENT.new; \ echo JAVA=/home/kaffe/LATEST_CVS/kaffe/kaffe/kaffe/kaffe-bin\; export JAVA >> BUILD_ENVIRONMENT.new; \ echo LD_LIBRARY_PATH=/home/kaffe/LATEST_CVS/kaffe/libraries/clib/classpath/.libs:\${LD_LIBRARY_PATH}\; export LD_LIBRARY_PATH >> BUILD_ENVIRONMENT.new;\ echo DYLD_LIBRARY_PATH=/home/kaffe/LATEST_CVS/kaffe/libraries/clib/classpath/.libs:\${DYLD_LIBRARY_PATH}\; export DYLD_LIBRARY_PATH >> BUILD_ENVIRONMENT.new rm -f BUILD_ENVIRONMENT mv BUILD_ENVIRONMENT.new BUILD_ENVIRONMENT make[2]: Leaving directory `/home/kaffe/LATEST_CVS/kaffe' make[1]: Leaving directory `/home/kaffe/LATEST_CVS/kaffe' Making all in libraries/javalib make[1]: Entering directory `/home/kaffe/LATEST_CVS/kaffe/libraries/javalib' Making all in . make[2]: Entering directory `/home/kaffe/LATEST_CVS/kaffe/libraries/javalib' rm -rf lib mkdir lib if test "default" = default; then \ /bin/sh ./rebuildLib @all.files `cd lib && pwd`/../gnu/classpath/Configuration.java; \ else \ /bin/sh ./rebuildLib @default `cd lib && pwd`/../gnu/classpath/Configuration.java; \ fi Compiling classes from @all.files /home/kaffe/LATEST_CVS/kaffe/libraries/javalib/lib/../gnu/classpath/Configuration.java using /home/kaffe/LATEST_CVS/jikes-install/bin/jikes -d /home/kaffe/LATEST_CVS/kaffe/libraries/javalib/lib Issued 1 semantic warning compiling "java/text/SimpleDateFormat.java": 142. builder = new StringBuffer(getClass().getName()); <--------> *** Caution: Ambiguous reference to member named "getClass" inherited from type "java/lang/Object" but also declared or inherited in the enclosing type "java/text/SimpleDateFormat". Explicit qualification is required. Found 1 semantic error compiling "java/lang/ClassLoader.java": <-------------------------------- 1077. new URLClassLoader(urls, parent) . . . 1092. }; --------> *** Error: A constructor associated with this anonymous type does not throw the exception "java/lang/SecurityException" thrown by its super type, "java/net/URLClassLoader". Issued 2 semantic warnings compiling "java/awt/MenuItem.java": 184. setEnabled(false); <---------------> *** Caution: Ambiguous reference to member named "setEnabled" inherited from type "java/awt/MenuComponent$AccessibleAWTMenuComponent" but also declared or inherited in the enclosing type "java/awt/MenuItem". Explicit qualification is required. 188. setEnabled(true); <--------------> *** Caution: Ambiguous reference to member named "setEnabled" inherited from type "java/awt/MenuComponent$AccessibleAWTMenuComponent" but also declared or inherited in the enclosing type "java/awt/MenuItem". Explicit qualification is required. Found 4 semantic errors compiling "gnu/CORBA/GIOP/MessageHeader.java": 115. public static final byte[] MAGIC = new byte[] { 'G', 'I', 'O', 'P' }; <-> *** Error: A byte value must be an integer value (note that a character literal is not an integer value) in the range -128..127. 115. public static final byte[] MAGIC = new byte[] { 'G', 'I', 'O', 'P' }; <-> *** Error: A byte value must be an integer value (note that a character literal is not an integer value) in the range -128..127. 115. public static final byte[] MAGIC = new byte[] { 'G', 'I', 'O', 'P' }; <-> *** Error: A byte value must be an integer value (note that a character literal is not an integer value) in the range -128..127. 115. public static final byte[] MAGIC = new byte[] { 'G', 'I', 'O', 'P' }; <-> *** Error: A byte value must be an integer value (note that a character literal is not an integer value) in the range -128..127. Found 1 semantic error compiling "javax/swing/KeyStroke.java": 64. AWTKeyStroke.registerSubclass(KeyStroke.class); <--------------------------------------------> *** Error: Method "void registerSubclass(java.lang.Class subclass);" in class "java/awt/AWTKeyStroke" has protected or default access. Therefore, it is not accessible in class "javax/swing/KeyStroke" which is in a different package. Issued 1 semantic warning compiling "java/awt/Checkbox.java": <--------------------------------------------- 139. firePropertyChange(ACCESSIBLE_STATE_PROPERTY, . . . 141. state ? AccessibleState.CHECKED : null); -------------------------------------------------------------> *** Caution: Ambiguous reference to member named "firePropertyChange" inherited from type "javax/accessibility/AccessibleContext" but also declared or inherited in the enclosing type "java/awt/Checkbox". Explicit qualification is required. Issued 2 semantic warnings compiling "gnu/java/awt/color/RgbProfileConverter.java": 117. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 126. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. Issued 2 semantic warnings compiling "gnu/java/awt/color/GrayProfileConverter.java": 89. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 98. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. Issued 6 semantic warnings compiling "gnu/java/awt/color/ClutProfileConverter.java": 65. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 74. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 87. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 96. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 109. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. 118. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. Found 3 semantic errors compiling "javax/swing/border/TitledBorder.java": 504. public void paint(Graphics g) ^ *** Error: Duplicate declaration of local variable "g". 515. private void paint(Graphics g, ^ *** Error: Duplicate declaration of local variable "g". 552. public void paintExcept(Graphics g, ^ *** Error: Duplicate declaration of local variable "g". Found 1 semantic error compiling "gnu/CORBA/GIOP/v1_0/RequestHeader.java": 63. requesting_principal = new byte[] { 'P' }; <-> *** Error: A byte value must be an integer value (note that a character literal is not an integer value) in the range -128..127. Found 2 semantic errors compiling "gnu/crypto/sasl/srp/SRPServer.java": 621. expected = srp.generateM1( <------> *** Error: Possible attempt to reassign a value to the final variable "expected". 636. M2 = srp.generateM2( <> *** Error: Possible attempt to reassign a value to the final variable "M2". Found 1 semantic error compiling "gnu/crypto/sasl/crammd5/CramMD5Client.java": 154. digest = CramMD5Util.createHMac(password, challenge); <----> *** Error: Possible attempt to reassign a value to the final variable "digest". Issued 1 semantic warning compiling "org/w3c/dom/bootstrap/DOMImplementationRegistry.java": 248. } catch (Exception e) { <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. Issued 1 semantic warning compiling "org/metastatic/jessie/provider/SessionContext.java": 84. catch (Exception x) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. Issued 1 semantic warning compiling "org/metastatic/jessie/provider/GNUSecurityParameters.java": 193. catch (Exception x) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. Issued 2 semantic warnings compiling "javax/swing/JToggleButton.java": 107. firePropertyChange(ACCESSIBLE_STATE_PROPERTY, null, AccessibleState.SELECTED); <---------------------------------------------------------------------------> *** Caution: Ambiguous reference to member named "firePropertyChange" inherited from type "javax/accessibility/AccessibleContext" but also declared or inherited in the enclosing type "javax/swing/JToggleButton". Explicit qualification is required. 112. firePropertyChange(ACCESSIBLE_STATE_PROPERTY, AccessibleState.ENABLED, null); <--------------------------------------------------------------------------> *** Caution: Ambiguous reference to member named "firePropertyChange" inherited from type "javax/accessibility/AccessibleContext" but also declared or inherited in the enclosing type "javax/swing/JToggleButton". Explicit qualification is required. Issued 1 semantic warning compiling "javax/swing/plaf/basic/BasicInternalFrameTitlePane.java": 471. setBorder(null); <-------------> *** Caution: Ambiguous reference to member named "setBorder" inherited from type "javax/swing/JComponent" but also declared or inherited in the enclosing type "javax/swing/plaf/basic/BasicInternalFrameTitlePane". Explicit qualification is required. Issued 1 semantic warning compiling "javax/swing/tree/DefaultTreeCellEditor.java": 87. public void EditorContainer() <------------------> *** Warning: The name of this method "EditorContainer" matches the name of the containing class. However, the method is not a constructor since its declarator is qualified with a type. Issued 2 semantic warnings compiling "javax/swing/text/html/parser/DocumentParser.java": 100. callBack.handleSimpleTag(tag.getHTMLTag(), getAttributes(), <-------------> *** Caution: Ambiguous reference to member named "getAttributes" inherited from type "gnu/javax/swing/text/html/parser/support/Parser" but also declared or inherited in the enclosing type "javax/swing/text/html/parser/DocumentParser". Explicit qualification is required. 140. return dtd; <-> *** Caution: Ambiguous reference to member named "dtd" inherited from type "gnu/javax/swing/text/html/parser/support/Parser" but also declared or inherited in the enclosing type "javax/swing/text/html/parser/DocumentParser". Explicit qualification is required. Issued 1 semantic warning compiling "javax/swing/text/html/parser/ParserDelegator.java": 116. return dtd; <-> *** Caution: Ambiguous reference to member named "dtd" inherited from type "gnu/javax/swing/text/html/parser/support/Parser" but also declared or inherited in the enclosing type "javax/swing/text/html/parser/ParserDelegator". Explicit qualification is required. Issued 1 semantic warning compiling "org/ietf/jgss/GSSException.java": 254. catch (Exception e) <---------> *** Caution: This try block cannot throw a "checked exception" (JLS section 14.7) that can be caught here. You may have intended to catch a RuntimeException instead of an Exception. make[2]: *** [lib/stamp] Error 1 make[2]: Leaving directory `/home/kaffe/LATEST_CVS/kaffe/libraries/javalib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kaffe/LATEST_CVS/kaffe/libraries/javalib' make: *** [all-recursive] Error 1