Hello, today after running, as usual, yum update --skip-broken on rawhide, i got several java packages installed as dependencies, I mean about 40 megs of rpms, some ant-, a lot of jetty-, mongo-, lucene-contrib, some felix-, down to some eclipse-). I can post the full list if needed.
The only java packages I had installed in rawhide before the update were: jetty, jboss-, maven- and their dependencies (and openjdk).
Is all that an intended behaviour? Guido
I think it would help if you could attach the output of the yum update. So that one could see which package pulled in those deps and if there is something wrong with it.
Johannes On 04/29/2012 10:14 AM, Guido Grazioli wrote:
Hello, today after running, as usual, yum update --skip-broken on rawhide, i got several java packages installed as dependencies, I mean about 40 megs of rpms, some ant-, a lot of jetty-, mongo-, lucene-contrib, some felix-, down to some eclipse-). I can post the full list if needed.
The only java packages I had installed in rawhide before the update were: jetty, jboss-, maven- and their dependencies (and openjdk).
Is all that an intended behaviour? Guido
Il 29 aprile 2012 19:44, Johannes Lips ha scritto:
I think it would help if you could attach the output of the yum update. So that one could see which package pulled in those deps and if there is something wrong with it.
Johannes
Here is output of yum history info: http://guidograzioli.fedorapeople.org/yum-20120429.txt
It seems that update of jetty from 8.1.0-5 to 8.1.2-3 brought in jetty-osgi, which in turn requires eclipse-platform, and most dependencies were eclipse-platform dependencies.
Quoting Guido Grazioli (2012-04-29 13:46:39)
Il 29 aprile 2012 19:44, Johannes Lips ha scritto:
I think it would help if you could attach the output of the yum update. So that one could see which package pulled in those deps and if there is something wrong with it.
Johannes
Here is output of yum history info: http://guidograzioli.fedorapeople.org/yum-20120429.txt
It seems that update of jetty from 8.1.0-5 to 8.1.2-3 brought in jetty-osgi, which in turn requires eclipse-platform, and most dependencies were eclipse-platform dependencies.
jetty has been split into several sub-packages, jetty-osgi being the largest with eclipse dependencies. I believe eclipse-platform Requires is a bug and/or can be replaced by a different package.
In any case: jetty is being worked on right now. This was a problem of pulling in jetty-osgi in the first place. I'll fix it in the next revision with few additional fixes
java-devel@lists.fedoraproject.org