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.

Bug 693745

Summary: translation failures in yum self-test
Product: Red Hat Enterprise Linux 6 Reporter: Karel Srot <ksrot>
Component: yumAssignee: James Antill <james.antill>
Status: CLOSED NOTABUG QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: low Docs Contact:
Priority: low    
Version: 6.1CC: omoris
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-09 18:48:49 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 Karel Srot 2011-04-05 13:55:56 UTC
Description of problem:

[root@rhel61 yum-3.2.29]# rpm -q yum
yum-3.2.29-12.el6.noarch

[root@rhel61 yum-3.2.29]# make check
.............................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 397 tests in 2.935s

OK
ERROR: yes/no translations don't match in: po/en_GB.po
is_this_ok False: msgstr "Is this ok [y/N]: "

yes         True: yes
y           True: y
no          True: no
n           True: n

ERROR: yes/no translations don't match in: po/zh_CN.po
is_this_ok False: msgstr "确定吗?[y/N]:"

yes         True: 是
y           True: y
no          True: 否
n           True: n

ERROR: yes/y translations don't match in: po/zh_CN.po
yes         True: 是
y           True: y

ERROR: no/n translations don't match in: po/zh_CN.po
no          True: 否
n           True: n

ERROR: yes/no translations don't match in: po/pa.po
is_this_ok False: msgstr "ਕੀ ਇਹ ਠੀਕ ਹੈ [y/N]: "

yes         True: yes
y           True: y
no          True: no
n           True: n

ERROR: yes/no translations don't match in: po/ja.po
is_this_ok False: msgstr "これでいいですか? [y/N]"

yes         True: はい
y           True: y
no          True: いいえ
n           True: n

ERROR: yes/y translations don't match in: po/ja.po
yes         True: はい
y           True: y

ERROR: no/n translations don't match in: po/ja.po
no          True: いいえ
n           True: n

ERROR: yes/no translations don't match in: po/ru.po
is_this_ok False: msgstr "Продолжить? [y/N]: "

yes         True: да
y           True: y
no          True: нет
n           True: n

ERROR: yes/y translations don't match in: po/ru.po
yes         True: да
y           True: y

ERROR: no/n translations don't match in: po/ru.po
no          True: нет
n           True: n

ERROR: yes/no translations don't match in: po/uk.po
is_this_ok False: msgstr "Виконати дію? [y/N]: "

yes         True: так
y           True: y
no          True: ні
n           True: n

ERROR: yes/y translations don't match in: po/uk.po
yes         True: так
y           True: y

ERROR: no/n translations don't match in: po/uk.po
no          True: ні
n           True: n

cd po; make test
make[1]: Entering directory `/root/rpmbuild/BUILD/yum-3.2.29/po'
for n in ca.po cs.po da.po de.po en_GB.po es.po fi.po fr.po it.po ja.po ms.po nb.po pa.po pl.po pt_BR.po pt.po ru.po sr sr.po sv.po uk.po zh_CN.po; do \
	msgfmt -c $n; \
	done
make[1]: Leaving directory `/root/rpmbuild/BUILD/yum-3.2.29/po'