Re: [PATCH] PR29022: 000-permissions files cause problems for backups

2022-04-13 Thread Mark Wielaard
Hi Aaron, On Fri, 2022-04-08 at 19:37 -0400, Aaron Merey via Elfutils-devel wrote: > I've revised this patch so that the negative-hit file's mtime is used > to calculate time since last download attempt instead of the cache_miss_s > file. I've also added a check for old 000-permission files so tha

[Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined

2022-04-13 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29048 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined

2022-04-13 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29048 --- Comment #2 from yuri at tsoft dot com --- They are only used as constants, -- You are receiving this mail because: You are on the CC list for the bug.

[COMMITTED] libdw: Add DWARF5 package file section identifiers, DW_SECT_*

2022-04-13 Thread Mark Wielaard
This only adds the constants. There is no handling of DWARF package file (dwp) files for now. https://sourceware.org/bugzilla/show_bug.cgi?id=29048 Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 5 + libdw/dwarf.h | 13 + 2 files changed, 18 insertions(+) diff --git a/li

[Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined

2022-04-13 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29048 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

☠ Buildbot (Wildebeest Builder): elfutils - failed test (failure) (master)

2022-04-13 Thread buildbot
A new failure has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/1/builds/932 Build state: failed test (failure) Revision: 399b55a75830f1854c8da9f29282810e82f270b6 Worker: centos-x86_64

Re: ☠ Buildbot (Wildebeest Builder): elfutils - failed test (failure) (master)

2022-04-13 Thread Mark Wielaard
Hi, On Wed, Apr 13, 2022 at 05:21:03PM +, build...@builder.wildebeest.org wrote: > A new failure has been detected on builder elfutils-centos-x86_64 while > building elfutils. > > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/1/builds/932 > > Build s

Re: ☠ Buildbot (Wildebeest Builder): elfutils - failed test (failure) (master)

2022-04-13 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > So maybe corruptin the sqlite database prevents a proper shutdown of > the debuginfod process? Yeah, that test is a bit blunt and unpredictable. (We're literally overwriting a piece of the database file that the process has open and has random parts in cache.) I'm thinking this is not wo

Re: [PATCH] PR29022: 000-permissions files cause problems for backups

2022-04-13 Thread Aaron Merey via Elfutils-devel
Hi Mark, Thanks for the review. I fixed the issues you pointed out (good catch re. setting rc before closing fd) and pushed as commit 8b568fdea8 with Tested-by: Milian Wolff added. Milian, thanks again for taking a look at this. Aaron

[Bug debuginfod/29022] 000-permissions files cause problems for backups

2022-04-13 Thread amerey at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29022 Aaron Merey changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED