From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A21B83858416; Fri, 26 Apr 2024 14:18:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A21B83858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714141118; bh=eBBY5bdK8IxoAawFgZUV56Wvmnh+Out9ZOeBWhEuFqU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AzroieWaFo11Q+jP54cMhlHTjLoXSGRN1A9FjbgwvuLxsavVBXRDJk2NdpmTg4myK T3lESyhmLeLmjIHZhS+W009pvSoQhm0nV8EJG0HBiPy70ubUfxlJ0BL85uf0fAXtUU VsrhBITVuAXPN+kSLpKxJY+tpcw6lxt1zayWHFPs= From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/31672] abidb: make libarchive a soft dependency Date: Fri, 26 Apr 2024 14:18:38 +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: normal X-Bugzilla-Who: dodji at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org 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=3D31672 --- Comment #4 from dodji at redhat dot com --- Hey Frank, Dodji Seketeli a =C3=A9crit: > Now, the updated patch below actually passes the test on all the tested > platforms. OK to apply to the master branch? So, after your ACK on IRC, I went ahead and applied the patch. > From f41d17301f75fab61366bd7b568418d2a9c30567 Mon Sep 17 00:00:00 2001 > From: "Frank Ch. Eigler" > Date: Fri, 26 Apr 2024 10:30:42 +0200 > Subject: [PATCH] configure,abidb: Make the libarchive python module optio= nal for abidb > > Some distributions don't have the libarchive python module packaged. > > This patch makes that module optional and enables abidb to function > without it, as it's only necessary for the support of the '--archive' > command line option of the abidb program. > > * configure.ac: Detect the libarchive python module as an optional > dependency for the abidb program. So far, only the git python > module remains a hard dependency. > * tools/abidb (main): Do not support the '--archive' command line > option if the libarchive python module is not present. > > Signed-off-by: Dodji Seketeli > --- > configure.ac | 15 +++++++++++++-- > tools/abidb | 31 +++++++++++++++++++------------ > 2 files changed, 32 insertions(+), 14 deletions(-) [...] Thanks! Cheers, --=20 You are receiving this mail because: You are on the CC list for the bug.=