public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Revert "Update build options, without actually changing anything"
Date: Tue, 11 Aug 2026 10:38:12 GMT [thread overview]
Message-ID: <178644469201.1.9294350089575741700.rpms-glib2-efd7d459172f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : efd7d459172f4d38165ce9e9a3b06d955ea04282
Author : Michael Catanzaro <mcatanzaro@redhat.com>
Date : 2024-04-30T14:28:08-05:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/efd7d459172f4d38165ce9e9a3b06d955ea04282?branch=cve-2026-58016-f44
Log:
Revert "Update build options, without actually changing anything"
This reverts commit a53b6cfb2d012627923f4865e5e7af88e7c4ae3d.
This causes the build to fail. Apparently I failed to notice that even
though the tests were passing, the build itself does not. The problem is
that running the tests increases the number of files that get installed:
RPM build errors:
error: Installed (but unpackaged) file(s) found:
/usr/lib/debug/usr/bin/gio-querymodules-2.80.0-4.fc41.x86_64.debug
Duplicate build-ids /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/libexec/installed-tests/glib/642026 and /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/libexec/installed-tests/glib/642026-ec
Duplicate build-ids /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/libexec/installed-tests/glib/cxx-98 and /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/libexec/installed-tests/glib/cxx-03
Duplicate build-ids /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/lib/debug/usr/libexec/installed-tests/glib/642026-2.80.0-4.fc41.x86_64.debug and /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/lib/debug/usr/libexec/installed-tests/glib/642026-ec-2.80.0-4.fc41.x86_64.debug
Duplicate build-ids /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/lib/debug/usr/libexec/installed-tests/glib/cxx-03-2.80.0-4.fc41.x86_64.debug and /builddir/build/BUILDROOT/glib2-2.80.0-4.fc41.x86_64/usr/lib/debug/usr/libexec/installed-tests/glib/cxx-98-2.80.0-4.fc41.x86_64.debug
Installed (but unpackaged) file(s) found:
/usr/lib/debug/usr/bin/gio-querymodules-2.80.0-4.fc41.x86_64.debug
This doesn't make sense and requires further investigation.
---
diff --git a/glib2.spec b/glib2.spec
index 1cd5cb0..621b7be 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -108,15 +108,17 @@ the functionality of the installed glib2 package.
%build
%meson \
+ -Dman=true \
-Ddtrace=true \
-Dsystemtap=true \
-Dsysprof=enabled \
-Dglib_debug=disabled \
- -Ddocumentation=true \
+ -Dgtk_doc=true \
-Dinstalled_tests=true \
-Dgnutls=true \
--default-library=both \
%{nil}
+
%meson_build
%install
reply other threads:[~2026-08-11 10:38 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=178644469201.1.9294350089575741700.rpms-glib2-efd7d459172f@fedoraproject.org \
--to=mcatanzaro@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