Date: Wed, 17 Jun 2020 13:51:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247343] sysutils/watchman: 2020.06.15.00 : fails: getOpenedPath not implemented on this platform Message-ID: <bug-247343-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247343 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@freebsd.org Reporter: upte@triamec.com Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@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: Funct= ion 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() = ).=20 F_GETPATH is only set in a test, grepping for it: tests/integration/path_utils.py: F_GETPATH =3D 50 So the method getOpenedPath is not functional... The older version 4.5.0_1 worked fine... Version: watchman-2020.06.15.00 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247343-7788>