Robert Moskowitz wrote:
Error: Missing Dependency: xml-commons-jaxp-1.3-apis is needed by package ws-jaxme Error: Missing Dependency: j2sdk = 2000:1.4.2_10-fcs is needed by package java-1.4.2-sun-compat
===========================================================
Note beside the missing dependencies, the java 1.4.2 dependency; I have installed:
java-1.4.2-gcj-compat-1.4.2.0-40jpp.112.i386.rpm
You should read up on the nosrc.rpm stuff in the jpackage.org FAQ.
In short:
They are not allowed to distribute Java-1.4.2 and the same probably goes for xml-commons-jaxp-1.3-apis. They have src.rpms for that, which do *not* contain the sources to these programs. You have to download that stuff from Sun (or whereever it lives, the URL is given in the SPEC file of their nosrc.rpm) and then rebuild the rpm. Install those afterwards and yum will be happy to serve your request.
See http://jpackage.org/nosrc.php.
Cheers,
Ralph