Bug 2442243 - python-matplotlib: FTBFS in Fedora Rawhide: No match for argument: tex(cmb10.tfm) and more
Summary: python-matplotlib: FTBFS in Fedora Rawhide: No match for argument: tex(cmb10....
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-matplotlib
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: PYTHON3.15 F45FTBFS, RAWHIDEFTBFS 2463300
TreeView+ depends on / blocked
 
Reported: 2026-02-24 08:42 UTC by Karolina Surma
Modified: 2026-04-27 21:28 UTC (History)
8 users (show)

Fixed In Version: texlive-collection-basic-svn72890-10.fc45
Clone Of:
: 2463300 (view as bug list)
Environment:
Last Closed: 2026-04-21 04:39:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2026-02-24 08:42:05 UTC
Description of problem:
Package python-matplotlib fails to build from source in Fedora Rawhide.

Version-Release number of selected component (if applicable):
3.10.8-2.fc44

Steps to Reproduce:
koji build --scratch f45 python-matplotlib-3.10.8-2.fc44.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/python-matplotlib

Reproducible: Always

Actual Results:
In root.log:

DEBUG util.py:459:  Failed to resolve the transaction:
DEBUG util.py:459:  No match for argument: tex(cmb10.tfm)
DEBUG util.py:459:  No match for argument: tex(cmex10.tfm)
DEBUG util.py:459:  No match for argument: tex(cmmi10.tfm)
DEBUG util.py:459:  No match for argument: tex(cmr10.tfm)
DEBUG util.py:459:  No match for argument: tex(cmss10.tfm)
DEBUG util.py:459:  No match for argument: tex(cmsy10.tfm)
DEBUG util.py:459:  No match for argument: tex(cmtt10.tfm)

Comment 1 Michael J Gruber 2026-03-27 20:54:35 UTC
FYI: The fix for the requires is simple, but the build still fails because of 3 test failures in test_norm_callback, test_pcolornearestunits[png], test_rcupdate.
The latter two may be due to changed ghostscript or image libraries (too strict image diff), but the first one is mysterious.

Comment 2 Lumír Balhar 2026-03-31 12:57:15 UTC
I know what is happening here, reported in https://github.com/matplotlib/matplotlib/issues/31429 with proposed solutions. I've built the patched package in the COPR so we should be able to continue the rebuilds.

Comment 3 Elliott Sales de Andrade 2026-03-31 23:27:12 UTC
The missing Requires would be fixed by rebuilding the texlive packages with the new automated Provides generator. The missing ones for this package are in the `texlive-cm` package, which is a subpackage of `texlive-collection-basic` now in Rawhide/F44. cc @spotrh 

The other issues should be handled upstream.

Comment 4 Tom "spot" Callaway 2026-04-08 17:28:07 UTC
Working on the texlive collection package fixes. Enough should be fixed in rawhide to get the provides part of this working again.


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