Package: texinfo Version: 5.9.96.dfsg.1-1 Severity: serious I read bug #790004 and wondered where gawk is actually called… turns out it isn't, since on i386 (and most likely on other architectures) texindex actually calls mawk:
--8<---------------cut here---------------start------------->8--- --- amd64/texindex 2015-06-26 11:44:36.471766815 +0200 +++ i386/texindex 2015-06-25 18:10:11.000000000 +0200 @@ -44,7 +44,7 @@ # # else use configured value for awk. if test -z "$awk_binary"; then - awk_binary="gawk" + awk_binary="mawk" fi # # that should never be empty, but just in case, else fall back to plain --8<---------------cut here---------------end--------------->8--- Remedy: either add a build dependency on gawk, or, if the outcome of #790004 is that any awk implementation will do, configure with AWK=awk. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 4.0.6-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages texinfo depends on: ii gawk 1:4.1.1+dfsg-1 ii libintl-perl 1.23-1 ii libtext-unidecode-perl 1.22-1 ii libxml-libxml-perl 2.0116+dfsg-4 texinfo recommends no packages. Versions of packages texinfo suggests: ii texinfo-doc-nonfree 5.9.96-1 ii texlive-base 2015.20150625-1 ii texlive-generic-recommended 2015.20150625-1 ii texlive-latex-base 2015.20150625-1 -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

