Bug 157151
| Summary: | FC 4 Updates erase Sun Jdk/Jre | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Romero <romstev> | ||||
| Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | CC: | jspaleta, katzj, n3npq, nobody+pnasrat | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-05-19 22:10:38 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 136450 | ||||||
| Attachments: |
|
||||||
|
Description
Steve Romero
2005-05-07 18:08:28 UTC
Created attachment 114124 [details]
log files from described events
reassigning to rpm as yum doesn't have any control over implicit obsoletes. *** Bug 156116 has been marked as a duplicate of this bug. *** rpm -qp --provides jdk-1_5_0_03-linux-i586.rpm jre = 1.5.0_03 j2sdk = 1.5.0_03 j2re = 1.5.0_03 jaxp_parser_impl xml-commons-apis jdk = 2000:1.5.0_03-fcs D: ========== tsorting packages (order, #predecessors, #succesors, tree, depth, breadth) D: 0 0 0 1 1 0 -jdk-1.5.0_03-fcs.i586 /* On upgrade, erase older packages of same color (if any). */ mi = rpmtsInitIterator(ts, RPMTAG_PROVIDENAME, rpmteN(p), 0); So if you change RPMTAG_PROVIDENAME to RPMTAG_NAME does the problem vanish? and how many other, weirder problems does it create? This is really the sun package not designed in a way to integrate with the rest of the java/rpm world (JPackage). JPackage is recognised and used by the major Linux RPM vendors. See also: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4680244 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4680244 Work around for you is to use the jpackage style rpm built from the self-exploding binary (not the sun rpm) - see http://jpackage.org/rebuilding.php http://jpackage.org/faq.php. An external howto is here http://www.mksearch.mkdoc.org/howto/jpackage-sun-fc3/ This is the best solution as you get a nicer laid out jdk that plays with the Fedora java design and implementation (as it's based off JPackage). I'll try and get something in the release notes about it - (probably "for proprietory JDKs please use packages JPackage Changing rpm to not key off PROVIDENAME at this time for FC4 is not tenable. |