[Pkg-scicomp-devel] Bug#576987: not solved in 3.8.3-20

Denis Laxalde dlaxalde at gmail.com
Thu Apr 22 14:48:37 UTC 2010


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





More information about the Pkg-scicomp-devel mailing list