Bug 116804
Summary: | can't build tclx help files with current nroff | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> |
Component: | groff | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | havill |
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: | 2004-03-02 10:09:34 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
Jens Petersen
2004-02-25 13:32:00 UTC
*** This bug has been marked as a duplicate of 116596 *** ">= 1.18.1-30" was inclusive of 1.18.1-32. ;-) Be sure that you have the new man package installed, also. As long as the newest man is included, it will force the inclusion of the new groff (due to a require/provide of nroff-i18n). It will not however, force an inclusion of the new fixed nroff. I'm pretty sure the fixed nroff in the latest rawhide will fix this problem. I can still reproduce: % rpm -q man groff man-1.5m2-3 groff-1.18.1-32 % rpmbuild --rebuild tclx-8.3.5-1.src.rpm : % tclhelp [ tk/ -> control/ -> bind ] I would be happy to hear that you can't. :) Please use LANG=en_US.UTF-8 for the build of man pages if you want to have UTF-8 encoding. LANG=C will generate ISO-8859-1 man pages. groff-1.18.1-33 in rawhide fixes the build of non-UTF-8 files. Ah, right. Thanks. Shouldn't the C/POSIX locale generate ASCII pages, not ISO-8859-1? Ohh .. you are right, I meant: LANG=C will generate ANSI_X3.4-1968 (=ASCII) output. |