Lachim / redis

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

Redis 2.2.2 on ubuntu 10.10, make unsuccessful but make test successful #479

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 on ubuntu 10.10

What is the problem you are experiencing?
>>make unsuccessful but make test successful

What steps will reproduce the problem?
>>$ curl -O http://redis.googlecode.com/files/redis-2.2.2.tar.gz
$ tar xzf redis-2.2.2.tar.gz
$ cd redis-2.2.2
$ make

Do you have an INFO output? Please past it here.
>>user@ubuntu:~/dev/redis-2.2.2$ make
cd src && make all
make[1]: Entering directory `/home/user/dev/redis-2.2.2/src'
cd ../deps/hiredis && make static ARCH=""
make[2]: Entering directory `/home/user/dev/redis-2.2.2/deps/hiredis'
make[2]: Nothing to be done for `static'.
make[2]: Leaving directory `/home/user/dev/redis-2.2.2/deps/hiredis'
cd ../deps/linenoise && make ARCH=""
make[2]: Entering directory `/home/user/dev/redis-2.2.2/deps/linenoise'
make[2]: `linenoise_example' is up to date.
make[2]: Leaving directory `/home/user/dev/redis-2.2.2/deps/linenoise'
cd ../deps/hiredis && make static
make[2]: Entering directory `/home/user/dev/redis-2.2.2/deps/hiredis'
make[2]: Nothing to be done for `static'.
make[2]: Leaving directory `/home/user/dev/redis-2.2.2/deps/hiredis'
cc -o redis-benchmark -std=c99 -pedantic -O2 -Wall -W   -lm -pthread   -g 
-rdynamic -ggdb  ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o 
../deps/hiredis/libhiredis.a
cc -o redis-cli -std=c99 -pedantic -O2 -Wall -W   -lm -pthread   -g -rdynamic 
-ggdb  anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o 
../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o

Hint: To run 'make test' is a good idea ;)

make[1]: Leaving directory `/home/user/dev/redis-2.2.2/src'

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 Ivan.Jia...@gmail.com on 6 Mar 2011 at 11:18

GoogleCodeExporter commented 8 years ago
This output shows Redis building without problems. Can you elaborate?

Original comment by pcnoordh...@gmail.com on 6 Mar 2011 at 11:25

GoogleCodeExporter commented 8 years ago
Is the way starting redis changed? 

http://redis.io/download

I did not see redis-server in the redis folder...
./redis-server

Original comment by Ivan.Jia...@gmail.com on 6 Mar 2011 at 12:06

GoogleCodeExporter commented 8 years ago
redis-server and redis-cli are available under src folder only, is that right? 

Original comment by Ivan.Jia...@gmail.com on 6 Mar 2011 at 1:35

GoogleCodeExporter commented 8 years ago
Yes, that is correct. I updated the instructions on the website to reflect 
this. Thanks for reporting.

Original comment by pcnoordh...@gmail.com on 6 Mar 2011 at 1:46