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:
There is an error/warning message when installing tex-fonts-hebrew during installation of a system:
14:36:07,241 INFO packaging: dlm-devel-4.0.2-6.el7.x86_64 (2919/3539)
14:36:07,241 INFO packaging: libproxy-mozjs-0.4.11-8.el7.x86_64 (2920/3539)
14:36:07,241 INFO packaging: tex-fonts-hebrew-0.1-21.el7.noarch (2921/3539)
14:36:07,241 INFO packaging: updmap: resetting $HOME value (was /tmp) to root's actual home (/root).
14:36:07,241 INFO packaging: perl-core-5.16.3-286.el7.x86_64 (2922/3539)
Version-Release number of selected component (if applicable):
tex-fonts-hebrew-0.1-21.el7
texlive-tetex-bin-svn27344.0-38.20130427_r30134.el7
How reproducible:
always
Steps to Reproduce:
1. Use kickstart to install all packages:
install
lang en_US.UTF-8
keyboard us
reboot
text
rootpw redhat
timezone --utc America/New_York
bootloader --location=mbr
zerombr
clearpart --all --initlabel
autopart
%packages
*
-@conflicts-Server
-tboot
%end
2. check /var/log/anaconda/packaging.log on installed system for errors
Actual results:
updmap: resetting $HOME value (was /tmp) to root's actual home (/root).
Expected results:
no unexpected messages (errors should be fixed, expected messages hidden)
I tried installing latest rhel-7.4 snapshot 2 Workstation iso of 4.3 GB with almost all the defaults selected.
But I can't find tex-fonts-hebrew package getting installed in /var/log/anaconda/packaging.log
Do we have a bug already reported for texlive?
I found 3 issues
1) /usr/bin/texconfig-sys: line 31: exec: texconfig: not found
this mean texlive-tetex-bin should have in spec
Requires: texlive-texconfig-bin
2)for below error
Can't locate TeXLive/TLUtils.pm in @INC (@INC contains: /usr/share/texlive/tlpkg /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /bin/updmap line 41.
==> telive-tetex-bin should pull texlive-texlive.infra package as it provides required perl module.
3) texlive-texlive.infra should pull perl-Digest-MD5
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-2018:3122