Bug 6623
Summary: | /sbin/install-info sometimes silently fails to do anything | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Chris Siebenmann <cks-rhbugzilla> |
Component: | texinfo | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | ||
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: | 2000-02-15 22:08:44 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
Chris Siebenmann
1999-11-02 00:13:42 UTC
*** This bug has been marked as a duplicate of 5639 *** I don't think that this should be considered a duplicate of 5639, since resolving 5639 (by, for example, changing the CVS RPM to not use '--entry=...') does nothing to actually make --entry=... actually *work*. Which is what this bug report is about. Fixing the symptoms in Redhat-packaged RPMs still leaves the program buggy and any third party programs, packages, Makefiles, etc that are relying on the documented functionality up a creek. (Of course, Redhat may consider this an issue for the FSF to fix and not something they can or want to patch in the mean time, in which case close this bug again -- but please reassure us that you're doing it for that reason.) All the test cases I threw at it work correctly here. A test case would be much appreciated. Please reporn if you find one The following test case is ripped off from 'rpm -q --scripts bison': grep -v bison /usr/info/dir >/tmp/dir /sbin/install-info /usr/info/bison.info.gz /tmp/dir --entry="* bison: (bison). The GNU parser generator." grep bison /tmp/dir (and observe that, verily, /sbin/install-info will not have added anything, because the grep will produce no output.) A similar test-case can be gotten from the RedHat 6.1 'rpm -q --scripts cvs'. |