Building 3.0.23b I get these errors:
[...]
torture/rpctorture.c:377: error: (Each undeclared identifier is reported only
once
torture/rpctorture.c:377: error: for each function it appears in.)
torture/rpctorture.c:535: warning: passing argument 5 of 'create_procs'
from incompatible pointer type
torture/rpctorture.c:539: warning: passing argument 5 of 'create_procs'
from incompatible pointer type
make: *** [torture/rpctorture.o] Error 1
That comes after quite few previous lines about rpctorture.
Full torture output:
Compiling torture/rpctorture.c
torture/rpctorture.c:27: error: 'global_myname' redeclared as different
kind of symbol
include/proto.h:1122: error: previous declaration of 'global_myname' was
here
torture/rpctorture.c:57: warning: 'struct client_info' declared inside
parameter list
torture/rpctorture.c:57: warning: its scope is only this definition or
declaration, which is probably not what you want
torture/rpctorture.c: In function 'rpcclient_connect':
torture/rpctorture.c:62: error: dereferencing pointer to incomplete type
torture/rpctorture.c:62: error: dereferencing pointer to incomplete type
torture/rpctorture.c:63: error: dereferencing pointer to incomplete type
torture/rpctorture.c:66: error: dereferencing pointer to incomplete type
torture/rpctorture.c:66: error: dereferencing pointer to incomplete type
torture/rpctorture.c:68: error: dereferencing pointer to incomplete type
torture/rpctorture.c:68: error: dereferencing pointer to incomplete type
torture/rpctorture.c: At top level:
torture/rpctorture.c:90: warning: 'struct client_info' declared inside
parameter list
torture/rpctorture.c: In function 'run_enums_test':
torture/rpctorture.c:96: warning: passing argument 1 of
'rpcclient_connect' from incompatible pointer type
torture/rpctorture.c:102: error: dereferencing pointer to incomplete type
torture/rpctorture.c:102: error: dereferencing pointer to incomplete type
torture/rpctorture.c: At top level:
torture/rpctorture.c:134: warning: 'struct client_info' declared inside
parameter list
torture/rpctorture.c: In function 'run_ntlogin_test':
torture/rpctorture.c:140: warning: passing argument 1 of
'rpcclient_connect' from incompatible pointer type
torture/rpctorture.c:146: error: dereferencing pointer to incomplete type
torture/rpctorture.c:146: error: dereferencing pointer to incomplete type
torture/rpctorture.c: At top level:
torture/rpctorture.c:167: warning: 'struct client_info' declared inside
parameter list
torture/rpctorture.c: In function 'main':
torture/rpctorture.c:233: error: storage size of 'cli_info' isn't
known
torture/rpctorture.c:291: error: 'struct cli_state' has no member named
'pipes'
torture/rpctorture.c:377: error: 'scope' undeclared (first use in this
function)
torture/rpctorture.c:377: error: (Each undeclared identifier is reported only
once
torture/rpctorture.c:377: error: for each function it appears in.)
torture/rpctorture.c:535: warning: passing argument 5 of 'create_procs'
from incompatible pointer type
torture/rpctorture.c:539: warning: passing argument 5 of 'create_procs'
from incompatible pointer type
make: *** [torture/rpctorture.o] Error 1
* rpctorture didn't build