[Samba] Samba git: build error when upgrading
Gerry Reno
greno at verizon.net
Sun May 12 09:35:31 MDT 2013
On 05/12/2013 02:18 AM, Andrew Bartlett wrote:
> On Sat, 2013-05-11 at 20:11 -0400, Gerry Reno wrote:
>
>> Running git clean -x -f -d does not help:
>>
>> $ git clean -x -f -d
>> Removing .lock-wscript
>> Removing bin/
>> warning: failed to remove 'bin/'
> Remove bin/, using rootly powers if required.
>
> We moved some symlinks around, and that causes this error when re-using
> an old build tree.
>
> Andrew Bartlett
>
Thanks Andrew. Removing the bin got things moving again.
But now I'm see some errors during the build.
$ sudo rm -rf bin
$ ./configure ...
'configure' finished successfully (1m16.736s)
$ make clean
'clean' finished successfully (1.304s)
$ make
...
[ 244/3871] Compiling IDL librpc/idl/auth.idl
...
/home/gerryr/build/samba4/librpc/idl/auth.idl:104: error: Unable to determine origin of type `struct cli_credentials'
/home/gerryr/build/samba4/librpc/idl/auth.idl:104: error: Unable to determine origin of type `struct cli_credentials'
...
[ 311/3871] Compiling IDL source4/librpc/idl/irpc.idl
...
/home/gerryr/build/samba4/source4/librpc/idl/irpc.idl:70: error: nbtd_information: [out] argument 'info' is not a
pointer or array, skip client functions
/home/gerryr/build/samba4/source4/librpc/idl/irpc.idl:83: error: nbtd_getdcname: [out] argument 'dcname' is a
pointer to type 'string', skip client functions
/home/gerryr/build/samba4/source4/librpc/idl/irpc.idl:91: error: nbtd_proxy_wins_challenge: [out] argument
'num_addrs' is not a pointer or array, skip client functions
/home/gerryr/build/samba4/source4/librpc/idl/irpc.idl:113: error: kdc_check_generic_kerberos: [out] argument
'generic_reply' is not a pointer or array, skip client functions
/home/gerryr/build/samba4/source4/librpc/idl/irpc.idl:159: error: smbsrv_information: [out] argument 'info' is not a
pointer or array, skip client functions
...
[ 316/3871] Compiling IDL source4/librpc/idl/winbind.idl
...
/home/gerryr/build/samba4/source4/librpc/idl/winbind.idl:35: error: winbind_SamLogon: [out] argument 'validation' is
not a pointer or array, skip client functions
...
'build' finished successfully (13m18.600s)
How critical are these build errors I'm seeing?
More information about the samba
mailing list