☺ Buildbot (Sourceware): elfutils - build successful (main)

2025-01-10 Thread builder
A restored build has been detected on builder elfutils-fedora-ppc64le while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/55/builds/375 Build state: build successful Revision: 977c4dba220db572fe5ff43b6eb8b81673be0ef7 Worker: fedora-ppc64

Re: [PATCH] libcpu: Remove false positive null ptr deref warning for GCC, -O3

2025-01-10 Thread Aaron Merey
Hi Phi, On Fri, Jan 10, 2025 at 8:26 AM Phi wrote: > > I try to send a patch via thunderbird, I don't know if the process is correct. > I tried from gmail but it was not good. > > The patch is trivial and I use it to learn the patch submission process, > along with the signed-off-by process Tha

Re: [PATCH] config: Put the -D option as first argument to INSTALL_DATA

2025-01-10 Thread Aaron Merey
Hi Mark, On Wed, Jan 8, 2025 at 6:45 AM Mark Wielaard wrote: > > INSTALL_DATA uses the install program to install files. The GNU > coreutils implementation of install takes options anywhere. Other > implementations of install might take options only before the source > and destination arguments.

Re: [PATCH] Update minimum C compiler supported to C11 plus stdatomic.h

2025-01-10 Thread Aaron Merey
Hi Mark, On Thu, Nov 21, 2024 at 6:34 PM Mark Wielaard wrote: > > We were using a somewhat odd mix of gnu99 with a fallback atomics.h so > we could build with gcc 4.7. Lets requires a compiler that can do at > least C11 and has a stdatomic.h. So we can build against any C > standard >= C11 (inclu

Re: ☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2025-01-10 Thread Aaron Merey
On Fri, Jan 10, 2025 at 3:50 PM wrote: > > A new failure has been detected on builder elfutils-fedora-ppc64le while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/55/builds/374 > > Build state: failed test (failure) > Revision: c79

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2025-01-10 Thread builder
A new failure has been detected on builder elfutils-fedora-ppc64le while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/55/builds/374 Build state: failed test (failure) Revision: c79c1d4d1d2995aefeb0119868b19c08d3184edb Worker: fedora-ppc

Re: [PATCH 3/3] Consolidate list of custom phony targets

2025-01-10 Thread Aaron Merey
Hi Michael, On Sun, Nov 24, 2024 at 2:04 PM Michael Pratt wrote: > > Having a target defined as phony within a condition > while another target is always defined as phony > causes an automake warning: > > Makefile.am:67: warning: .PHONY was already defined in condition TRUE, > which includes c

[Bug libdw/32540] New: dwarf_errno() error codes are private

2025-01-10 Thread michael.tremer at ipfire dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32540 Bug ID: 32540 Summary: dwarf_errno() error codes are private Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Componen

[PATCH] libcpu: Remove false positive null ptr deref warning for GCC, -O3

2025-01-10 Thread Phi
Hi All, I try to send a patch via thunderbird, I don't know if the process is correct. I tried from gmail but it was not good. The patch is trivial and I use it to learn the patch submission process, along with the signed-off-by process Cheers, Phi From 3ac65cf6eec36a9a22af378e89bc4d5b148d8713