[Tts-project] Bug#1030367: festival: FTBFS with TeXInfo 7.0.x

Hilmar Preusse hille42 at web.de
Fri Feb 3 15:46:46 GMT 2023


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
-------------- next part --------------
--- 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 \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 325 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/tts-project/attachments/20230203/d6c1f8e1/attachment.sig>


More information about the Tts-project mailing list