[Pkg-zsh-devel] Bug#865492: zsh: FTBFS with yodl 4
Axel Beckert
abe at debian.org
Thu Jun 22 01:32:26 UTC 2017
Source: zsh
Version: 5.3.1-4
Severity: serious
Tags: upstream
zsh FTBFS with yodl 4 since it has a yodl version check in configure.ac
which only supports versions 2 and 3 so far:
626 YODL_OPTIONS=''
627 if test "x$ac_cv_prog_YODL" = xyodl; then
628 case `yodl --version` in
629 *"version 2."*) YODL_OPTIONS='-k' ;;
630 *"version 3."*) YODL_OPTIONS='-k -L' ;;
631 esac
632 fi
Symptoms: With the wrong (i.e. no) options, an empty zsh.texi is
generated and later on texi2pdf and pdfetex trap over it (by hanging
infinitely on an empty input file).
-- Package-specific info:
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-zsh-devel/attachments/20170622/2ba41c30/attachment.ksh>
-------------- next part --------------
-- System Information:
Debian Release: 9.0
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'), (500, 'buildd-unstable'), (110, 'experimental'), (1, 'experimental-debug'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.11.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages zsh depends on:
ii dpkg 1.18.24
ii libc6 2.24-12
ii libcap2 1:2.25-1
ii libtinfo5 6.0+20161126-1
ii zsh-common 5.3.1-4
Versions of packages zsh recommends:
ii libc6 2.24-12
ii libncursesw5 6.0+20161126-1
ii libpcre3 2:8.39-3
Versions of packages zsh suggests:
ii zsh-doc 5.3.1-4
-- no debconf information
More information about the Pkg-zsh-devel
mailing list