Home > Back-end >  Redis source compile installation error?
Redis source compile installation error?

Time:10-10

Make & amp; & After make install all
And do make test error
 
[exception] : Executing the test client: wrong # args: should be "close channelId".
Wrong # args: should be close "channelId"
While executing
"Close $fd write
"(" uplevel "body line 20)
Invoked from within
"Uplevel 1 $code
"(procedure "test" line 47)
Invoked from within
"Test" Non -interactive Non - TTY CLI: $name "$code", "
(procedure "test_nontty_cli" line 2)
Invoked from within
"Test_nontty_cli" Piping raw protocol "{
The set fd [open_cli "-- pipe"]
Fconfigure $fd - blocking true

# the Create a new deferring the cli... "
(" uplevel "body line 259)
Invoked from within
"Uplevel 1 $code
"(procedure "the start_server" line 3)
Invoked from within
"The start_server {tags {" cli"}} {
Proc open_cli {{opts "- n 9"}} {
Set: : env (TERM) dumb
The set cmdline [rediscli [the SRV port] $opts]
. "
(the file "tests/integration/redis - cli. TCL" line 3)
Invoked from within
"The source $path
"(procedure "execute_test_file" line 4)
Invoked from within
"Execute_test_file $data
"(procedure "test_client_main" line 10)
Invoked from within
"Test_client_main $: : test_server_port"
This time, the running Redis server 115120
This time, the running Redis server 116379
This time, the running Redis server 116443
This time, the running Redis server 116507
This time, the running Redis server 116772
This time, the running Redis server 117947
This time, the running Redis server 118326
This time, the running Redis server 118515
This time, the running Redis server 118889
This time, the running Redis server 119049
This time, the running Redis server 119125
This time, the running Redis server 119469
This time, the running Redis server 119508
This time, the running Redis server 119534
This time, the running Redis server 119551
This time, the running Redis server 119669
This time, the running Redis server 119711
This time, the running Redis server 119733
The I/O error reading the reply
While executing
"{x} $r type $k"
(procedure "createComplexDataset" line 27)
Invoked from within
"CreateComplexDataset $r $ops"
(procedure "bg_complex_data" line 4)
Invoked from within
"Bg_complex_data [lindex $argv 0] [1] lindex $argv [lindex $argv 2] [3] lindex $argv [4] lindex $argv"
(the file "tests/helpers/bg_complex_data. TCL" line 12)
The I/O error reading the reply
While executing
"{x} $r type $k"
(procedure "createComplexDataset" line 43)
Invoked from within
"CreateComplexDataset $r $ops"
(procedure "bg_complex_data" line 4)
Invoked from within
"Bg_complex_data [lindex $argv 0] [1] lindex $argv [lindex $argv 2] [3] lindex $argv [4] lindex $argv"
(the file "tests/helpers/bg_complex_data. TCL" line 12)
The I/O error reading the reply
While executing
"{x} $r sinterstore $k2 $k $otherset"
(" uplevel "body line 2)
Invoked from within
"Uplevel 1 [lindex $args $path]"
(procedure "randpath" line 3)
Invoked from within
"Randpath {
{x} $r sunionstore $k2 $k $otherset
} {
. "
(" uplevel "body line 4)
Invoked from within
"Uplevel 1 [lindex $args $path]"
(procedure "randpath" line 3)
Invoked from within
"Randpath sadd $k ${{*} $r v} {{*} $r srem $k $v} {
The set otherset [findKeyWithType {*} $r set]
if... "
(procedure "createComplexDataset" line 54)
Invoked from within
"CreateComplexDataset $r $ops"
(procedure "bg_complex_data" line 4)
Invoked from within
"Bg_complex_data [lindex $argv 0] [1] lindex $argv [lindex $argv 2] [3] lindex $argv [4] lindex $argv"
(the file "tests/helpers/bg_complex_data. TCL" line 12)
Make [1] : * * * [test] error 1
Make [1] : leave the directory "/root/download/redis - stable/SRC"
Make: * * * [test] error 2

How can I solve?

CodePudding user response:

I also report this fault, with q

CodePudding user response:

I also encountered this problem, and finally make to make CFLAGS="- march=x86-64", is my virtual machine installed Linux, if other architecture, is the machine to their architecture is good,
  • Related