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 A345C3858D33 for ; Sun, 24 Mar 2024 17:54:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A345C3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A345C3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711302896; cv=none; b=fSBp7CmKRxovkop1fFAZ4bm5CzXFNS59v/D2k6g8OdacaQwmhTbR6K5o5fMVGrbjIbSC53HLaGzRGEkqj8bkCOd6VV9V2ImAjQis45x6xOmoiT569sCOcSmU7R9C6MwZIm0/j/2FR8GkKFFNcorjdJk/3QK6y3bmOhJPUckRjqA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711302896; c=relaxed/simple; bh=Tqfn/NiFuObbYm+wpaS34C9oXpxul1SM9Ll6MkNxsCw=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=MjP6YSCoN7gyceuRSXif8Y2FxSr9hb422YOlNcxCiz3RhUgt8gkgh5Fles/xdSK/sw+babqi55fEfGSA0KpXV0/yHhiuVy4ZKLHtBsgA3eBkOd2pMEgpjwoisQCEcG45ViFZpX/9Ftz2Oj+0yQpMCoQdkzS/tr6F6M9GHsllyEU= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id BD550300046F; Sun, 24 Mar 2024 18:54:53 +0100 (CET) Date: Sun, 24 Mar 2024 18:54:53 +0100 From: Mark Wielaard To: Frederik =?utf-8?B?4oCcRnJlc2/igJ0gUy4=?= Olesen Cc: elfutils-devel@sourceware.org Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (Sourceware): elfutils - failed test (failure) (main) Message-ID: <20240324175453.GG5673@gnu.wildebeest.org> References: <20240324174557.DEBCF3858D38@sourceware.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240324174557.DEBCF3858D38@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sun, Mar 24, 2024 at 05:45:57PM +0000, builder@sourceware.org wrote: > A new failure has been detected on builder elfutils-fedora-x86_64 while building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/59/builds/307 > > Build state: failed test (failure) > Revision: 6228e2fedf419a7f1d70dc14a3b53a8a97394b88 > Worker: bb2-1 > Build Reason: (unknown) > Blamelist: Frederik “Freso” S. Olesen > > Steps: > > - 9: make rpmbuild ( failure ) > Logs: > - stdio: https://builder.sourceware.org/buildbot/#/builders/59/builds/307/steps/9/logs/stdio > - warnings (31): https://builder.sourceware.org/buildbot/#/builders/59/builds/307/steps/9/logs/warnings__31_ Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/builder/shared/bb2-1/worker/elfutils-fedora-x86_64/build/rpmbuild/BUILDROOT/elfutils-0.191-1.x86_64 error: Installed (but unpackaged) file(s) found: /usr/share/fish/vendor_conf.d/debuginfod.fish Installed (but unpackaged) file(s) found: /usr/share/fish/vendor_conf.d/debuginfod.fish RPM build errors: make: *** [Makefile:981: rpmbuild] Error 1 Aha, we forgot to add it to the debuginfod-client package. That is what the attached patch does. Which I just pushed. Cheers, Mark --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-config-Add-debuginfod.fish-to-elfutils.spec-as-confi.patch" >From 8f3818574a6abe1fbab1682698b2cef146522148 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 24 Mar 2024 18:46:02 +0100 Subject: [PATCH] config: Add debuginfod.fish to elfutils.spec as config file. * config/elfutils.spec.in (debuginfod-client): %files add %{_datadir}/fish/vendor_conf.d/debuginfod.fish as config file. Signed-off-by: Mark Wielaard --- config/elfutils.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index d6621c9de702..4d802a25ad5f 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -307,6 +307,7 @@ fi %{_mandir}/man1/debuginfod-find.1* %{_mandir}/man7/debuginfod*.7* %config(noreplace) %{_sysconfdir}/profile.d/* +%config(noreplace) %{_datadir}/fish/vendor_conf.d/debuginfod.fish %config(noreplace) %{_sysconfdir}/debuginfod/* %files debuginfod-client-devel -- 2.39.3 --J2SCkAp4GZ/dPZZf--