Bug 22587

Summary: [SRPM] failed build
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: libgcjAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-12-20 21:01:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2000-12-20 17:39:10 UTC
With current gcc-2.96-69/glibc-2.2-9 the build of libgcj-2.96-22.src.rpm
fails with

$ rpm --rebuild libgcj-2.96-22.src.rpm
...
/var/volatile/rpm/BUILD/libgcj/libjava/java/awt/Color.java:22: Class
`java.awt.Color' doesn't define the abstract method `int getTransparency()'
from interface `java.awt.Transparency'. This method must be defined or
class `java.awt.Color' must be declared abstract.
public class Color extends Object implements Paint, java.io.Serializable
                                                                        ^
1 error
[... repeating this error a lot ...]
make[2]: *** [libgcj.zip] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-target-libjava] Error 2
Bad exit status from /var/tmp/rpm-tmp.91908 (%build)
make[2]: Leaving directory
`/var/volatile/rpm/BUILD/libgcj/obj-i686-redhat-linux/i686-redhat-linux/libjava'
make[1]: Leaving directory
`/var/volatile/rpm/BUILD/libgcj/obj-i686-redhat-linux/i686-redhat-linux/libjava'

Comment 1 Jakub Jelinek 2000-12-20 21:01:22 UTC
Yes, I know (that's why there is libgcj-2.96-23). Basically just one
method is missing in Color.java. libgcj-2.96-23 should appear in next
rawhide...

Comment 2 Jakub Jelinek 2000-12-27 11:14:40 UTC
libgcj-2.96-23 seems to be in rawhide already, closing.