Bug 903048
Summary: | [fr_FR] various manpages missing from man-pages-fr | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Lijun Li <lijli> | ||||||
Component: | man-pages-fr | Assignee: | Mike FABIAN <mfabian> | ||||||
Status: | CLOSED ERRATA | QA Contact: | QE Internationalization Bugs <qe-i18n-bugs> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 6.4 | CC: | eng-i18n-bugs, eng-l10n-bugs, mfabian, qe-i18n-bugs | ||||||
Target Milestone: | rc | Keywords: | i18n, Translation | ||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-07-18 09:36:05 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Lijun Li
2013-01-23 01:49:39 UTC
Created attachment 690211 [details] phony-targets.patch Patch to fix the problem. in man-pages-extras-fr-0.8.1/Makefile, the target “afaire :” does not work: mfabian@ari:~/rpmsources/fedora/man-pages-fr/man-pages-extras-fr-0.8.1 (master) $ LANG=fr_FR.UTF-8 make afaire make: « afaire » est à jour. mfabian@ari:~/rpmsources/fedora/man-pages-fr/man-pages-extras-fr-0.8.1 (master) $ (Problem is the same in f18 and rhel-6.4). This is because the existing folder “afaire/” has exactly the same name as the target. To make it work nevertheless, the target needs to be declared .PHONY like this: +.PHONY : afaire afaire : cd afaire ; \ make install ; http://www.gnu.org/software/make/manual/html_node/Phony-Targets.html Created attachment 690212 [details] 0001-fix-Makefile-in-man-pages-extras-fr-0.8.1.tar.bz2-to.patch Patch for man-pages-fr.spec in rhel-6.4 branch. These are the French man-pages added by the fix: mfabian@ari:~/rpmsources/rhel/man-pages-fr (rhel-6.4) $ ls man-pages-fr-3.23/afaire/ Makefile dirname.1 fold.1 nice.1 printenv.1 sum.1 tty.1 yes.1 basename.1 echo.1 groups.1 nl.1 printf.1 tac.1 uname.1 cat.1 env.1 head.1 nohup.1 pwd.1 tail.1 unexpand.1 cksum.1 expand.1 hostid.1 od.1 sleep.1 tar.1 uniq.1 comm.1 expr.1 id.1 passwd.1 sort.1 tee.1 users.1 csplit.1 false.1 join.1 paste.1 split.1 test.1 wc.1 cut.1 find.1 logname.1 pathchk.1 stty.1 tr.1 who.1 date.1 fmt.1 md5sum.1 pr.1 su.1 true.1 whoami.1 mfabian@ari:~/rpmsources/rhel/man-pages-fr (rhel-6.4) $ The same bug exist in Fedora 18, see bug#905826. Fixed for Fedora 18 now: https://bugzilla.redhat.com/show_bug.cgi?id=905826#c6 Fix pushed to rhel-6.5 branch: commit 6ed81737a291ac3cd3ab76bf0d44a5f802f7c586 Author: Mike FABIAN <mfabian> Date: Wed Jan 30 08:44:39 2013 +0100 fix Makefile in man-pages-extras-fr-0.8.1.tar.bz2 to install missing man-pages Resolves: #903048 - [fr_FR] man echo manuals are still English. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1093.html |