public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Kolar <mkolar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] rawhide: Fix PDF documentation build failure in mock
Date: Thu, 02 Jul 2026 18:09:44 GMT	[thread overview]
Message-ID: <178301578471.1.3257421079245836785.rpms-gdb-fc047fbce273@fedoraproject.org> (raw)

            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="\

                 reply	other threads:[~2026-07-02 18:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178301578471.1.3257421079245836785.rpms-gdb-fc047fbce273@fedoraproject.org \
    --to=mkolar@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox