Bug 515948
Summary: | Errors installing glibc-devel-2.10.1-2.i586 with --excludedocs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexander Todorov <atodorov> |
Component: | glibc | Assignee: | Andreas Schwab <schwab> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dcantrell, fweimer, jakub, katzj, schwab |
Target Milestone: | --- | 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: | 2009-08-10 13:34:27 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: | 516757 |
Description
Alexander Todorov
2009-08-06 11:24:54 UTC
This does not preclude installation since the error is ignored. It is a problem for QE since we expect clean output from installation. You can either redirect error messages to /dev/null or better use something like: [ -f /.../file.info.gz ] && install-info .... What is QE and why does it do that? QE == Quality Engineering We want clean logs because otherwise people think there are errors with their installation. This is particularly true for RHEL products but clean logs is always a nice thing to have. Please also see this thread: https://www.redhat.com/archives/fedora-packaging/2009-August/msg00028.html As far as I can tell folks generally agree that this needs to be fixed in one way or another. Fixed in 2.10.90-13. |