unmerge 576987
reopen 576987
found 576987 3.8.3-20
thanks
Hi,
With dash, the custom rule is still broken in 3.8.3-20:
$ fakeroot debian/rules custom
rm -f configure-stamp
ncpu=$(LANG=C cpufreq-info | grep "analyzing CPU" -c); \
for (( cpu=0 ; cpu < $ncpu ; cpu++)); do \
if test $(cpufreq-info -p 2>&1 > /dev/null; echo $?) -eq 0 -a
-z "$(LANG=C cpufreq-info -p -c $cpu | grep performance)" ; then \
echo "frequency governor on cpu=$cpu is not set to
'performance'"; \
echo "run: 'sudo cpufreq-set -g performance -c cpu#'
for each cpu"; \
echo "aborting atlas build"; \
exit 1; \
fi; \
done
/bin/sh: Syntax error: Bad for loop variable
make: *** [custom-stamp] Error 2
Cheers,
Denis
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]