From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 61D243858D35; Sun, 25 Jun 2023 08:17:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 61D243858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687681037; bh=DK1p4hJajSVkx7BxGH+wNlB5AR85QTU1MXZUC/+/G9U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k11KuR3AKIwXEYO3h2PyzSVAP3UTjrx9Yze4sMeG26RmUeKul73uJR65snU+8Q9gq LngT8RQYnSvnWdpdiatXHS6Vl7PM0cY5vSrrQHvlsMfOf++P0TVlPvIZWqAj2BA+Zu 0dR+Zwb6Av7ijRwWaD2JkQ8byV0dxBiPOj+G5OTs= From: "david.marchand at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30034] [libabigail] Handle library splitting Date: Sun, 25 Jun 2023 08:17:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: david.marchand at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D30034 --- Comment #16 from David Marchand --- (In reply to dodji from comment #15) > I will let you test and play with the tree while I spit & polish it in the > background. Please do not hesitate to provide me with the feedback you s= ee > fit. >=20 Well, for now, I hit a compilation issue on fedora37 : ... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Libabigail: 2.4.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Here is the configuration of the package: Prefix : /usr/local Source code location : .. C Compiler : gcc C++ Compiler : g++ GCC visibility attribute supported : yes CXXFLAGS : -g -O2 -std=3Dc++11 Python : python3 OPTIONAL FEATURES: C++ standard level : c++11 libdw has the dwarf_getalt function : yes Enable rpm support in abipkgdiff : yes Enable rpm/zstd in abipkgdiff testing : yes Enable abilint --show-type-use : no Enable self comparison debugging : no Enable type canonicalization debugging : no Enable propagated canonical type debugging : no Enable deb support in abipkgdiff : no Enable GNU tar archive support in abipkgdiff : yes Enable bash completion : no Enable fedabipkgdiff : no Enable python 3 : yes Enable CTF front-end : yes Enable BTF front-end : yes Enable running tests under Valgrind : yes Enable build with -fsanitize=3Daddress : no Enable build with -fsanitize=3Dmemory : no Enable build with -fsanitize=3Dthread : no Enable build with -fsanitize=3Dundefined : no Generate html apidoc : yes Generate html manual : yes ... ../../src/abg-ctf-reader.cc: In member function 'virtual void abigail::ctf::reader::initialize(const std::string&, const std::vector&, bool, bool)': ../../src/abg-ctf-reader.cc:291:5: error: 'reset' was not declared in this scope 291 | reset(elf_path, debug_info_root_paths); | ^~~~~ --=20 You are receiving this mail because: You are on the CC list for the bug.=