[Bug general/21002] Incompatible with MUSL libc

2018-03-09 Thread luizluca at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21002 --- Comment #7 from Luiz Angelo Daros de Luca --- I'm back with news. I manage to compile all elfutils for OpenWrt, not just libs. As expected, obstack and fts were missing. I managed to build using: https://github.com/pullmoll/musl-obstack

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

2018-03-09 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21009 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug general/21002] Incompatible with MUSL libc

2018-03-09 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21002 Bug 21002 depends on bug 21009, which changed state. Bug 21009 Summary: Incompatible with MUSL libc: canonicalize_file_name https://sourceware.org/bugzilla/show_bug.cgi?id=21009 What|Removed |Added --

Re: [PATCH] libdwfl: Use realpath (name, NULL) instead of canonicalize_file_name (name).

2018-03-09 Thread Mark Wielaard
On Mon, Mar 05, 2018 at 02:24:56PM +0100, Mark Wielaard wrote: > Some systems apparently don't provide canonicalize_file_name. Since > canonicalize_file_name (path) is defined as realpath(path, NULL) just > use realpath everywhere. Pushed to master.