From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [IPv6:2001:4b98:dc4:8::230]) by sourceware.org (Postfix) with ESMTPS id 0242C3858027; Mon, 17 Jan 2022 13:34:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0242C3858027 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id 18542240006; Mon, 17 Jan 2022 13:34:00 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id AE5E558010A; Mon, 17 Jan 2022 14:34:00 +0100 (CET) From: Dodji Seketeli To: dcantrell at redhat dot com via Libabigail Cc: dcantrell at redhat dot com Subject: Re: [Bug default/28783] New: Include libgen.h in tools/abisym.cc to support non-glibc systems Organization: Me, myself and I References: X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Mon, 17 Jan 2022 14:34:00 +0100 In-Reply-To: (dcantrell at redhat dot com via Libabigail's message of "Fri, 14 Jan 2022 17:08:10 +0000") Message-ID: <87k0eycwqf.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2022 13:34:04 -0000 Hello David, dcantrell at redhat dot com via Libabigail a =C3=A9crit: [...] > Created attachment 13907 > --> https://sourceware.org/bugzilla/attachment.cgi?id=3D13907&action=3D= edit > 0001-Include-libgen.h-in-tools-abisym.cc-for-basename-3.patch commit a37ee8f7da8d0b83ae4004269f71ea5b3c233e33 Author: David Cantrell Date: Fri Jan 14 12:04:01 2022 -0500 Include in tools/abisym.cc for basename(3) =20=20=20=20 Support building on non-glibc systems, such as musl, by including libgen.h for basename(3). =20=20=20=20 Signed-off-by: David Cantrell Applied to master. Thanks! [...] Cheers, --=20 Dodji