Bug 2380107
| Summary: | texlive tcolorbox is no longer working on centos stream 10 (used to work in 9) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Than Ngo <than> |
| Component: | texlive-extension | Assignee: | Than Ngo <than> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel10 | CC: | adrian, areber, tdawson, than |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | texlive-extension-20240311-7.el10_1 texlive-extension-20240311-7.el10_0 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-08-03 01:24:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This problem is fixed in texlive-extension-20240311-7.el10_1 https://koji.fedoraproject.org/koji/taskinfo?taskID=134835602 FEDORA-EPEL-2025-e93b288370 (texlive-extension-20240311-7.el10_1) has been submitted as an update to Fedora EPEL 10.1. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-e93b288370 FEDORA-EPEL-2025-e93b288370 has been pushed to the Fedora EPEL 10.1 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-e93b288370 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2025-e93b288370 (texlive-extension-20240311-7.el10_1) has been pushed to the Fedora EPEL 10.1 stable repository. If problem still persists, please make note of it in this bug report. Opening this again. Can this update also be made available in EPEL 10.0? Sure, i am working on it. The update for epel10.0 is in progress. https://koji.fedoraproject.org/koji/taskinfo?taskID=135193917 FEDORA-EPEL-2025-9ecec16d90 (texlive-extension-20240311-7.el10_0) has been submitted as an update to Fedora EPEL 10.0. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-9ecec16d90 FEDORA-EPEL-2025-9ecec16d90 has been pushed to the Fedora EPEL 10.0 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-9ecec16d90 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2025-9ecec16d90 (texlive-extension-20240311-7.el10_0) has been pushed to the Fedora EPEL 10.0 stable repository. If problem still persists, please make note of it in this bug report. |
This bug is clone from RHEL-103309. I might have copied the wrong example file. Let's try once more with a even smaller file. This one works on Stream 9 but does not on Stream 10 for me: \documentclass{article} \usepackage[utf8]{inputenc} % For UTF-8 input \usepackage{tcolorbox} % Include the tcolorbox package \tcbuselibrary{skins} \begin{document} \section*{Introduction to tcolorbox} This is a minimal LaTeX document demonstrating the use of the \texttt{tcolorbox} package. \texttt{tcolorbox} is a powerful package for creating colored and framed boxes with various options for customization. \begin{tcolorbox}[ title=My First Tcolorbox, colback=blue!5!white, % Background color (5% blue, 95% white) colframe=blue!75!black, % Frame color (75% blue, 25% black) fonttitle=\bfseries, % Bold font for the title boxsep=5mm, % Space between box content and frame arc=4mm, % Rounded corners boxrule=1pt % Thickness of the frame rule ] \end{tcolorbox} \end{document} On Stream 10 it fails with: (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty)) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex Library (tcolorbox): 'tcbskins.code.tex' version '6.4.1' ! LaTeX Error: File `tikzfill.image.sty' not found. Does that help to reproduce it? I am still using the dnf commands from above to install the packages on Stream 9 and Stream 10.