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

2025-06-26 Thread builder
A restored build has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/6/builds/427 Build state: build successful Revision: 65d383a7e653524388ff2ea382be3eac1d04061f Worker: debian-armhf Bu

[Bug general/33103] elfutils fails in-tree build due to ./stack binary #included via

2025-06-26 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=33103 --- Comment #6 from Mark Wielaard --- Note that a followup commit was necessary to fix building one testcase that broke make check: commit 65d383a7e653524388ff2ea382be3eac1d04061f (HEAD -> main) Author: Mark Wielaard Date: Thu Jun 26 21:36

[COMMITTED] libdw: Add DEFAULT_INCLUDES to CHECK_DEF_FLAGS

2025-06-26 Thread Mark Wielaard
DEFAULT_INCLUDES includes -I. which is needed for compiling the testcases with -DMAIN_CHECK=1. This fixes make check after commit 76bd5f6bea9b "config: Adjust AM_CPPFLAGS for srcdir and .. path includes" * libdw/Makefile.am (CHECK_DEF_FLAGS): Add DEFAULT_INCLUDES. Signed-off-by: Mark Wie

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

2025-06-26 Thread builder
A new failure has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/6/builds/426 Build state: failed test (failure) Revision: 76bd5f6bea9bbeed68b1434455e4904d0fc22b04 Worker: debian-armhf

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

2025-06-26 Thread builder
A new failure has been detected on builder elfutils-snapshots-coverage while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/250/builds/249 Build state: failed test (failure) Revision: 76bd5f6bea9bbeed68b1434455e4904d0fc22b04 Worker: snaps

[Bug general/33103] elfutils fails in-tree build due to ./stack binary #included via

2025-06-26 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=33103 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[COMMITTED] config: Adjust AM_CPPFLAGS for srcdir and .. path includes

2025-06-26 Thread Mark Wielaard
When building with clang and libc++ some standard headers might try including even when no source file requests such include directly. When building with srcdir == builddir this might clash in the src dir since we then build a stack binary there and the src dir also has srcfiles.cxx which might in