public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Disable temporarily guile support
@ 2026-06-27 23:59 Igor Gnatenko
0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-06-27 23:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 9404c96ac60a3b9c5ffc3eceb456a615946d1428
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2019-02-17T22:57:49+01:00
Stats : +7/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/9404c96ac60a3b9c5ffc3eceb456a615946d1428?branch=gdb-17.2-rebase-f44
Log:
Disable temporarily guile support
guile 2.0 currently fails to build from source so it is not possible to
get it to use readline 8.0.
Let's disable guile support until GDB will be ported to 2.2[0] or 2.0
build will be fixed[1].
[0] https://sourceware.org/bugzilla/show_bug.cgi?id=21104
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1675089
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/gdb.spec b/gdb.spec
index 09b1900..916e153 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -30,7 +30,7 @@ Version: 8.2.50.%{snapsrc}
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 16%{?dist}
+Release: 17%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
# Do not provide URL for snapshots as the file lasts there only for 2 days.
@@ -227,7 +227,7 @@ BuildRequires: texlive-collection-latexrecommended
BuildRequires: /usr/bin/pod2man
%if 0%{!?rhel:1} || 0%{?rhel} > 7
BuildRequires: libbabeltrace-devel%{buildisa}
-BuildRequires: guile-devel%{buildisa}
+#BuildRequires: guile-devel%{buildisa}
%endif
%global have_libipt 0
%if 0%{!?rhel:1} || 0%{?rhel} > 7 || (0%{?rhel} == 7 && 0%{?scl:1})
@@ -565,12 +565,11 @@ export CXXFLAGS="$CFLAGS"
--disable-rpath \
--without-stage1-ldflags \
--disable-libmcheck \
+ --without-guile \
%if 0%{!?rhel:1} || 0%{?rhel} > 7
--with-babeltrace \
- --with-guile \
%else
--without-babeltrace \
- --without-guile \
%endif
%if 0%{!?rhel:1} || 0%{?rhel} > 6
--with-system-readline \
@@ -1025,7 +1024,10 @@ fi
%endif
%changelog
-* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
+* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.2.50.20190120-17
+- Disable temporarily guile support
+
+* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.2.50.20190120-16
- Rebuild for readline 8.0
* Tue Feb 5 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 8.2.50.20190120-15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 23:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:59 [rpms/gdb] gdb-17.2-rebase-f44: Disable temporarily guile support Igor Gnatenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox