Samba4 alpha 12 latest make filed with error message Build failed: 'NoneType' object has no attribute 'parent' make: *** [all] Error 1 Anybody have a clue what it is or came across it.
You need to create pidl/blib/{man1,man3}. These files are present in git but are removed by "make clean". We should get the waf scripts to create these directories as part of the build process.
This is not alpha12 fwiw, it hasn't been released.
Reassigning to "tridge" since this is WAF-related and CCing "jelmer".
"make clean" doesn't remove this directories anymore ("man1" and "man3"). And a rebuild afterwards (eg "make -j" works fine). Therefore this should have been fixed now.