Debian Automated Code Analysis

checkbashisms analysis of eglibc_2.11.2-7.dsc

possible bashism in ./sysdeps/ia64/fpu/import_check line 15 (echo -e):
		echo -e "$(basename $file):\tError: undefined reference $name doesn't start with \"__\"."
possible bashism in ./sysdeps/ia64/fpu/import_check line 35 (echo -e):
	echo -e "$(basename $file):\tError: detected $global_count strong " \
	    "global and $entry_count entry-points."
possible bashism in ./sysdeps/ia64/fpu/import_check line 55 (echo -e):
	echo -e "$(basename $file):\tError: sum of objects=$sum bytes, .rodata size=$size bytes"
possible bashism in ./configure line 5529 (sourced script with arguments):
  [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
possible bashism in ./linuxthreads/tst-tls2.sh line 25 (brace expansion):
  LD_PRELOAD=`echo ${common_objpfx}linuxthreads/tst-tls1mod{$aligned,b,c,d}.so \
	      | sed 's/:$//;s/: /:/g'` ${tst_tls1} >> $logfile || fail=1
possible bashism in ./linuxthreads/tst-tls2.sh line 31 (brace expansion):
  LD_PRELOAD=`echo ${common_objpfx}linuxthreads/tst-tls1mod{b,$aligned,c,d}.so \
	      | sed 's/:$//;s/: /:/g'` ${tst_tls1} >> $logfile || fail=1
possible bashism in ./linuxthreads/tst-tls2.sh line 37 (brace expansion):
  LD_PRELOAD=`echo ${common_objpfx}linuxthreads/tst-tls1mod{b,c,d,$aligned}.so \
	      | sed 's/:$//;s/: /:/g'` ${tst_tls1} >> $logfile || fail=1
possible bashism in ./linuxthreads/tst-tls2.sh line 44 (brace expansion):
LD_PRELOAD=`echo ${common_objpfx}linuxthreads/tst-tls1mod{d,a,b,c,e}.so \
	    | sed 's/:$//;s/: /:/g'` ${tst_tls1} >> $logfile || fail=1
possible bashism in ./linuxthreads/tst-tls2.sh line 50 (brace expansion):
LD_PRELOAD=`echo ${common_objpfx}linuxthreads/tst-tls1mod{d,a,b,e,f}.so \
	    | sed 's/:$//;s/: /:/g'` ${tst_tls1} >> $logfile || fail=1
possible bashism in ./debian/debhelper.in/locales.config line 38 ($"foo" should be eval_gettext "foo"):
SUPPORTED_LOCALES="$(printf '%s\n' "$PROVIDED_LOCALES" "$USER_LOCALES" "$GEN_LOCALES" | grep -v "^$" | sort -u | tr '\n' ',' | sed -e 's/, */, /g' -e 's/, *$//g')"

This report was generated on Thu, 16 Dec 2010 11:38:08 +0000, based on results by checkbashisms 2.10.65git5