From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BAC323858D39; Fri, 6 Jan 2023 15:53:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAC323858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673020399; bh=5AZiJxWJ6BMPz7gX/kXN7k6zoNi9zc4SQQPp8u3KiF8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sYgeZh5CN9TJSIzyot4HRC+dUMP92Rp9K//+yZRtY6MwWhPIHwnVG0c7puMAoCyAB dotQle3T0J8sbbXaD+4oEIIcLSaC+EpJoVW3yob2So33uao05HT+u4q841Se61nLqb 8WRakZCQAnosDW5nRz3eqm/hkCCmGGfdhoczjpkE= From: "ross at burtonini dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/29926] debuginfod using deprecated curl (since 7.55.0) API, fails to build with 7.87.0 Date: Fri, 06 Jan 2023 15:53:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ross at burtonini dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29926 Ross Burton changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ross at burtonini dot com --- Comment #3 from Ross Burton --- I can't reopen this but I'm still seeing errors: elfutils-0.188/debuginfod/debuginfod-client.c:1330:7: error: =E2=80=98CURLOPT_PROTOCOLS=E2=80=99 is deprecated: since 7.85.0. Use CURLOP= T_PROTOCOLS_STR [-Werror=3Ddeprecated-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? --=20 You are receiving this mail because: You are on the CC list for the bug.=