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