Anyone else have compiles failing now ?

Ken Stone ken at sdd.hp.com
Sat Oct 3 15:19:53 GMT 1998


As of sometime yesterday (Fri PDT), I now get compile fails like

Compiling rpcclient/rpcclient.c
cc: "rpcclient/rpcclient.c", line 110: error 1588: "cmd_srv_query_info" undefine
d.
cc: "rpcclient/rpcclient.c", line 110: error 1521: Incorrect initialization.
cc: "rpcclient/rpcclient.c", line 111: error 1588: "cmd_srv_enum_sess" undefined
..
cc: "rpcclient/rpcclient.c", line 111: error 1521: Incorrect initialization.
cc: "rpcclient/rpcclient.c", line 112: error 1588: "cmd_srv_enum_shares" undefin
ed.
cc: "rpcclient/rpcclient.c", line 112: error 1521: Incorrect initialization.
cc: "rpcclient/rpcclient.c", line 113: error 1588: "cmd_srv_enum_conn" undefined
..
cc: "rpcclient/rpcclient.c", line 113: error 1521: Incorrect initialization.
cc: "rpcclient/rpcclient.c", line 114: error 1588: "cmd_srv_enum_files" undefine
d.
cc: "rpcclient/rpcclient.c", line 114: error 1521: Incorrect initialization.
*** Error exit code 1

Stop.


Which makes some sense if I look for say cmd_srv_query_info in the source
tree ...

[src @ z] (77)-> find . -name '*.[ch]' | xargs grep cmd_srv_query_i>
./rpcclient/cmd_srvsvc.c:void cmd_srv_query_info(struct client_info *info)
./rpcclient/cmd_srvsvc.c:       DEBUG(4,("cmd_srv_query_info: server:%s info lev
el: %D\n",
./rpcclient/cmd_srvsvc.c:       DEBUG(5, ("cmd_srv_query_info: smb_cli->fd:%d\n"
, smb_cli->fd));
./rpcclient/cmd_srvsvc.c:               DEBUG(5,("cmd_srv_query_info: query succ
eeded\n"));
./rpcclient/cmd_srvsvc.c:               DEBUG(5,("cmd_srv_query_info: query fail
ed\n"));
./rpcclient/rpcclient.c:  {"srvinfo",    cmd_srv_query_info,   "DCE/RPC - Server
 Query Info"},
[src @ z] (78)->

Note that there is no way for rpcclient/rpcclient.c to have any idea how to
reference most of the DCE/RPC calls as there are no external refs ?

Time to rm -rf the source tree again ....

  -- Ken


More information about the samba-ntdom mailing list