On Sat, Mar 29, 2025 at 4:27 PM Lucas Nussbaum wrote: > /build/reproducible-path/cmake-3.31.6/Source/cmCurl.cxx:178:26: error: > invalid conversion from ‘long int’ to ‘CURL_NETRC_OPTION’ [-fpermissive]
CMake was accidentally using an undocumented type from a curl header, which an update to curl recently changed. Upstream CMake has been fixed: * https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10449 The fix is in the 4.0.0 release and will be in 3.31.7 once released. -Brad