Debian Automated Code Analysis

checkbashisms analysis of mediatomb_0.12.1-2.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./configure line 4183 ('((' should be '$(('):
if ((test $ATOMIC_X86_SMP -eq 1) && (test $ATOMIC_X86 -eq 1)); then
possible bashism in ./configure line 4187 ('((' should be '$(('):
if (((test $ATOMIC_X86_SMP -eq 1) || (test $ATOMIC_X86 -eq 1)) &&
possible bashism in ./configure line 10464 ('((' should be '$(('):
                    if ((test $DARWIN_OS -eq 0) && (test $CYGWIN_OS -eq 0) && (test $OPENBSD_OS -eq 0)) ; then
possible bashism in ./configure line 10598 ('((' should be '$(('):
                    if ((test $CYGWIN_OS -eq 0) && (test $OPENBSD_OS -eq 0)); then
possible bashism in ./configure line 12643 ('((' should be '$(('):
if ((test "x$SQLITE3_STATUS" != xyes) && (test "x$MYSQL_STATUS" != xyes)); then
possible bashism in ./configure line 14595 ('((' should be '$(('):
if ((test "x$TAGLIB_OPTION_ENABLED" = xno) && (test "x$ID3LIB_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 14600 ('((' should be '$(('):
elif ((test "x$TAGLIB_OPTION_ENABLED" = xyes) && (test "x$ID3LIB_OPTION_ENABLED" = xno)) ; then
possible bashism in ./configure line 14605 ('((' should be '$(('):
elif ((test "x$TAGLIB_OPTION_ENABLED" = xyes) && (test "x$ID3LIB_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 14606 ('((' should be '$(('):
    if ((test "x$TAGLIB_OPTION_REQUESTED" = xyes) && (test "x$ID3LIB_OPTION_REQUESTED" = xyes)); then
possible bashism in ./configure line 14608 ('((' should be '$(('):
    elif ((test "x$TAGLIB_OPTION_REQUESTED" = xyes) && (test "x$ID3LIB_OPTION_REQUESTED" != xyes)); then
possible bashism in ./configure line 14610 ('((' should be '$(('):
    elif ((test "x$TAGLIB_OPTION_REQUESTED" != xyes) && (test "x$ID3LIB_OPTION_REQUESTED" = xyes)); then
possible bashism in ./configure line 16093 ('((' should be '$(('):
if ((test "x$YOUTUBE_OPTION_ENABLED" = xyes) && (test "x$YOUTUBE_OPTION_REQUESTED" = xyes) && (test $USE_CURL -eq 0) && (test $CURL_REQUESTED -eq 1)); then
possible bashism in ./configure line 16097 ('((' should be '$(('):
if ((test "x$WEBORAMA_OPTION_ENABLED" = xyes) && (test "x$WEBORAMA_OPTION_REQUESTED" = xyes) && (test $USE_CURL -eq 0) && (test $CURL_REQUESTED -eq 1)); then
possible bashism in ./configure line 16101 ('((' should be '$(('):
if ((test "x$ATRAILERS_OPTION_ENABLED" = xyes) && (test "x$ATRAILERS_OPTION_REQUESTED" = xyes) && (test $USE_CURL -eq 0) && (test $CURL_REQUESTED -eq 1)); then
possible bashism in ./configure line 16105 ('((' should be '$(('):
if ((test "x$YOUTUBE_OPTION_ENABLED" != xyes) && (test "x$SOPCAST_OPTION_ENABLED" != xyes) && (test "x$EXTERNAL_TRANSCODING_OPTION" != xyes) && (test "x$ATRAILERS_OPTION_ENABLED" != xyes) && (test "x$WEBORAMA_OPTION_ENABLED" != xyes)); then
possible bashism in ./configure line 16116 ('((' should be '$(('):
if (((test "x$YOUTUBE_OPTION_ENABLED" = xyes) || (test "x$SOPCAST_OPTION_ENABLED" = xyes) || (test "x$ATRAILERS_OPTION_ENABLED" = xyes) || (test "x$WEBORAMA_OPTION_ENABLED" = xyes) || (test "x$EXTERNAL_TRANSCODING_OPTION" = xyes)) && (test $USE_CURL -eq 1)); then
possible bashism in ./configure line 16371 ('((' should be '$(('):
        if ((test $USE_CURL -eq 1) && (test $CURL_REQUESTED -eq 0)); then
possible bashism in ./configure line 16376 ('((' should be '$(('):
        if ((test $USE_CURL -eq 1) && (test $CURL_REQUESTED -eq 1)); then
possible bashism in ./configure line 16455 ('((' should be '$(('):
if ((test "x$FFMPEG_OPTION_ENABLED" = xno) && (test "x$LIBEXTRACTOR_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 16460 ('((' should be '$(('):
elif ((test "x$FFMPEG_OPTION_ENABLED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_ENABLED" = xno)) ; then
possible bashism in ./configure line 16463 ('((' should be '$(('):
elif ((test "x$FFMPEG_OPTION_ENABLED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 16464 ('((' should be '$(('):
    if ((test "x$FFMPEG_OPTION_REQUESTED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_REQUESTED" = xyes)); then
possible bashism in ./configure line 16466 ('((' should be '$(('):
    elif ((test "x$FFMPEG_OPTION_REQUESTED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_REQUESTED" = xno)); then
possible bashism in ./configure line 16469 ('((' should be '$(('):
    elif ((test "x$FFMPEG_OPTION_REQUESTED" = xno) && (test "x$LIBEXTRACTOR_OPTION_REQUESTED" = xyes)); then
possible bashism in ./configure line 17325 ('((' should be '$(('):
    if ((test "x$AVFORMAT_STATUS" = xyes) && (test "x$AVUTIL_STATUS" = xyes)); then
possible bashism in ./configure line 18064 ('((' should be '$(('):
if ((test "x$FFMPEG_STATUS" != xyes) && (test "x$FFMPEGTHUMBNAILER_STATUS" = xyes)); then

This report was generated on Mon, 21 Mar 2011 06:38:12 +0000, based on results by checkbashisms 2.10.65git5