public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Remove gcc-gdb-plugin and disable gdb-compile feature
Date: Sun, 28 Jun 2026 00:02:19 GMT	[thread overview]
Message-ID: <178260493975.1.5518449966740749897.rpms-gdb-9bf2c379dd57@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gdb
            Branch : gdb-17.2-rebase-f44
            Commit : 9bf2c379dd5710473941602cad0e8f09dd776e30
            Author : Kevin Buettner <kevinb@redhat.com>
            Date   : 2026-02-03T13:47:28-07:00
            Stats  : +7/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gdb/c/9bf2c379dd5710473941602cad0e8f09dd776e30?branch=gdb-17.2-rebase-f44

            Log:
            Remove gcc-gdb-plugin and disable gdb-compile feature

Build with --disable-gdb-compile due to this feature's brokenness.
Tests using this feature skip cleanly without timeouts. Reduces
binary size and attack surface.

---
diff --git a/gdb.spec b/gdb.spec
index e5222f2..a3ef8b0 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -220,11 +220,6 @@ BuildRequires: %{?scl_testing_prefix}gcc %{?scl_testing_prefix}gcc-c++ %{?scl_te
 BuildRequires: gcc-objc
 %endif
 
-# We don't support gcc-gdb-plugin on RHEL anymore.
-%if 0%{!?rhel:1}
-BuildRequires: gcc-gdb-plugin%{?_isa}
-%endif
-
 BuildRequires: systemtap-sdt-devel
 BuildRequires: opencl-headers ocl-icd-devel%{bits_local} ocl-icd-devel%{bits_other}
 
@@ -439,8 +434,9 @@ COMMON_GDB_CONFIGURE_FLAGS="\
         --with-lzma                                             \
         --with-debuginfod                                       \
 %if 0%{?rhel:1}
-        --disable-libctf
+        --disable-libctf                                        \
 %endif
+        --disable-gdb-compile
 "
 
 # The base set of targets that Fedora and RHEL support.  These are the
@@ -936,6 +932,11 @@ fi
 # endif scl
 
 %changelog
+* Tue Feb 3 2026 Kevin Buettner <kevinb@redhat.com>
+- Remove gcc-gdb-plugin BuildRequires and build with --disable-gdb-compile
+  due to this feature's brokenness. Tests using this feature skip cleanly
+  without timeouts.  Reduces binary size and attack surface.
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-06-28  0:02 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=178260493975.1.5518449966740749897.rpms-gdb-9bf2c379dd57@fedoraproject.org \
    --to=kevinb@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