[Bug general/21010] New: Incompatible with MUSL libc: strerror_r

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21010 Bug ID: 21010 Summary: Incompatible with MUSL libc: strerror_r Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Compon

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

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21008 --- Comment #1 from Luiz Angelo Daros de Luca --- BTW, simply moving the include into system.h will dramatically reduce the number of files I need to patch in order to compile with MUSL. -- You are receiving this mail because: You are on the

The elfutils-devel mailinglist is now at sourceware.

2016-12-30 Thread Mark Wielaard
Hi elfutils hackers, The elfutils-devel mailinglist is now hosted at sourceware. https://sourceware.org/ml/elfutils-devel/ Everybody subscribed to the old elfutils-devel hosted at lists.fedorahosted.org has been subscribed to the new list. This is the last message to go to the old list. Everybod

[Bug general/21009] Incompatible with MUSL libc: canonicalize_file_name

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21009 Luiz Angelo Daros de Luca changed: What|Removed |Added Blocks||21002 Referenced Bugs:

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

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21008 Luiz Angelo Daros de Luca changed: What|Removed |Added Blocks||21002 Referenced Bugs:

[Bug general/21010] Incompatible with MUSL libc: strerror_r

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21010 Luiz Angelo Daros de Luca changed: What|Removed |Added Blocks||21002 Referenced Bugs:

[Bug general/21002] Incompatible with MUSL libc

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21002 Luiz Angelo Daros de Luca changed: What|Removed |Added Depends on||21008, 21009, 21010 --- C

[Bug general/21011] New: "may be used uninitialized" error with -Werror=maybe-uninitialized

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21011 Bug ID: 21011 Summary: "may be used uninitialized" error with -Werror=maybe-uninitialized Product: elfutils Version: unspecified Status: UNCONFIRMED Severity

Re: The elfutils-devel mailinglist is now at sourceware.

2016-12-30 Thread Kurt Roeckx
On Fri, Dec 30, 2016 at 10:25:42PM +0100, Mark Wielaard wrote: > Hi elfutils hackers, > > The elfutils-devel mailinglist is now hosted at sourceware. > https://sourceware.org/ml/elfutils-devel/ > > Everybody subscribed to the old elfutils-devel hosted at > lists.fedorahosted.org has been subscrib

[Bug general/21011] "may be used uninitialized" error with -Werror=maybe-uninitialized

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21011 --- Comment #1 from Luiz Angelo Daros de Luca --- Another case: i386_disasm.c: In function 'i386_disasm': /home/luizluca/prog-local/lede/trunk/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.15/include/fortify/string.h:47:24: error: 'str

[Bug general/21011] "may be used uninitialized" error with -Werror=maybe-uninitialized

2016-12-30 Thread pmachata at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21011 --- Comment #2 from pmachata at gmail dot com --- On Dec 31, 2016 00:14, "luizluca at gmail dot com" < sourceware-bugzi...@sourceware.org> wrote: --- a/libcpu/i386_disasm.c +++ b/libcpu/i386_disasm.c @@ -822,6 +822,7 @@ i386_disasm (Ebl *ebl _

[Bug general/21002] Incompatible with MUSL libc

2016-12-30 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21002 --- Comment #5 from Luiz Angelo Daros de Luca --- It is not part of my use case but besides the problems already mentioned, elfutils/src will still miss from glibc: - obstack - fts (I already use a patch to remove its dependency on lib*) The