Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
[fr_FR] man echo manuals are still English.
Version-Release number of selected component (if applicable):
# rpm -q man-pages-fr
man-pages-fr-3.23-9.el6.noarch
How reproducible:
100%
Steps to Reproduce:
1. Install latest rhel6.4 client build.
2. Install man-pages-fr package.
3. Type followings to check translations
# man less
# man more
# man bash
# man echo
# man man
Actual results:
# man echo manuals are still English.
Expected results:
# man echo should be localized.
Additional info:
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
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