icedtea failed on i586 dockyard-devel (localhost.localdomain)

arklinux <[email protected]> Fri, 19 Oct 2007 19:09:02 -0500 (CDT)
Newsgroups gmane.linux.arklinux.arkwatch
Message-ID <20071020000902.30AD17C0139__13885.4614030153$1192839690$gmane$org@www.arklinux.org>
icedtea failed to build on i586 for dockyard-devel.
Last 250 lines of build log:

	                   ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
155. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 348)
	StrikeCache.unsafe.getChar(images[i]+StrikeCache.rowBytesOffset);
	                   ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
156. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 367)
	StrikeCache.unsafe.getInt(images[glyphindex] +
	                   ^^^^^^
The method getInt(long) is undefined for the type Unsafe
----------
157. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 371)
	StrikeCache.unsafe.getLong(images[glyphindex] +
	                   ^^^^^^^
The method getLong(Object, long) in the type Unsafe is not applicable for the arguments (long)
----------
158. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 384)
	graybits[i] = StrikeCache.unsafe.getByte(pixelDataAddress+i);
	                                 ^^^^^^^
The method getByte(long) is undefined for the type Unsafe
----------
159. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 477)
	gx = StrikeCache.unsafe.getFloat(images[i]+xOffset);
	                        ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
160. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 478)
	gy = StrikeCache.unsafe.getFloat(images[i]+yOffset);
	                        ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
161. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 479)
	gw = StrikeCache.unsafe.getChar(images[i]+wOffset);
	                        ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
162. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 480)
	gh = StrikeCache.unsafe.getChar(images[i]+hOffset);
	                        ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
163. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 488)
	glx += StrikeCache.unsafe.getFloat(images[i]+xAdvOffset);
	                          ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
164. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/GlyphList.java (at line 489)
	gly += StrikeCache.unsafe.getFloat(images[i]+yAdvOffset);
	                          ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
----------
165. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/MultipleGradientPaintContext.java (at line 183)
	t.invert();
	  ^^^^^^
The method invert() is undefined for the type AffineTransform
----------
----------
166. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/AttributeValues.java (at line 690)
	? TransformAttribute.IDENTITY 
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
TransformAttribute.IDENTITY cannot be resolved
----------
167. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/AttributeValues.java (at line 883)
	AffineTransform rtx = AffineTransform.getRotateInstance(pt.x, pt.y);
	                                      ^^^^^^^^^^^^^^^^^
The method getRotateInstance(double, double, double) in the type AffineTransform is not applicable for the arguments (double, double)
----------
----------
168. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/EAttribute.java (at line 66)
	EKERNING(KERNING),
	         ^^^^^^^
KERNING cannot be resolved
----------
169. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/EAttribute.java (at line 67)
	ELIGATURES(LIGATURES),
	           ^^^^^^^^^
LIGATURES cannot be resolved
----------
170. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/EAttribute.java (at line 68)
	ETRACKING(TRACKING),
	          ^^^^^^^^
TRACKING cannot be resolved
----------
----------
171. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/AppContext.java (at line 387)
	Window[] windowsToDispose = Window.getOwnerlessWindows();
	                                   ^^^^^^^^^^^^^^^^^^^
The method getOwnerlessWindows() is undefined for the type Window
----------
----------
172. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1392)
	window.setModalExclusionType(DEFAULT_MODAL_EXCLUSION_TYPE);
	       ^^^^^^^^^^^^^^^^^^^^^
The method setModalExclusionType(Dialog.ModalExclusionType) is undefined for the type Window
----------
173. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1413)
	return window.getModalExclusionType().compareTo(DEFAULT_MODAL_EXCLUSION_TYPE) >= 0;
	              ^^^^^^^^^^^^^^^^^^^^^
The method getModalExclusionType() is undefined for the type Window
----------
174. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1844)
	aaHint = VALUE_TEXT_ANTIALIAS_GASP;
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
VALUE_TEXT_ANTIALIAS_GASP cannot be resolved
----------
175. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1846)
	aaHint = VALUE_TEXT_ANTIALIAS_LCD_HRGB;
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
VALUE_TEXT_ANTIALIAS_LCD_HRGB cannot be resolved
----------
176. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1848)
	aaHint = VALUE_TEXT_ANTIALIAS_LCD_HBGR;
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
VALUE_TEXT_ANTIALIAS_LCD_HBGR cannot be resolved
----------
177. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1850)
	aaHint = VALUE_TEXT_ANTIALIAS_LCD_VRGB;
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
VALUE_TEXT_ANTIALIAS_LCD_VRGB cannot be resolved
----------
178. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/SunToolkit.java (at line 1852)
	aaHint = VALUE_TEXT_ANTIALIAS_LCD_VBGR;
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
VALUE_TEXT_ANTIALIAS_LCD_VBGR cannot be resolved
----------
----------
179. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/image/BufferedImageGraphicsConfig.java (at line 44)
	public class BufferedImageGraphicsConfig
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type BufferedImageGraphicsConfig must implement the inherited abstract method GraphicsConfiguration.createCompatibleVolatileImage(int, int, int)
----------
180. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/image/BufferedImageGraphicsConfig.java (at line 44)
	public class BufferedImageGraphicsConfig
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type BufferedImageGraphicsConfig must implement the inherited abstract method GraphicsConfiguration.createCompatibleVolatileImage(int, int)
----------
181. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/awt/image/BufferedImageGraphicsConfig.java (at line 44)
	public class BufferedImageGraphicsConfig
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type BufferedImageGraphicsConfig must implement the inherited abstract method GraphicsConfiguration.createCompatibleImage(int, int, int)
----------
----------
182. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/TrayIcon.java (at line 106)
	Toolkit.loadLibraries();
	        ^^^^^^^^^^^^^
