Bug 909890
| Summary: | java-1.5.0-gcj: Please drop java virtual provides | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander Kurtakov <akurtako> |
| Component: | java-1.5.0-gcj | Assignee: | Jon VanAlten <jon.vanalten> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dbhole, mizdebsk, sochotni |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-25 19:27:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alexander Kurtakov
2013-02-11 12:04:53 UTC
This was proposed on fedora-java mailing list half year ago and no one opposed: http://lists.fedoraproject.org/pipermail/java-devel/2012-August/004495.html To give an example of problems this is causing, we've started to try out automatic requires for Maven packages. This coupled with few optimizations let us simplify dependencies significantly. We went down from 330 packages to 146[1], but in the process automatic requires pulled in gcj partially due to mentioned yum bug. Even though we went to 146 packages, our install size actually grew by around 80 MB. [1] https://binaryparadise.com/~w0rm/files/fedora/min_install/maven.svg I'll look into this tomorrow, but I have one question for those affected. This was reported against rawhide. Is this going to be a problem in F18/17 as well? (In reply to comment #3) > I'll look into this tomorrow, but I have one question for those affected. > This was reported against rawhide. Is this going to be a problem in F18/17 > as well? Such changes shouldn't happen in already released version. Even if there are people using gcj we would not do any good for them switching the jvm mid-release. (In reply to comment #4) > (In reply to comment #3) > > I'll look into this tomorrow, but I have one question for those affected. > > This was reported against rawhide. Is this going to be a problem in F18/17 > > as well? > > Such changes shouldn't happen in already released version. Even if there are > people using gcj we would not do any good for them switching the jvm > mid-release. Seconded. There's obvious problem with Java on secondary architectures where openjdk is not available though. If provides are simply removed, other archs will stop working since there will be no package that would provide "java". The real problem is yum pulling in gcj when it should not(#910093), but that is likely a bugfix with higher likelihood of breaking other things. (In reply to comment #5) > If provides are simply removed, other archs will stop working since there will be no package that would provide "java". Bah, scratch that. I am should have had that coffee first... Built in rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=5054507 Please reopen with comments if any issues. |