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 2150727 - translator.sty missing dependency
Summary: translator.sty missing dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: texlive
Version: 8.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.8
Assignee: Than Ngo
QA Contact: Evgeny Fedin
Šárka Jana
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-12-05 07:57 UTC by Steffen Froemer
Modified: 2023-05-16 09:58 UTC (History)
2 users (show)

Fixed In Version: texlive-20180414-28.el8
Doc Type: Bug Fix
Doc Text:
.The `translator.sty` LaTeX style document has been added Previously, the `translator.sty` LaTeX style document, which is necessary for certain tools that depend on `texlive-beamer`, was missing. As a consequence, these tools failed with a `LaTeX Error: File `translator.sty' not found.` error. This update adds the missing `texlive-translator` package that contains the `translator.sty` LaTeX style document. As a result, tools that depend on `texlive-beamer` work correctly.
Clone Of:
Environment:
Last Closed: 2023-05-16 08:37:56 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-141273 0 None None None 2022-12-05 07:58:38 UTC
Red Hat Product Errata RHBA-2023:2842 0 None None None 2023-05-16 08:37:58 UTC

Description Steffen Froemer 2022-12-05 07:57:30 UTC
Description of problem:
RHEL8 does not provide the translator.sty (texlive-translator). It's a dependency when texlive-beamer is used. Therefore any tools depending on beamer are broken in RHEL8

Version-Release number of selected component (if applicable):
texlive-beamer-20180414-25.el8.noarch

How reproducible:
always

Steps to Reproduce:
1. $ locate beameruserguide
/usr/share/texlive/texmf-dist/doc/latex/beamer/beameruserguide.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamer/beameruserguide.tex
2. $ cp -a /usr/share/texlive/texmf-dist/doc/latex/beamer /tmp/test; cd /tmp/test
3. $ pdflatex beameruserguide |cat -n

Actual results:
   1	This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex)
     2	 restricted \write18 enabled.
     3	entering extended mode
     4	(./beameruserguide.tex
     5	LaTeX2e <2017-04-15>
     6	Babel <3.17> and hyphenation patterns for 3 language(s) loaded.
     7	(/usr/share/texlive/texmf-dist/tex/latex/base/ltxdoc.cls
…
…
  135	(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
   136	(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
   137	(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty)
   138	
   139	! LaTeX Error: File `translator.sty' not found.    <<<<<================
   140	
   141	Type X to quit or <RETURN> to proceed,
   142	or enter new name. (Default extension: sty)
   143	
   144	Enter file name: 
   145	! Emergency stop.
   146	<read *> 
   147	         
   148	l.30 ^^M
   149	        
   150	!  ==> Fatal error occurred, no output PDF file produced!
   151	Transcript written on beameruserguide.log.


Expected results:
beamerguide should be able to build successfully.

Additional info:
Using the package from EPEL8 (texlive-translator-20180414-9.el8.noarch.rpm) helps to mitigate the behavior.

Comment 14 errata-xmlrpc 2023-05-16 08:37:56 UTC
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 (texlive bug fix and enhancement update), 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-2023:2842


Note You need to log in before you can comment on or make changes to this bug.