Re: dependency

2018-07-04 Thread Mark Wielaard
On Mon, Jul 02, 2018 at 10:04:05PM +, Sasha Da Rocha Pinheiro wrote: > I think the link should be direct to the file, since we download and > extract. Otherwise, if the link was to a directory the issue would > continue, since we would need to verify the version to compose the > filename. > >

[Bug general/21008] Incompatible with MUSL libc: error.h and error() not provided

2018-07-04 Thread ross at burtonini dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21008 --- Comment #2 from Ross Burton --- I've just sent a patch to the list to consolidate the error includes. -- You are receiving this mail because: You are on the CC list for the bug.

[PATCH] readelf: Don't shadow index function from string.h

2018-07-04 Thread Mark Wielaard
On some ancient GCC versions (4.4.7 at least) -Wshadow warns about local variables "shadowing" global function definitions. readelf.c: In function ‘print_debug_addr_section’: readelf.c:5265: error: declaration of ‘index’ shadows a global declaration /usr/include/string.h:489: error: shadowed

[Bug general/23370] New: run-next-cfi-self.sh fails on armv7l

2018-07-04 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=23370 Bug ID: 23370 Summary: run-next-cfi-self.sh fails on armv7l Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component

[PATCH 2/2] Consolidate error.h inclusion in system.h

2018-07-04 Thread Ross Burton
error.h isn't standard and so isn't part of the musl C library. To easy future porting, consolidate the inclusion of error.h into system.h. https://sourceware.org/bugzilla/show_bug.cgi?id=21008 Signed-off-by: Ross Burton --- lib/color.c| 2 +- lib/system.h

[PATCH 1/2] Require gawk in maintainer mode

2018-07-04 Thread Ross Burton
gawk is required to build known_dwarf.h, so check for it in configure.ac. Signed-off-by: Ross Burton --- configure.ac | 4 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 1cf6245b..a3b29939 100644 --- a/configure.ac +++ b/configure.ac @@ -618,6 +618,10 @@ if