Bug 56636
| Summary: | --nodeps option has no effect. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | DIanne Skoll <dfs> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-11-23 21:36:52 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: | |||
|
Description
DIanne Skoll
2001-11-22 22:00:28 UTC
What happens if you do a rpm --rebuilddb? Do the missing dependencies reappear? If I do rpm --rebuilddb, the effect is the same. The dependencies really *are* missing, but I do not care. I want RPM to do the installation anyway. RPM 4.0.2 on Red Hat 6.2 works; RPM 4.0.3 on Red Hat 7.2 appears to ignore the --nodeps option. Hmmm, --nodeps "works" in rpm-4.0.3 with --root, I use it hourly. Try putting --nodeps immediately after -Uvh, rpm options now require that the mode be the 1st option in order to support multimode CLI options in the future. That fixed it. Putting "-Uvh" first makes it work. Thanks. OK. Hmm, I was just bittne by this as well (I don't have a redhat kernel, since they still dont ship with freeswan) and therefor I'm lacking the kernel dependancy, so i had to force iptables to install. Why is this bug closed? It seems that the order of options of rpm really shouldn't matter, and this is a bug that should be fixed. The order of options is going to matter a great deal when I finish doing multi-mode options like rpm -Uvh ... -qa ... -Va ... -e ... I gotta start someplace ... |