#44658: Encfs fails to mount after the recent upgrade -----------------------+-------------------------------- Reporter: kacnow@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: encfs | -----------------------+-------------------------------- Comment (by cal@…): Wait, do you actually have osxfuse headers in `/usr/include`? That would explain why trace mode doesn't fix the problem for you. If they are in `/usr/local/include`, the bad headers should have been hidden by trace mode (`-t`). Have you tried moving `/usr/local` aside for while? Also, if you have the headers in `/usr/include`, please revert that. `/usr/include` is Apple- land and you shouldn't have modified it. This isn't a source problem with encfs (as it was with the xtreemfs ticket you linked). The encfs code is compatible with this OS X-specific extension to fuse. encfs tries to assign a structure with 6 members (the last one OS X-specific) to a structure defined (by a bad and/or outdated header not installed by MacPorts) with 5 members, which causes the problem. -- Ticket URL: <https://trac.macports.org/ticket/44658#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X