Your message dated Fri, 5 Jan 2024 00:27:03 +0200
with message-id <ZZcwtwffyM7gmtgA@localhost>
and subject line Fixed in 1:2.5.0-10
has caused the Debian Bug report #1030367,
regarding festival: FTBFS with TeXInfo 7.0.x
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1030367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: festival
Version: 1:2.5.0-9
Severity: important
Tags: ftbfs patch
Usertags: texinfo70
Dear Maintainer,
the package fails to build from source when using TeX Info 7.0.x. This
happens due to this change:
,----
| 7.0 (7 November 2022)
| * texi2any
| . HTML output:
| . use manual_name_html as output directory for split HTML instead of
| manual_name or manual_name.html
`----
The easiest solution is probably to add option "--output=$(DOCNAME)" to
the "makeinfo --html" call in doc/Makefile. A proposed patch is
attached, please make sure it does not break compatibility to TeXInfo
6.8.
For now TeXInfo 7.0 is available in experimental. This bug is not RC
for now, but after bookworm we'll upload TeXInfo 7.0 to unstable and
the bug will become RC.
Hilmar
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.1.0-3-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
sigmentation fault
--- festival-2.5.0.orig/doc/Makefile
+++ festival-2.5.0/doc/Makefile
@@ -71,7 +71,7 @@
festival.html: festival.texi festfunc.texi festvars.texi
@ if [ ! -d html ] ; \
then mkdir -p html ; fi
- (cd html; makeinfo --html --ifinfo ../festival.texi)
+ (cd html; makeinfo --html --output=$(DOCNAME) --ifinfo
../festival.texi)
# give the html files background color of white
#@ for i in html/*.html ; \
# do \
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 1:2.5.0-10
festival (1:2.5.0-10) unstable; urgency=medium
...
[ Hilmar Preusse ]
* patches/texinfo70: Fix build against texinfo 7.0.x.
-- Samuel Thibault <sthiba...@debian.org> Fri, 14 Jul 2023 02:57:28 +0200
--- End Message ---