From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 9C0C33857036 for ; Wed, 2 Aug 2023 14:03:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9C0C33857036 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 9854F30067D4; Wed, 2 Aug 2023 16:03:35 +0200 (CEST) Date: Wed, 2 Aug 2023 16:03:35 +0200 From: Mark Wielaard To: Ryan Goldberg Cc: buildbot@sourceware.org, Dan =?iso-8859-1?Q?Hor=E1k?= Subject: Re: Adding packages to buildbots Message-ID: <20230802140335.GA14316@gnu.wildebeest.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3029.3 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Ryan (CC Honza), On Tue, Aug 01, 2023 at 11:59:20AM -0400, Ryan Goldberg wrote: > Over in elfutils debuginfod we are adding build requirements > for libjson-c-devel and jq. > > Would it be possible to add their latest available versions to the > following workers please > * centos-x86_64 Installed json-c-devel-0.11-4.el7_0.x86_64 and jq-1.6-2.el7.x86_64 > * debian-arm64 Installed jq (1.5+dfsg-2+b1) and libjson-c-dev (0.12.1+ds-2+deb10u1) > * debian-armhf Installed jq (1.5+dfsg-2+b1) and libjson-c-dev (0.12.1+ds-2+deb10u1) > * debian-i386-2 debian-i386 and debian-i386-2 are duplicate mirrors Installed jq (1.6-2.1) and libjson-c-dev (0.15-2) > * debian-ppc64 Tom will add those packages soon. > * fedora-arm64 Installed json-c-devel-0.16-4.fc38.aarch64 and jq-1.6-15.fc38.aarch64 > * fedora-ppc64le And probably you like them on fedora-s390x also. Those workers are maintained by Dan, hopefully he can install json-c-devel jq on those machines. Cheers, Mark