#40840: s3fs: Update to 1.73 ----------------------------+-------------------------------- Reporter: genecrucean@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: haspatch Port: s3fs | ----------------------------+-------------------------------- Comment (by mp@…): Trying to build gives {{{ Requested 'fuse >= 2.8.4' but version of fuse is 2.7.3 }}} Seems like OSXfuse is a bit behind the main FUSE project at http://fuse.sourceforge.net/ , which is at version 2.9.3. Tried to change the configuration to allow 2.7.3, but then the build very soon fails with {{{ s3fs.cpp:3214:28: error: no member named 'capable' in 'fuse_conn_info' if ( (unsigned int)conn->capable & FUSE_CAP_ATOMIC_O_TRUNC) { ~~~~ ^ s3fs.cpp:3214:38: error: use of undeclared identifier 'FUSE_CAP_ATOMIC_O_TRUNC' if ( (unsigned int)conn->capable & FUSE_CAP_ATOMIC_O_TRUNC) { ^ s3fs.cpp:3216:12: error: no member named 'want' in 'fuse_conn_info' conn->want |= FUSE_CAP_ATOMIC_O_TRUNC; ~~~~ ^ s3fs.cpp:3216:20: error: use of undeclared identifier 'FUSE_CAP_ATOMIC_O_TRUNC' conn->want |= FUSE_CAP_ATOMIC_O_TRUNC; ^ 4 errors generated. }}} so it seems to really need for OSXfuse to catch up with the main FUSE. -- Ticket URL: <https://trac.macports.org/ticket/40840#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X