[Bug 272895] devel/cmake-core: Could NOT find LibUV: Found unsuitable version "1.18.0", but r equired is at least "1.28.0" (found /usr/local/lib/libuv.so)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 3 15:52:45 BST 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272895
Jason E. Hale <jhale at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |jhale at FreeBSD.org
--- Comment #6 from Jason E. Hale <jhale at FreeBSD.org> ---
You might have some leftover bits of an ancient libuv installation.
FindLibUV.cmake first checks for ${LibUV_INCLUDE_DIR}/uv-version.h and then for
${LibUV_INCLUDE_DIR}/uv/version.h. The former is the older format.
I suspect you at least still have a /usr/local/include/uv-version.h which is
confusing the version check. This file should be removed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list