☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)
Mark Wielaard
mark@klomp.org
Sun Mar 24 17:54:53 GMT 2024
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 <freso.dk@gmail.com>
>
> 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
-------------- next part --------------
>From 8f3818574a6abe1fbab1682698b2cef146522148 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
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 <mark@klomp.org>
---
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
More information about the Elfutils-devel
mailing list