bug#30756: Use {C,CPLUS,OBJC}_INCLUDE_PATH instead of CPATH

2019-12-14 Thread Mark Wielaard
I am seeing this issue with guix (GNU Guix) f69439dff438e59fbd24b76949b8767360f2cd72 using gcc (GCC) 9.2.0. e.g. $ cat > t.c #include int main() { error (0, 0, "what!?"); return 0; } $ gcc -Wformat -Wformat-nonliteral -Werror -g -O2 -o t t.c In file included from /home/mark/.guix-profile/

bug#39503: Supporting elf-debuginfod (debug symbol server)

2020-02-09 Thread Mark Wielaard
Hi Ludo, On Sat, Feb 08, 2020 at 12:07:22AM +0100, Ludovic Courtès wrote: > I’ve just watched Mark’s very nice talk about debuginfod and and I’d > like to work towards running an instance of it on ci.guix.gnu.org: > > https://fosdem.org/2020/schedule/event/debugging_debuginfod/ Glad you liked