[Bug debuginfod/27532] New: debuginfod should ask the user for permission before downloading files

2021-03-05 Thread sergiodj at sergiodj dot net via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27532 Bug ID: 27532 Summary: debuginfod should ask the user for permission before downloading files Product: elfutils Version: unspecified Status: NEW Severity: no

[Bug debuginfod/27531] New: Support retry of failed downloads

2021-03-05 Thread sergiodj at sergiodj dot net via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 Bug ID: 27531 Summary: Support retry of failed downloads Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfo

[Bug general/27450] Update Polish translation

2021-03-05 Thread ldv at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27450 --- Comment #8 from Dmitry V. Levin --- (In reply to Mark Wielaard from comment #7) > Two questions: > > 1) How should we manage the POTFILES? How did you note the missing files? > Can this be automated somehow? I was using $ git grep -El '\

[Bug general/27450] Update Polish translation

2021-03-05 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27450 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #7

Re: [PATCH 3/3] build: Check for -Wno-packed-not-aligned support

2021-03-05 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote: > From: Timm Bäder > > Clang does not support this warning, so check for compiler support > before using it. It is somewhat unfortunate that we need to check for -Wno- acceptance with clang. gcc also doesn't suppor

Re: [PATCH 2/3] build: Check for -Wtrampolines support

2021-03-05 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote: > From: Timm Bäder > > Clang does not support -Wtrampolines, so check if the compiler > supports > it before using it. Grin. If you don't support creating trampolines, then having a warning for them (or at least th

Re: [PATCH 1/3] build: Check for -Wimplicit-fallthrough=5 separately

2021-03-05 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote: > GCC accepts the =5, which means it doesn't try to parse any comments > and only accepts the fallthrough attribute in code. Clang does not ever > parse any comments and always wants the fallthrough attribute anyway.

Re: [PATCH] debginfod-client: Fix typo in curl feature detection

2021-03-05 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > CURLINFO_CURLINFO_CONTENT_LENGTH_DOWNLOAD_T is one CURLINFO_ too much. Thanks, merged. - FChE