Bug 1892735 - texlive-svg references wrong version of Latex
Summary: texlive-svg references wrong version of Latex
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: texlive
Version: 32
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-29 14:31 UTC by Oliver Sampson
Modified: 2020-11-07 02:34 UTC (History)
3 users (show)

Fixed In Version: texlive-2020-29.fc32
Clone Of:
Environment:
Last Closed: 2020-11-07 02:34:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Oliver Sampson 2020-10-29 14:31:00 UTC
Description of problem:
The latest version of latex-svg references a too new build for LaTeX

Version-Release number of selected component (if applicable):

texlive-svg-9:svn55643-21.fc32.noarch

How reproducible:
Always

Steps to Reproduce:
1. Install the latest version of texlive-svg.
2. Create a tex file with \usepackage{svg}
3. Compile it.
4. The errors are a chain but include:


LaTeX Warning: You have requested release `2020-02-02' of LaTeX,
               but only release `2018-12-01' is available.

and 

! Package scrbase Error: unknown member `' at family `SVG'.

5. Downgrade texlive-svg
6. The file compiles fine.

Actual results:
Compile errors.

Expected results:
No compile errors.


Additional info:

Sample tex file:

\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{svg}

\begin{document}



\end{document}

Comment 1 Fedora Update System 2020-10-29 15:58:14 UTC
FEDORA-2020-79b39cd581 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-79b39cd581

Comment 2 Fedora Update System 2020-10-30 01:31:10 UTC
FEDORA-2020-79b39cd581 has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-79b39cd581`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-79b39cd581

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2020-11-07 02:34:24 UTC
FEDORA-2020-79b39cd581 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


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