On Dec 9, 2007 2:57 PM, riazrahaman <[EMAIL PROTECTED]> wrote: > I get the below error when I am building the latest LTP (ltp-full-20071130) > > I am building LTP on Ubuntu. Is anyone else getting this error or am I > missing something here? > > ################################################ > > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/iptables' > make[3]: Entering directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/ipv6' > make[4]: Entering directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/ipv6/echo6' > cc -Wall -w -O createfile.c -o createfile > cc -Wall -w -O echoes6.c -o echoes6 > make[4]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/ipv6/echo6' > make[4]: Entering directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/ipv6/finger6' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/ipv6/finger6' > make[4]: Entering directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/tcp_cmds/ftp' > ../../generate.sh > ../../generate.sh: 60: arith: syntax error: "cnt=cnt-1" > make[4]: *** [generate] Error 2 > make[4]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/tcp_cmds/ftp' > make[3]: *** [all] Error 2 > make[3]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network/ipv6' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases/network' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/riazrahaman/work/ltp/ltp-full-20071130/testcases' > make: *** [all] Error 2 >
By default /bin/sh is linked to /bin/dash on Ubuntu, you could change the shell script to use /bin/bash if there is a dependency on it. If there is a genuine problem with the arithmetic as the log error shows, please fix it. Fixes are always welcome! Balbir ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
