On Wed, 2013-10-09 at 08:37 +1100, m...@electronico.nc wrote: > I tried : > > make distclean > > -> > >> WAF_MAKE=1 python ./buildtools/bin/waf distclean > >> project '/media/data/git/samba4/bin' cannot be removed > >> 'distclean' finished successfully (0.015s) > > > > sudo make distclean > > -> > >> WAF_MAKE=1 python ./buildtools/bin/waf distclean > >> 'distclean' finished successfully (0.000s) > > but 'make' still displays the same error ... so still looking for help > > ... TIA > > Nicolas > Turned out that bin directory couldn't be deleted by the script. > sudo rm -R bin > allowed compilation to complete
This typically happens due to 'sudo make install', which creates root-owned files during the relink. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba