Moin moin How are you building the port? Are you using poudriere or an unclean environment?
mfg Tobias On Thu, 18 Jul 2024 at 13:52, Olivier <olivier.nic...@cs.ait.ac.th> wrote: > > Hi, > > I recently upgraded an old system from 13.2 to 13.3 and now 14.1. > > When I tried to rebuild cmake-core, it failed with an error about libuv > being 1.16 when 1.38 is expected. > > I did make sure that libuv is the most recent 1.48 > > uname -a > FreeBSD fbsd35.cs.ait.ac.th 14.1-RELEASE-p2 FreeBSD 14.1-RELEASE-p2 > releng/14.1-n267685-dcdea9e8623e GENERIC amd64 > > pkg info | grep libuv > libuv-1.48.0 Multi-platform support library with a focus on > asynchronous I/O > > The error is: > -- Could NOT find LibUV: Found unsuitable version "1.16.1", but required is > at least "1.28.0" (found /usr/local/lib/libuv.so) > CMake Error at Source/Modules/CMakeBuildUtilities.cmake:334 (message): > CMAKE_USE_SYSTEM_LIBUV is ON but a libuv is not found! > Call Stack (most recent call first): > CMakeLists.txt:442 (include) > > It was triggered by > work/cmake-3.29.6/Source/Modules/CMakeBuildUtilities.cmake line 331 > find_package(LibUV 1.28.0) > > Best regards, > > Olivier > > --