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

2025-01-21 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/378 Build state: failed test (failure) Revision: 4eff110a60cb9c7b77884c61f5925fe844c52acb Worker: fedora-ppc

Re: [PATCH] Replace usage of ar with stored library manifest files

2025-01-21 Thread Mark Wielaard
Hi Michael, On Mon, 2025-01-13 at 23:56 +, Michael Pratt wrote: > The ar program is called to assemble a list of objects > within each archive to assist in building combined libraries, > however make already has this information > when processing the subdirectory for that respective library. >

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

2025-01-21 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32540 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

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

2025-01-21 Thread michael.tremer at ipfire dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32540 --- Comment #2 from Michael Tremer --- Hello Mark, thank you for getting back to me on this. I did notice the string function, but how would I programmatically check what kind of error was returned? String matching does not sound like a safe

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

2025-01-21 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32540 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug libdw/32548] musl/error-standalone incompatibility (error.h)

2025-01-21 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32548 Mark Wielaard changed: What|Removed |Added CC||arsen at sourceware dot org,

[Bug tools/32538] unexpected result with addr2line

2025-01-21 Thread amerey at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32538 Aaron Merey changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

Re: [PATCH] libdwfl/argp-std.c: Set offline_next_address for a.out default

2025-01-21 Thread Aaron Merey
On Tue, Jan 21, 2025 at 9:02 AM Mark Wielaard wrote: > > Hi Aaron, > > On Mon, 2025-01-20 at 19:38 -0500, Aaron Merey wrote: > > If none of -e, -p or -k is given as a command line option, libdwfl > > parse_opt will use '-e a.out' as the default. > > > > When handling -e, parse_opt will set dwfl->o

Re: [PATCH] libdwfl/argp-std.c: Set offline_next_address for a.out default

2025-01-21 Thread Mark Wielaard
Hi Aaron, On Mon, 2025-01-20 at 19:38 -0500, Aaron Merey wrote: > If none of -e, -p or -k is given as a command line option, libdwfl > parse_opt will use '-e a.out' as the default. > > When handling -e, parse_opt will set dwfl->offline_next_address > to 0. However when handling the default '-e a