#33243: fuse4x-kext: add +trace variant --------------------------------------+------------------------------------- Reporter: anatol.pomozov@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: fuse4x-kext --------------------------------------+------------------------------------- Hi, Dan. During debugging fuse4x-kext kernel issues it might be useful to enable logging for this port (e.g. by using "+trace" variant). If this variant is enabled then following compile flags should be set {{{ #define FUSE_COUNT_MEMORY 1 #define FUSE_DEBUG 1 #define FUSE_TRACE 1 #define FUSE_TRACE_LK 1 #define FUSE_TRACE_MSLEEP 1 #define FUSE_TRACE_OP 1 #define FUSE_TRACE_VNCACHE 1 #define M_FUSE4X_SERIALIZE_LOGGING 1 }}} See the list here https://github.com/fuse4x/kext/blob/master/fuse.h It should be either uncommented in fuse.h file or passed to xcode during compilation. The second option looks better to me but I do not know how to do it. Dan, could you please help me? -- Ticket URL: <https://trac.macports.org/ticket/33243> MacPorts <http://www.macports.org/> Ports system for Mac OS