bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help on bash-3.2


From: bastl73
Subject: help on bash-3.2
Date: Sat, 3 Feb 2007 23:36:07 +0000
User-agent: KMail/1.8.3

Is it possible that this error relays to bash-3.2.0 ?

If I configure kdebase-3.5.6, I get this error:

checking for srandom... yes
checking if srandom needs custom prototype... no
checking for S_ISSOCK... yes
checking for MAXPATHLEN... ./configure: line 61317: syntax error near 
unexpected token `do'
./configure: line 61317: `  dirs=`for i in $files; do if test -d $i; then echo 
$i; fi; done`'
bash-3.2$

Where the error occurs in configure:
-------------
DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
TOPSUBDIRS=""

if test ! -s $srcdir/subdirs; then
    files=`cd $srcdir && ls -1`
  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
  for i in $dirs; do
    echo $i >> $srcdir/subdirs
  done
fi
-------------

thanks
              bastl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]