[Bug 247343] sysutils/watchman: 2020.06.15.00 : fails: getOpenedPath not implemented on this platform

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 17 13:51:12 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247343

            Bug ID: 247343
           Summary: sysutils/watchman: 2020.06.15.00 : fails:
                    getOpenedPath not implemented on this platform
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri at freebsd.org
          Reporter: upte at triamec.com
             Flags: maintainer-feedback?(yuri at freebsd.org)
          Assignee: yuri at freebsd.org

Executing "watchman watch /root" will respond with:

{
    "cli_validated": true,
    "version": "0.0.0",
    "error": "failed to validate command: Could not resolve /root to the
canonical watch path: getOpenedPath not implemented on this platform: Function
not implemented"
}

It looks like the environment variable F_GETPATH is not set, which is used in
the source file FileDescriptor.cpp (method FileDescriptor::getOpenedPath() ). 

F_GETPATH is only set in a test, grepping for it:
tests/integration/path_utils.py:    F_GETPATH = 50

So the method getOpenedPath is not functional...

The older version 4.5.0_1 worked fine...

Version: watchman-2020.06.15.00

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list