Print

Print


Hi Andy,

Please find attached the equivalent autotools build for XrdFfs.  I only have tested this as far as compiling it on Linux (and making sure it doesn't compile when I set --disable-fuse).

Enjoy,

Brian

On Nov 23, 2010, at 7:00 PM, Andrew Hanushevsky wrote:

> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "xrootd".
> 
> The branch, master has been updated
>       via  96fba91300d99a05191c180d6ddb4252e611bda4 (commit)
>      from  312eac7e4074df0b6c0d7ab38f6054c0ebbffed2 (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> commit 96fba91300d99a05191c180d6ddb4252e611bda4
> Author: Andrew Hanushevsky <[log in to unmask]>
> Date:   Tue Nov 23 16:55:27 2010 -0800
> 
>    Package xrootdfsd in this repository via the XrdFfs pacakge.
>    Change configure classic to enable/disable xrootdfs (default is enable)
>    Allow user to specify fuse-incdir and fuse-libdir when installed elsewhere.
>    Build a libXrdSecsss.a required by xrootdfsd.
>    Still needed: Makefile.am changes for base, XrdFfs, and XrdSecsss.
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
> src/XrdFfs/GNUmakefile       |  124 +++++
> src/XrdFfs/README            |  132 +++++
> src/XrdFfs/XrdFfsDent.cc     |  324 +++++++++++++
> src/XrdFfs/XrdFfsDent.hh     |   38 ++
> src/XrdFfs/XrdFfsFsinfo.cc   |  119 +++++
> src/XrdFfs/XrdFfsFsinfo.hh   |   20 +
> src/XrdFfs/XrdFfsMisc.cc     |  381 +++++++++++++++
> src/XrdFfs/XrdFfsMisc.hh     |   29 ++
> src/XrdFfs/XrdFfsPosix.cc    |  766 +++++++++++++++++++++++++++++
> src/XrdFfs/XrdFfsPosix.hh    |   59 +++
> src/XrdFfs/XrdFfsQueue.cc    |  303 ++++++++++++
> src/XrdFfs/XrdFfsQueue.hh    |   41 ++
> src/XrdFfs/XrdFfsWcache.cc   |  179 +++++++
> src/XrdFfs/XrdFfsWcache.hh   |   22 +
> src/XrdFfs/XrdFfsXrootdfs.cc | 1087 ++++++++++++++++++++++++++++++++++++++++++
> src/XrdFfs/xrootdfs.template |   71 +++
> 16 files changed, 3695 insertions(+), 0 deletions(-)
> create mode 100644 src/XrdFfs/GNUmakefile
> create mode 100644 src/XrdFfs/README
> create mode 100644 src/XrdFfs/XrdFfsDent.cc
> create mode 100644 src/XrdFfs/XrdFfsDent.hh
> create mode 100644 src/XrdFfs/XrdFfsFsinfo.cc
> create mode 100644 src/XrdFfs/XrdFfsFsinfo.hh
> create mode 100644 src/XrdFfs/XrdFfsMisc.cc
> create mode 100644 src/XrdFfs/XrdFfsMisc.hh
> create mode 100644 src/XrdFfs/XrdFfsPosix.cc
> create mode 100644 src/XrdFfs/XrdFfsPosix.hh
> create mode 100644 src/XrdFfs/XrdFfsQueue.cc
> create mode 100644 src/XrdFfs/XrdFfsQueue.hh
> create mode 100644 src/XrdFfs/XrdFfsWcache.cc
> create mode 100644 src/XrdFfs/XrdFfsWcache.hh
> create mode 100644 src/XrdFfs/XrdFfsXrootdfs.cc
> create mode 100755 src/XrdFfs/xrootdfs.template
> 
> 
> hooks/post-receive
> -- 
> xrootd