Lachim / redis

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

Installation on Mac OS 10.5 Leopard, make test fails #591

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?

Redis 2.2.10, Mac OS X Leopard 10.5.8 (Intel)

MacBook-de-Kiko:redis-2.2.10 kikofernandezreyes$ uname -a
Darwin MacBook-de-Kiko.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 
16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386

What is the problem you are experiencing?

The installation runs correctly, but when I run the suggested command "make 
test", it simply fails

What steps will reproduce the problem?

make test

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

MacBook-de-Kiko:redis-2.2.10 kikofernandezreyes$ make test
cd src && make test
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "" --file "")
       0
child process exited abnormally
    while executing
"exec cat $stdout | grep "ready to accept" | wc -l"
    (procedure "start_server" line 143)
    invoked from within
"start_server {} {
    set i [r info]
    regexp {redis_version:(.*?)\r\n} $i - version
    regexp {redis_git_sha1:(.*?)\r\n} $i - sha1
    puts "Testi..."
    (file "tests/unit/printver.tcl" line 1)
    invoked from within
"source $path"
    (procedure "execute_tests" line 4)
    invoked from within
"execute_tests "unit/printver""
    (procedure "execute_everything" line 2)
    invoked from within
"execute_everything"
    (procedure "main" line 9)
    invoked from within
"main "
make[1]: *** [test] Error 1
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.

Original issue reported on code.google.com by kessen...@gmail.com on 21 Jun 2011 at 2:05