From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4A192C6FD18 for ; Tue, 28 Mar 2023 19:38:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id D7C3141C98; Tue, 28 Mar 2023 19:38:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org D7C3141C98 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y1Rap6ToK0_U; Tue, 28 Mar 2023 19:38:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id F297341C77; Tue, 28 Mar 2023 19:38:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org F297341C77 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A300F1BF23C for ; Tue, 28 Mar 2023 19:38:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 7C87483F33 for ; Tue, 28 Mar 2023 19:38:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 7C87483F33 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w2krf2WjuBor for ; Tue, 28 Mar 2023 19:37:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9187B83F2F Received: from mail.tkos.co.il (wiki.tkos.co.il [84.110.109.230]) by smtp1.osuosl.org (Postfix) with ESMTPS id 9187B83F2F for ; Tue, 28 Mar 2023 19:37:58 +0000 (UTC) Received: from tarshish (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.tkos.co.il (Postfix) with ESMTPS id E79EE440072; Tue, 28 Mar 2023 22:32:54 +0300 (IDT) References: <20230328162715.1502327-1-francois.perrad@gadz.org> User-agent: mu4e 1.9.21; emacs 28.2 To: Francois Perrad Date: Tue, 28 Mar 2023 22:35:55 +0300 In-reply-to: <20230328162715.1502327-1-francois.perrad@gadz.org> Message-ID: <87zg7wu0od.fsf@tarshish> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tkos.co.il; s=default; t=1680031975; bh=/o9KqDAFi1utbHjs4kS30NcIVmlH5+t4kwYwkqkCPBI=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=VbVxWkvagBjUQOn3vEnEp2O+HOS+Pys+xqwQjBzpyNX8G9o6mL0Y+55fNnlFgIzG+ Kl9dpfEju83KEvGFKRe18Ih3t6RIZshYU97mPBMrMkGnfPPyA5iwHwQ9OVu0LJvuOa Nr62NglLGUnvZjfPvbS2cseVMyB4eX78IoXeUpsJiQr3RQOYuQcwjXjDsU8jH6HIUz dXewUYtRAi3nK+5CNRkJk9HJcQtS0vWXIS0GVQXkSew3rGE67QigNZCAp5rYf4v/Mw 5tbH3I1Omvr97me9SOywnKULKwAQtkqj8RWQ5IDH0qa673ZdwtySC4TUlchOE4VyN+ aZbPTJkXftTaw== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key) header.d=tkos.co.il header.i=@tkos.co.il header.a=rsa-sha256 header.s=default header.b=VbVxWkva Subject: Re: [Buildroot] [PATCH] package/pciutils: bump to version 3.9.0 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Baruch Siach via buildroot Reply-To: Baruch Siach Cc: buildroot@busybox.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hi Francois, On Tue, Mar 28 2023, Francois Perrad wrote: > remove patch, see commit "Avoid adding multiple version tags to the same symbol" That is upstream commit 0478e1f3928bf. Thanks for the patch. baruch > Signed-off-by: Francois Perrad > --- > ...nd-build-failure-with-older-binutils.patch | 57 ------------------- > package/pciutils/Config.in | 2 +- > package/pciutils/pciutils.hash | 2 +- > package/pciutils/pciutils.mk | 2 +- > 4 files changed, 3 insertions(+), 60 deletions(-) > delete mode 100644 package/pciutils/0001-Workaround-build-failure-with-older-binutils.patch > > diff --git a/package/pciutils/0001-Workaround-build-failure-with-older-binutils.patch b/package/pciutils/0001-Workaround-build-failure-with-older-binutils.patch > deleted file mode 100644 > index 1590bc19c..000000000 > --- a/package/pciutils/0001-Workaround-build-failure-with-older-binutils.patch > +++ /dev/null > @@ -1,57 +0,0 @@ > -From fda20d4bcb91f0f9d0db294b4813264de2d88866 Mon Sep 17 00:00:00 2001 > -From: Baruch Siach > -Date: Thu, 12 May 2022 16:16:21 +0300 > -Subject: [PATCH] Workaround build failure with older binutils > - > -binutils releases older than 2.35 are affected by bug gas/23840[1] that > -breaks the link of shared library: > - > -cc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -c -o filter.o filter.c > -/tmp/ccLtucRG.s: Assembler messages: > -/tmp/ccLtucRG.s:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' > -/tmp/ccLtucRG.s:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' > -/tmp/ccLtucRG.s:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' > -/tmp/ccLtucRG.s:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' > - > -The symbol versioning feature has little value in the context of > -Buildroot. As a workaround remove one of each duplicated symbol. > - > -[1] https://sourceware.org/bugzilla/show_bug.cgi?id=23840 > - > -Signed-off-by: Baruch Siach > ---- > -Upstream status: not upstreamable > - > -Upstream bug report: https://lore.kernel.org/linux-pci/87mtfm7v58.fsf@tarshish/ > ---- > - lib/filter.c | 4 ---- > - 1 file changed, 4 deletions(-) > - > -diff --git a/lib/filter.c b/lib/filter.c > -index b881b6bc9083..bc34e8c2bab9 100644 > ---- a/lib/filter.c > -+++ b/lib/filter.c > -@@ -304,20 +304,16 @@ pci_filter_match_v30(struct pci_filter_v30 *f, struct pci_dev *d) > - > - STATIC_ALIAS(void pci_filter_init(struct pci_access *a, struct pci_filter *f), pci_filter_init_v38(a, f)); > - SYMBOL_VERSION(pci_filter_init_v30, pci_filter_init@LIBPCI_3.0); > --SYMBOL_VERSION(pci_filter_init_v38, pci_filter_init@LIBPCI_3.3); > - SYMBOL_VERSION(pci_filter_init_v38, pci_filter_init@@LIBPCI_3.8); > - > - STATIC_ALIAS(char *pci_filter_parse_slot(struct pci_filter *f, char *str), pci_filter_parse_slot_v38(f, str)); > - SYMBOL_VERSION(pci_filter_parse_slot_v30, pci_filter_parse_slot@LIBPCI_3.0); > --SYMBOL_VERSION(pci_filter_parse_slot_v38, pci_filter_parse_slot@LIBPCI_3.3); > - SYMBOL_VERSION(pci_filter_parse_slot_v38, pci_filter_parse_slot@@LIBPCI_3.8); > - > - STATIC_ALIAS(char *pci_filter_parse_id(struct pci_filter *f, char *str), pci_filter_parse_id_v38(f, str)); > - SYMBOL_VERSION(pci_filter_parse_id_v30, pci_filter_parse_id@LIBPCI_3.0); > --SYMBOL_VERSION(pci_filter_parse_id_v38, pci_filter_parse_id@LIBPCI_3.3); > - SYMBOL_VERSION(pci_filter_parse_id_v38, pci_filter_parse_id@@LIBPCI_3.8); > - > - STATIC_ALIAS(int pci_filter_match(struct pci_filter *f, struct pci_dev *d), pci_filter_match_v38(f, d)); > - SYMBOL_VERSION(pci_filter_match_v30, pci_filter_match@LIBPCI_3.0); > --SYMBOL_VERSION(pci_filter_match_v38, pci_filter_match@LIBPCI_3.3); > - SYMBOL_VERSION(pci_filter_match_v38, pci_filter_match@@LIBPCI_3.8); > --- > -2.35.1 > - > diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in > index a082f2399..d16c36340 100644 > --- a/package/pciutils/Config.in > +++ b/package/pciutils/Config.in > @@ -4,4 +4,4 @@ config BR2_PACKAGE_PCIUTILS > Various utilities dealing with the PCI bus. > Provides things like setpci and lspci. > > - http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html > + https://mj.ucw.cz/sw/pciutils/ > diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash > index 0b66b8258..93df1558f 100644 > --- a/package/pciutils/pciutils.hash > +++ b/package/pciutils/pciutils.hash > @@ -1,3 +1,3 @@ > # From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc > -sha256 91edbd0429a84705c9ad156d4ff38ccc724d41ea54c4c5b88e38e996f8a34f05 pciutils-3.8.0.tar.xz > +sha256 cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012 pciutils-3.9.0.tar.xz > sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING > diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk > index 140276dbc..95b377d84 100644 > --- a/package/pciutils/pciutils.mk > +++ b/package/pciutils/pciutils.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -PCIUTILS_VERSION = 3.8.0 > +PCIUTILS_VERSION = 3.9.0 > PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils > PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz > PCIUTILS_INSTALL_STAGING = YES -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot