I just got around to installing native eclipse on the devel branch and have found what appears to be a dependency issues with java-1.4.2-gcj-compat. When running yum install eclips* I got all sorts of /usr/bin/rebuild-gcj-db: No such file or directory errors until I manually installed java-1.4.2* (I didn't keep a log cause I wasn't sure what was happening yet) When attempting to yum remove eclipse* I get the following .... Removing : xerces-j2 ####################### [ 1/65] Removing : eclipse-jdt-devel ####################### [ 2/65] Removing : ant-nodeps ####################### [ 3/65] Removing : eclipse-pydev ####################### [ 4/65] Removing : ant-apache-bcel ####################### [ 5/65] Removing : ldapjdk ####################### [ 6/65] Removing : jakarta-commons-httpclient ####################### [ 7/65] Removing : ant-jsch ####################### [ 8/65] Removing : ant-apache-resolver ####################### [ 9/65] Removing : ant-trax ####################### [10/65] Removing : geronimo-specs-compat ####################### [11/65] Removing : xalan-j2 ####################### [12/65] Removing : mx4j ####################### [13/65] Removing : eclipse-platform-devel ####################### [14/65] Removing : ant-jdepend ####################### [15/65] Removing : jakarta-commons-collections ####################### [16/65] Removing : jakarta-commons-fileupload ####################### [17/65] Removing : java-1.4.2-gcj-compat ####################### [18/65] Removing : jakarta-commons-logging ####################### [19/65] /var/tmp/rpm-tmp.61501: line 1: /usr/bin/rebuild-gcj-db: No such file or directory error: %postun(jakarta-commons-logging-1.0.4-2jpp_6fc.i386) scriptlet failed, exit status 127 Removing : eclipse-rcp-devel ####################### [20/65] Removing : jakarta-commons-dbcp ####################### [21/65] Removing : ant-javamail ####################### [22/65] ... The /usr/bin/rebuild-gcj-db: No such file or directory error shows up just after java-1.4.2-gcj-compat has been removed. If I manually reinstall java-1.4.2-gcj-compat I can successfully remove jakarta-commons-logging. Should I look into this deeper and file a bug report? -dtf