Debian Automated Code Analysis

checkbashisms analysis of mediatomb_0.12.0~svn2018-6.1.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./configure line 4185 ('((' should be '$(('):
if ((test $ATOMIC_X86_SMP -eq 1) && (test $ATOMIC_X86 -eq 1)); then
possible bashism in ./configure line 4189 ('((' should be '$(('):
if (((test $ATOMIC_X86_SMP -eq 1) || (test $ATOMIC_X86 -eq 1)) &&
possible bashism in ./configure line 10589 ('((' should be '$(('):
                    if ((test $DARWIN_OS -eq 0) && (test $CYGWIN_OS -eq 0) && (test $OPENBSD_OS -eq 0)) ; then
possible bashism in ./configure line 10723 ('((' should be '$(('):
                    if ((test $CYGWIN_OS -eq 0) && (test $OPENBSD_OS -eq 0)); then
possible bashism in ./configure line 12772 ('((' should be '$(('):
if ((test "x$SQLITE3_STATUS" != xyes) && (test "x$MYSQL_STATUS" != xyes)); then
possible bashism in ./configure line 14732 ('((' should be '$(('):
if ((test "x$TAGLIB_OPTION_ENABLED" = xno) && (test "x$ID3LIB_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 14737 ('((' should be '$(('):
elif ((test "x$TAGLIB_OPTION_ENABLED" = xyes) && (test "x$ID3LIB_OPTION_ENABLED" = xno)) ; then
possible bashism in ./configure line 14742 ('((' should be '$(('):
elif ((test "x$TAGLIB_OPTION_ENABLED" = xyes) && (test "x$ID3LIB_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 16231 ('((' 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 16235 ('((' 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 16239 ('((' 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 16243 ('((' 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 16254 ('((' 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 16509 ('((' should be '$(('):
        if ((test $USE_CURL -eq 1) && (test $CURL_REQUESTED -eq 0)); then
possible bashism in ./configure line 16514 ('((' should be '$(('):
        if ((test $USE_CURL -eq 1) && (test $CURL_REQUESTED -eq 1)); then
possible bashism in ./configure line 16593 ('((' should be '$(('):
if ((test "x$FFMPEG_OPTION_ENABLED" = xno) && (test "x$LIBEXTRACTOR_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 16598 ('((' should be '$(('):
elif ((test "x$FFMPEG_OPTION_ENABLED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_ENABLED" = xno)) ; then
possible bashism in ./configure line 16601 ('((' should be '$(('):
elif ((test "x$FFMPEG_OPTION_ENABLED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_ENABLED" = xyes)) ; then
possible bashism in ./configure line 16602 ('((' should be '$(('):
    if ((test "x$FFMPEG_OPTION_REQUESTED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_REQUESTED" = xyes)); then
possible bashism in ./configure line 16604 ('((' should be '$(('):
    elif ((test "x$FFMPEG_OPTION_REQUESTED" = xyes) && (test "x$LIBEXTRACTOR_OPTION_REQUESTED" = xno)); then
possible bashism in ./configure line 16607 ('((' should be '$(('):
    elif ((test "x$FFMPEG_OPTION_REQUESTED" = xno) && (test "x$LIBEXTRACTOR_OPTION_REQUESTED" = xyes)); then
possible bashism in ./configure line 17248 ('((' should be '$(('):
    if ((test "x$AVFORMAT_STATUS" = xyes) && (test "x$AVUTIL_STATUS" = xyes)); then
possible bashism in ./configure line 17983 ('((' should be '$(('):
if ((test "x$FFMPEG_STATUS" != xyes) && (test "x$FFMPEGTHUMBNAILER_STATUS" = xyes)); then

This report was generated on Fri, 17 Dec 2010 01:38:29 +0000, based on results by checkbashisms 2.10.65git5