Bug 577838
Summary: | error: %post (packages.i386) scriptlet failed | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Petr Sklenar <psklenar> |
Component: | yum | Assignee: | James Antill <james.antill> |
Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.5 | CC: | atodorov, borgan, jhutar |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-29 17:32:30 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: | 581474 |
Description
Petr Sklenar
2010-03-29 12:35:46 UTC
Petr, is ia32el installed and running? no, ia32el is not installed because it wasn't in standard/default channel. So its expected to have these errors without ia32el, right? Yes, see https://bugzilla.redhat.com/show_bug.cgi?id=237668#c10 *** This bug has been marked as a duplicate of bug 237668 *** Hello, maybe I'm wrong, but would like to get a comment from yum-crew. If they thinks that this is really a dupe of bug 237668, then sorry and please close this. IMO yum should not try to install package.i386 when package.ia64 is already installed. Thanks in advance, Jan it sure looks like 237668 - ix86 was supposed to be something that could run on ia64 - so yum's arch list shows it as a possible thing to add there. What makes you think this is NOT like 237668? Two things are worth of note here: 1. On RHEL-5 yum is specifically patched so that ia64 is multilib. aware. 2. On RHEL-5 yum is specificlaly patched so that multilib_policy=all is the default (because that's how RHEL-5.0 shipped). This means that "install blah" means install all arches of blah, if the users changes to multilib_policy=best ... it'll do what they want. Thank you for the explanation. That explains it perfectly. Thanks you, Jan |