From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7FE4E3858C83; Tue, 26 Apr 2022 18:37:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FE4E3858C83 From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/29094] New: rpm_finder.cxx build broken by rpm-4.18.0-0.alpha1 moving rpmFreeCrypto declaration Date: Tue, 26 Apr 2022 18:37:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2022 18:37:24 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29094 Bug ID: 29094 Summary: rpm_finder.cxx build broken by rpm-4.18.0-0.alpha1 moving rpmFreeCrypto declaration Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: wcohen at redhat dot com Target Milestone: --- On a fresh rawhide image with rpm-devel-4.18.0-0.alpha1.1.fc37.x86_64 the b= uild of rpm_finder.cxx fails with: CXX stap-rpm_finder.o rpm_finder.cxx: In function =E2=80=98int missing_rpm_enlist(systemtap_sessi= on&, const char*, const char*)=E2=80=99: rpm_finder.cxx:191:3: error: =E2=80=98rpmFreeCrypto=E2=80=99 was not declar= ed in this scope 191 | rpmFreeCrypto (); // Shuts down NSS within librpm | ^~~~~~~~~~~~~ make[2]: *** [Makefile:1534: stap-rpm_finder.o] Error 1 make[2]: Leaving directory '/home/wcohen/systemtap_write/systemtap' make[1]: *** [Makefile:2135: all-recursive] Error 1 make[1]: Leaving directory '/home/wcohen/systemtap_write/systemtap' make: *** [Makefile:800: all] Error 2 The rpmFreeCrypto declaration has been moved from /usr/include/rpm/rpmpgp.h= to /usr/include/rpm/rpmcrypto.h by the following upstream rpm source file comm= it ca822ed6d239954ec56d6888559bd386b4d076ea: Split off rpmDigest*() APIs from rpmpgp.h to a new rpmcrypto.h header These APIs never belonged to rpmpgp.h anyway, it was only used for being the least-worst fit within rpm. As if it was so hard to just --=20 You are receiving this mail because: You are the assignee for the bug.=