vfs_acl_common.c breaks the build

Jeremy Allison jra at samba.org
Sun Jul 26 15:46:45 MDT 2009


On Sun, Jul 26, 2009 at 05:48:48AM -0400, Volker Lendecke wrote:
> Hi, Jeremy!
> 
> Try building with 
> 
> --with-static-modules=vfs_acl_xattr,vfs_acl_tdb
> 
> store_acl_blob_pathname and store_acl_blob_fsp are multiply
> defined, as are all names in vfs_acl_common.c. I think that
> refactoring needs to be a bit different, we need to be able
> to load both at the same time.

Hmmm. That's going to be a little difficult without
splitting out all the code I just made in common :-(.

I can fix the store_acl_blob_pathname and store_acl_blob_fsp
calls by vectoring them inside vfs_acl_xattr and vfs_acl_tdb
but that's not going to fix the duplicate symbols problem.

Jeremy.


More information about the samba-technical mailing list