[Pkg-cmake-team] Bug#1101604: cmake: FTBFS: cmCurl.cxx:178:26: error: invalid conversion from ‘long int’ to ‘CURL_NETRC_OPTION’ [-fpermissive]
Brad King
brad.king at kitware.com
Mon Mar 31 13:53:30 BST 2025
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
More information about the Pkg-cmake-team
mailing list