public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] rawhide: Fix PDF documentation build failure in mock
@ 2026-07-02 18:09 Michal Kolar
0 siblings, 0 replies; only message in thread
From: Michal Kolar @ 2026-07-02 18:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : rawhide
Commit : fc047fbce2731f789443e47ff1908aa076a9e4a2
Author : Michal Kolar <mkolar@redhat.com>
Date : 2026-07-01T18:48:35+00:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/fc047fbce2731f789443e47ff1908aa076a9e4a2?branch=rawhide
Log:
Fix PDF documentation build failure in mock
Generate pdfetex.fmt in user home as mockbuild cannot write to system directory
---
diff --git a/gdb.spec b/gdb.spec
index d5b7a7b..72ca85e 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -395,6 +395,10 @@ rm -rf zlib texinfo
%build
+# Generate TexLive format file needed for PDF documentation
+# This is necessary in F45+ because format files are no longer pre-generated
+fmtutil-user --byfmt pdfetex || true
+
# A set of common GDB configure flags, which are used for both minimal
# and non-minimal compilations.
COMMON_GDB_CONFIGURE_FLAGS="\
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 18:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 18:09 [rpms/gdb] rawhide: Fix PDF documentation build failure in mock Michal Kolar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox