SAMBA_3_0 CVS Fails to Compile

Rafal Szczesniak mimir at diament.ists.pwr.wroc.pl
Mon Aug 19 07:11:03 GMT 2002


On Mon, Aug 19, 2002 at 11:26:17AM -0400, Richard Bollinger wrote:
> from build_env.h:
> #define BUILD_ENV_UNAME "Linux LS01 2.0.38 #4 Wed Jun 6 14:22:03 EDT 2001 i586 unknown"
> #define BUILD_ENV_DATE "Mon Aug 19 09:57:00 EDT 2002"
> #define BUILD_ENV_SRCDIR "."
> #define BUILD_ENV_BUILDDIR "/usr/local/lxsrc/samba_3_0/samba-3.0-alpha18/source.Linux"
> #define BUILD_ENV_USER "rab"
> #define BUILD_ENV_HOST "LS01"
> #define BUILD_ENV_COMPILER "gcc"
> 
> First fixed Makefile.in as follows, so proto.h could be made:
> --- ../source/Makefile.in Mon Aug 19 07:15:58 2002
> +++ Makefile.in Mon Aug 19 09:52:52 2002
> @@ -170,9 +170,9 @@
>        libsmb/passchange.o libsmb/unexpected.o libsmb/doserr.o \
>        libsmb/namecache.o $(RPC_PARSE_OBJ1)
> 
> -LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \
> +LIBMSRPC_OBJ = libsmb/cli_lsarpc.o rpc_client/cli_samr.o \
>          rpc_client/cli_netlogon.o rpc_client/cli_srvsvc.o \
> -        rpc_client/cli_wkssvc.o rpc_client/cli_dfs.o \
> +        rpc_client/cli_wkssvc.o libsmb/cli_dfs.o \
>          rpc_client/cli_reg.o rpc_client/cli_pipe.o \
>          rpc_client/cli_spoolss.o rpc_client/cli_spoolss_notify.o
> 
> Now, I get this error:
> Compiling nsswitch/winbindd_rpc.c
> nsswitch/winbindd_rpc.c: In function `trusted_domains':
> nsswitch/winbindd_rpc.c:595: warning: passing arg 6 of `cli_lsa_enum_trust_dom' from incompatible
> pointer type
> nsswitch/winbindd_rpc.c:595: warning: passing arg 7 of `cli_lsa_enum_trust_dom' from incompatible
> pointer type
> nsswitch/winbindd_rpc.c:595: too few arguments to function `cli_lsa_enum_trust_dom'
> make: *** [nsswitch/winbindd_rpc.o] Error 1

This is due to recent tridge's update of cli_lsa_enum_trust_dom.
In the next few days I'll send a patch that fixes winbind trusted
domain enumeration completely.


-- 
cheers,
+------------------------------------------------------------+
|Rafal 'Mimir' Szczesniak <mimir at diament.ists.pwr.wroc.pl>   |
|*BSD, GNU/Linux and Samba                                  /
|__________________________________________________________/



More information about the samba-technical mailing list