Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

make test fails on ubuntu 10.10 32bit #493

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?
redis 2.2.2
ubuntu 10.10 32 bit

What is the problem you are experiencing?

make test reports a failure

What steps will reproduce the problem?

run 'make test'

Do you have an INFO output? Please past it here.

cd src && make test
make[1]: Entering directory `/home/foo/redis-2.2.2/src'
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "" --file "")
/bin/sh: tclsh8.5: not found
make[1]: *** [test] Error 127
make[1]: Leaving directory `/home/foo/redis-2.2.2/src'
make: *** [test] Error 2

If it is a crash, can you please paste the stack trace that you can find in
the log file or on standard output? This is really useful for us!

Please provide any additional information below.

make is successful though

Original issue reported on code.google.com by liang...@gmail.com on 23 Mar 2011 at 9:18

GoogleCodeExporter commented 8 years ago
The test suite requires TCL.  You can install it by typing "sudo apt-get 
install tcl8.5".

Original comment by sam.mojo...@googlemail.com on 24 Mar 2011 at 4:45

GoogleCodeExporter commented 8 years ago
yes its working now. thanks! issue can be closed

Original comment by liang...@gmail.com on 24 Mar 2011 at 4:50

GoogleCodeExporter commented 8 years ago

Original comment by pcnoordh...@gmail.com on 24 Mar 2011 at 8:21