This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/23985] broken build: libinproctrace.so may depend on gnulib


https://sourceware.org/bugzilla/show_bug.cgi?id=23985

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
Yeah, this came up recently for a stat call.  We were able to work around it
then.  See:
https://sourceware.org/ml/gdb-patches/2018-09/msg00367.html

We could avoid this one too, by e.g., printing errno as a number instead of
using strerror...

I wish that someone would fix gnulib to stop thinking it needs to replace
musl's  functions...  Fixing that would of course "fix" these issues as well.

Buildroot has a number of gnulib related hacks:

 https://git.buildroot.org/buildroot/tree/package/gdb/gdb.mk#n77

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]