Problem building samba4

Roel Obdam roel at roelo.nl
Sun Aug 14 07:23:08 MDT 2011


Brad Hards <bradh <at> frogmouth.net> writes:

> 
> Hi,
> 
> I'm having a problem building samba from trunk using the "openchange approach" 
> where we build talloc, tevent, tdb and ldb first, then build samba against 
> those.
> 
> The problem is:
> Checking project rules ...
> Unknown dependency 'pytalloc' in 'pys3param'
> make: *** [all] Error 1
> Error in samba4 make (error code 2)
> 
> The problem commit appears to be:
>
http://git.samba.org/?p=samba.git;a=commit;h=6d139d6b0f3d38be395626a7fb4e8d02151102ab
> 
> Building with 6a18664d511ac77bde3df040e3c95ffef385c186 was OK.
> 
> I do have the talloc python module built and installed, it just seems like the 
> build rule isn't recognising that it is already there.
> 
> Any ideas / suggestions?
> 
> Brad
> 
> 

I can confirm this bug looks like a wrong path for the talloc header file in 
[samba.git] / source3 / param / pyparam.c

sholud be:
 #include "../lib/talloc/pytalloc.h"
instead of:
 #include "lib/talloc/pytalloc.h"

Roel




More information about the samba-technical mailing list