Bug 463324
| Summary: | @base installs require lzma for man to work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Will Woods <wwoods> |
| Component: | man | Assignee: | Ivana Varekova <varekova> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell, katzj |
| 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: | 2008-09-23 06:13:02 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: | 438943 | ||
|
Description
Will Woods
2008-09-22 21:49:11 UTC
Are all man pages made in lzma now, or only some? Are you getting a crash or an error? Would this be better solved by a package requirement rather than a comps forcing? AFAICT man saves its cached pages in lzma format now. Or it tries to. The strange part is - this only happens when I'm logged in at the console. The error is: sh: /usr/bin/lzma: No such file or directory Error executing formatting or display command. System command (cd /usr/share/man && (echo ".pl 1100i"; /usr/bin/gunzip -c '/usr/share/man/man1/ls.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -c -mandoc 2>/dev/null | /usr/bin/lzma > /var/cache/man/cat1/ls.1.lzma) exited with status 32512. Yes, you could also fix this by making man require lzma. Fixing it with requires seems like the right thing to do, especially for people who install and fiddle with groups or whatnot. If man is going to use it, it needs to require it. *** This bug has been marked as a duplicate of bug 461775 *** |