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.
DescriptionChristopher Meng
2015-02-26 08:35:34 UTC
Building roxterm which requires po4a, failed at dependency issue in buildroot:
DEBUG util.py:366: Getting requirements for roxterm-2.9.5-1.el7.src
DEBUG util.py:366: --> dbus-glib-devel-0.100-7.el7.ppc64
DEBUG util.py:366: --> desktop-file-utils-0.21-4.el7.ppc64
DEBUG util.py:366: --> gtk3-devel-3.8.8-5.el7.ppc64
DEBUG util.py:366: --> libglade2-devel-2.6.4-11.el7.ppc64
DEBUG util.py:366: --> libSM-devel-1.2.1-7.el7.ppc64
DEBUG util.py:366: --> libtool-2.4.2-20.el7.ppc64
DEBUG util.py:366: --> po4a-0.45-3.el7.noarch
DEBUG util.py:366: --> 1:python-lockfile-0.9.1-4.el7.noarch
DEBUG util.py:366: --> vte3-devel-0.34.6-3.el7.ppc64
DEBUG util.py:366: --> xmlto-0.0.25-7.el7.ppc64
DEBUG util.py:366: --> 1:control-center-3.8.6-15.el7.ppc64
DEBUG util.py:366: Error: Package: po4a-0.45-3.el7.noarch (build)
DEBUG util.py:366: Requires: perl(Locale::gettext) >= 1.01
DEBUG util.py:366: You could try using --skip-broken to work around the problem
DEBUG util.py:366: You could try running: rpm -Va --nofiles --nodigest
Then we discussed this and found ppc64 doesn't include perl-gettext, I hope this can be fixed since po4a is required by many other packages.
Thanks.
I'm giving this a devel_ack+ however, I'm bit afraid of what Peter said, if we'll hit missing dependencies on either aarch or ppc, we'll close this as won't fix
Lubos
(In reply to Lubos Kocman from comment #13)
> I'm giving this a devel_ack+ however, I'm bit afraid of what Peter said, if
> we'll hit missing dependencies on either aarch or ppc, we'll close this as
> won't fix
Hi , but #c12 says aarch64 is already fixed just left ppc64*.
Also, maybe anyone can suggest a better solution for po4a commit [1] ?
What about ?
%if 0%{?rhel} == 7
# Until got perl-gettext on epel7-ppc64*
%ifnarch {%power64}
Requires: perl(Locale::gettext) >= 1.01
%endif
%endif
%if 0%{?rhel} != 7
# Optional, but package is quite useless without
Requires: perl(Locale::gettext) >= 1.01
%endif
[1]
https://src.fedoraproject.org/cgit/rpms/po4a.git/commit/?id=95f9b406fff903235f9b9226aef718670e3d374f
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.
https://access.redhat.com/errata/RHBA-2017:1850
Comment 28Fedora Update System
2017-12-02 15:46:14 UTC