Comment 10 for bug 1065678

Revision history for this message
Dominique Lasserre (lasall) wrote : Re: Unable to install apt-build, apparently a bug in debconf

Hm, perhabs this is an arm/sh issue. Please show:

multithreaded="-j$(grep -c processor /proc/cpuinfo)"
echo "${multithreaded#-j}"
case "${multithreaded#-j}" in ''|*[!0-9]*|0*) echo foobar;; esac
echo end

What happends when you change shebang in /var/lib/dpkg/info/apt-build.config from #!/bin/sh to #!/bin/bash and rerun dpkg --configure -a again?