https://sourceware.org/bugzilla/show_bug.cgi?id=29926
Ross Burton <ross at burtonini dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ross at burtonini dot com --- Comment #3 from Ross Burton <ross at burtonini dot com> --- I can't reopen this but I'm still seeing errors: elfutils-0.188/debuginfod/debuginfod-client.c:1330:7: error: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Werror=deprecated-declarations] 1330 | curl_easy_setopt_ck(data[i].handle, CURLOPT_PROTOCOLS, | ^~~~~~~~~~~~~~~~~~~ CURLOPT_PROTOCOLS was deprecated in 7.85.0 and the replacement CURLOPT_PROTOCOLS_STR introduced in 7.85.0. May I suggest building without fatal deprecation warnings by default? -- You are receiving this mail because: You are on the CC list for the bug.