The method loadLibraries() is undefined for the type Toolkit
----------
183. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/TrayIcon.java (at line 284)
	if (popup.isTrayIconPopup) {
	    ^^^^^^^^^^^^^^^^^^^^^
popup.isTrayIconPopup cannot be resolved or is not a field
----------
184. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/TrayIcon.java (at line 287)
	popup.isTrayIconPopup = true;
	^^^^^^^^^^^^^^^^^^^^^
popup.isTrayIconPopup cannot be resolved or is not a field
----------
185. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/TrayIcon.java (at line 290)
	this.popup.isTrayIconPopup = false;
	           ^^^^^^^^^^^^^^^
isTrayIconPopup cannot be resolved or is not a field
----------
186. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/TrayIcon.java (at line 703)
	EventQueue.setCurrentEventAndMostRecentTime(e);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCurrentEventAndMostRecentTime(AWTEvent) is undefined for the type EventQueue
----------
187. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/java/awt/TrayIcon.java (at line 704)
	Toolkit.getDefaultToolkit().notifyAWTEventListeners(e);
	                            ^^^^^^^^^^^^^^^^^^^^^^^
The method notifyAWTEventListeners(AWTEvent) is undefined for the type Toolkit
----------
----------
188. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 501)
	advance = StrikeCache.unsafe.getFloat
	                             ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
189. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 548)
	topLeftX = StrikeCache.unsafe.getFloat(ptr+StrikeCache.topLeftXOffset);
	                              ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
190. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 549)
	topLeftY = StrikeCache.unsafe.getFloat(ptr+StrikeCache.topLeftYOffset);
	                              ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
191. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 554)
	StrikeCache.unsafe.getShort(ptr+StrikeCache.widthOffset)  &0x0ffff;
	                   ^^^^^^^^
The method getShort(long) is undefined for the type Unsafe
----------
192. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 556)
	StrikeCache.unsafe.getShort(ptr+StrikeCache.heightOffset) &0x0ffff;
	                   ^^^^^^^^
The method getShort(long) is undefined for the type Unsafe
----------
193. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 577)
	int width = StrikeCache.unsafe.getChar(ptr+StrikeCache.widthOffset);
	                               ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
194. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 578)
	int height = StrikeCache.unsafe.getChar(ptr+StrikeCache.heightOffset);
	                                ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
195. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 580)
	StrikeCache.unsafe.getChar(ptr+StrikeCache.rowBytesOffset);
	                   ^^^^^^^
The method getChar(long) is undefined for the type Unsafe
----------
196. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 589)
	StrikeCache.unsafe.getInt(ptr + StrikeCache.pixelDataOffset);
	                   ^^^^^^
The method getInt(long) is undefined for the type Unsafe
----------
197. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 592)
	StrikeCache.unsafe.getLong(ptr + StrikeCache.pixelDataOffset);
	                   ^^^^^^^
The method getLong(Object, long) in the type Unsafe is not applicable for the arguments (long)
----------
198. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 600)
	if (StrikeCache.unsafe.getByte(pixelData+y*rowBytes+x) != 0) {
	                       ^^^^^^^
The method getByte(long) is undefined for the type Unsafe
----------
199. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 642)
	metrics.x = StrikeCache.unsafe.getFloat
	                               ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
200. ERROR in /build-icedtea-i586/BUILD/icedtea/icedtea-1.3/openjdk/j2se/src/share/classes/sun/font/FileFontStrike.java (at line 644)
	metrics.y = StrikeCache.unsafe.getFloat
	                               ^^^^^^^^
The method getFloat(long) is undefined for the type Unsafe
----------
200 problems (200 errors)make: *** [rt-class-files.stamp] Error 255
+ cp -f /usr/include/pngconf.h openjdk/j2se/src/share/native/sun/awt/libpng/
+ cp -f /usr/include/pngconf.h openjdk-ecj/j2se/src/share/native/sun/awt/libpng/
cp: cannot create regular file `openjdk-ecj/j2se/src/share/native/sun/awt/libpng/': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.34592 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.34592 (%build)