public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Workaround makeinfo F-22 Bug 1154436.
Date: Sat, 27 Jun 2026 23:56:51 GMT	[thread overview]
Message-ID: <178260461145.1.10299080115277715049.rpms-gdb-3cf9dd58a7b6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 3cf9dd58a7b6dbb70347987e551ae860edbd678e
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2014-10-19T20:41:16+02:00
Stats  : +11/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/3cf9dd58a7b6dbb70347987e551ae860edbd678e?branch=gdb-17.2-rebase-f44

Log:
Workaround makeinfo F-22 Bug 1154436.

---
diff --git a/gdb.spec b/gdb.spec
index 787e83e..6e190a8 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -26,7 +26,7 @@ Version: 7.8
 
 # 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: 26%{?dist}
+Release: 27%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
 Group: Development/Debuggers
@@ -893,6 +893,9 @@ mv -f readline-doc readline/doc
 %build
 rm -rf %{buildroot}
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1154436
+export PERL5LIB="$PERL5LIB${PERL5LIB:+:}/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib"
+
 # Identify the build directory with the version of gdb as well as the
 # architecture, to allow for mutliple versions to be installed and
 # built.
@@ -1123,6 +1126,10 @@ echo ====================TESTING END=====================
 %endif
 
 %install
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=1154436
+export PERL5LIB="$PERL5LIB${PERL5LIB:+:}/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib"
+
 # Initially we're in the %{gdb_src} directory.
 cd %{gdb_build}
 rm -rf $RPM_BUILD_ROOT
@@ -1339,6 +1346,9 @@ then
 fi
 
 %changelog
+* Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-27.fc21
+- Workaround makeinfo F-22 Bug 1154436.
+
 * Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-26.fc21
 - Import 5 upstream gdb-7.8 branch fixes (async fix by Pedro Alves).
 

                 reply	other threads:[~2026-06-27 23:56 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=178260461145.1.10299080115277715049.rpms-gdb-3cf9dd58a7b6@fedoraproject.org \
    --to=jan.kratochvil@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