I am working on installing Freemind (http://freemind.sourceforge.net/wiki/index.php/Main_Page) on my new notebook. And it is not working... I downloaded all the rpms and put them into my local repo, enabled the jpackages repos then, well here is what is happening: yum install freemind* jcalendar* jgoodies-forms* Loading "installonlyn" plugin Loading "priorities" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files 429 packages excluded due to repository priority protections Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for freemind-javadoc to pack into transaction set. freemind-javadoc-0.8.1-1. 100% |=========================| 36 kB 00:00 ---> Package freemind-javadoc.noarch 0:0.8.1-1 set to be updated ---> Package jcalendar.noarch 0:1.2.2-3jpp set to be updated ---> Downloading header for freemind-plugins-time to pack into transaction set. freemind-plugins-time-0.8 100% |=========================| 4.9 kB 00:00 ---> Package freemind-plugins-time.noarch 0:0.8.1-1 set to be updated ---> Package freemind.noarch 0:0.8.1-1 set to be updated ---> Downloading header for freemind-plugins-help to pack into transaction set. freemind-plugins-help-0.8 100% |=========================| 4.9 kB 00:00 ---> Package freemind-plugins-help.noarch 0:0.8.1-1 set to be updated ---> Downloading header for freemind-plugins-svg to pack into transaction set. freemind-plugins-svg-0.8. 100% |=========================| 5.3 kB 00:00 ---> Package freemind-plugins-svg.noarch 0:0.8.1-1 set to be updated ---> Package jgoodies-forms.noarch 0:1.0.5-2jpp set to be updated --> Running transaction check --> Processing Dependency: jakarta-commons-codec for package: freemind --> Processing Dependency: batik < 1.7 for package: freemind-plugins-svg --> Processing Dependency: relaxngDatatype for package: freemind --> Processing Dependency: ws-jaxme for package: freemind --> Processing Dependency: rhino for package: freemind-plugins-svg --> Processing Dependency: javahelp2 for package: freemind-plugins-help --> Processing Dependency: jakarta-commons-lang for package: freemind --> Processing Dependency: msv-xsdlib for package: freemind --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package relaxngDatatype.noarch 0:1.0-3jpp set to be updated ---> Package batik.noarch 0:1.6-3jpp set to be updated ---> Package ws-jaxme.noarch 0:0.5.2-1jpp set to be updated ---> Package msv-xsdlib.noarch 0:1.2-0.20050722.3jpp set to be updated ---> Package jakarta-commons-codec.i386 0:1.3-7jpp.2 set to be updated ---> Package javahelp2.noarch 0:2.0.02-1jpp set to be updated ---> Package jakarta-commons-lang.i386 0:2.1-5jpp.1 set to be updated ---> Package rhino.noarch 0:1.6-0.r2.2jpp set to be updated --> Running transaction check --> Processing Dependency: xmlbeans for package: rhino --> Processing Dependency: ant for package: ws-jaxme --> Processing Dependency: xmldb-api for package: ws-jaxme --> Processing Dependency: xml-commons-jaxp-1.3-apis for package: ws-jaxme --> Processing Dependency: log4j for package: ws-jaxme --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package ant.i386 0:1.6.5-2jpp.2 set to be updated ---> Package xmlbeans.noarch 0:2.1.0-4jpp set to be updated ---> Package log4j.i386 0:1.2.13-3jpp.2 set to be updated ---> Package xmldb-api.noarch 0:0.1-0.20041010.3jpp set to be updated --> Running transaction check --> Processing Dependency: java-devel for package: ant --> Processing Dependency: xml-commons-jaxp-1.3-apis for package: ws-jaxme --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package java-1.4.2-sun-compat.i586 0:1.4.2.10-1jpp set to be updated --> Running transaction check --> Processing Dependency: xml-commons-jaxp-1.3-apis for package: ws-jaxme --> Processing Dependency: j2sdk = 2000:1.4.2_10-fcs for package: java-1.4.2-sun-compat --> Finished Dependency Resolution 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 I really need Freemind working. I have LOTS of documentation in it. I was using 0.8.0-6, now 0.8.1-1 is available.
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.rpmYou 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080307/70811bb9/attachment-0002.sig>
Ralph Angenendt wrote:> 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>.Thanks Ralph, I know that when I last installed it, I was able to do it without building any rpms. So I have to relook at what I have and figure this out....
Ralph Angenendt wrote:> 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>.Please help me out here with all this coffee. I am a non-coffee person; tea or cola for me! We have from the Centos install: java-1.4.2-gcj-compat-1.4.2.0-40jpp.112.i386.rpm jpackages has: java-1.4.2-sun-compat.i586 0:1.4.2.10-1jpp And from sun I have: jdk-6u5-linux-i586-rpm.bin jre-6u5-linux-i586-rpm.bin And still where is xml-commons-jaxp-1.3-apis and j2sdk = 2000:1.4.2_10-fcs hidding? Won't they be in the jdk?