Bug 1991713
| Summary: | Missing ifoddpage dependency for texlive-algorithm2e | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ian McInerney <mcianster> |
| Component: | texlive | Assignee: | Tom "spot" Callaway <spotrh> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 34 | CC: | caznaranl, spotrh, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | texlive-2020-39.fc34 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-20 01:21:03 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: | |||
FEDORA-2021-7c05208567 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-7c05208567 FEDORA-2021-7c05208567 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-7c05208567` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-7c05208567 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-7c05208567 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: The texlive-algorithm2e package requires texlive-ifoddpage to function (it needs ifoddpage.sty). Version-Release number of selected component (if applicable): Name : texlive-algorithm2e Epoch : 9 Version : svn44846 Release : 38.fc34 Architecture : noarch Size : 172 k Source : texlive-2020-38.fc34.src.rpm How reproducible: Always Steps to Reproduce: 1. Install only texlive-algorithm2e and pdflatex 2. run pdflatex -synctex=1 -interaction=nonstopmode test.tex with test.tex: \documentclass{article} \usepackage[]{algorithm2e} \begin{document} Test \end{document} 3.See error Actual results: $ pdflatex -synctex=1 -interaction=nonstopmode test.tex This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./test.tex LaTeX2e <2020-02-02> patch level 5 L3 programming layer <2020-04-06> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) ! LaTeX Error: File `ifoddpage.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. <read *> l.1495 \RequirePackage {xspace}%^^M ! ==> Fatal error occurred, no output PDF file produced! Transcript written on test.log. Expected results: No error during PDF compilation