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/284
Build state: build successful
Revision: 3f956f8f8609f508ead2becc594c2338681cc6d0
Worker: debian-armhf
Bu
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/283
Build state: failed test (failure)
Revision: 0ba2e4aa9945019a8c6db95d27d142b660a63a79
Worker: debian-armhf
https://sourceware.org/bugzilla/show_bug.cgi?id=31562
--- Comment #3 from Mark Wielaard ---
Note that the testcase would fail on systems where /bin/sh !== bash. Fixed with
a followup patch:
commit 3f956f8f8609f508ead2becc594c2338681cc6d0
Author: Mark Wielaard
Date: Wed Mar 27 15:25:16 2024 +0
The test uses set -o pipefail which is a bashism and so the test fails
on systems where /bin/sh isn't bash.
* tests/run-debuginfod-client-profile.sh: Use bash.
Signed-off-by: Mark Wielaard
---
tests/run-debuginfod-client-profile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
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/111
Build state: failed test (failure)
Revision: 0ba2e4aa9945019a8c6db95d27d142b660a63a79
Worker: snaps
Hi Aaron,
Adding Freso to the CC since he is the original author of the fish
support.
On Tue, Mar 26, 2024 at 07:52:49PM -0400, Aaron Merey wrote:
> Fish does not support bracketed variables in scripts. Remove brackets
> from the variable ${prefix} in profile.fish before installation to
> preven
https://sourceware.org/bugzilla/show_bug.cgi?id=31562
Mark Wielaard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Hi Dmitry,
On Wed, Mar 27, 2024 at 12:59:13AM +0200, Dmitry V. Levin wrote:
> On Tue, Mar 26, 2024 at 09:49:48PM +0100, Mark Wielaard wrote:
> > profile.sh might fail with set -o pipefail because:
> >
> > cat /dev/null "${prefix}/etc/debuginfod"/*.urls 2>/dev/null | tr '\n' ' '
> >
> > might fai