[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #8 from yuri at tsoft dot com --- It might be that clang-built and gcc-built code is just compatible. Not sure if this is the case here. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #7 from yuri at tsoft dot com --- (In reply to Mark Wielaard from comment #6) > Sorry you have to ask whoever added -I/usr/local/share/gnulib/lib to CFLAGS > how that is supposed to work. Obviously the argp.h header found there isn'

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #6 from Mark Wielaard --- Sorry you have to ask whoever added -I/usr/local/share/gnulib/lib to CFLAGS how that is supposed to work. Obviously the argp.h header found there isn't usable as is. Normally people build against glibc or

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #5 from yuri at tsoft dot com --- The port adds -I/usr/local/share/gnulib/lib and LDFLAGS=/usr/local/lib/libargp.so - otherwise it doesn't find argp. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #4 from Mark Wielaard --- You might want to ask someone who knows about how freebsd provides argp to see if they understand why your CFLAGS seem to contain -I/usr/local/share/gnulib/lib and your LDFLAGS contain /usr/local/lib/libar

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #3 from yuri at tsoft dot com --- Also: * the problem only exists with gcc, and not with clang-12. * 0.179 didn't have such problem, so this is a regression. -- You are receiving this mail because: You are on the CC list for the b

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 --- Comment #2 from yuri at tsoft dot com --- configure arguments: > --program-prefix=eu- --disable-debuginfod --enable-nls --prefix=/usr/local configure output: > checking for library containing argp_parse... none required config.log file: h

[Bug general/29158] 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

Re: [PATCH] readelf: Support --dynamic with --use-dynamic

2022-05-19 Thread Mark Wielaard
Hi, On Thu, May 05, 2022 at 09:01:24PM +0800, Di Chen via Elfutils-devel wrote: > From 3ac23c2584d76114deab0c0af6f4af99068dc7f4 Mon Sep 17 00:00:00 2001 > From: Di Chen > Date: Thu, 28 Apr 2022 19:55:33 +0800 > Subject: [PATCH] readelf: Support --dynamic with --use-dynamic > > Currently, eu-read

[Bug general/29158] New: 0.187 fails to build with gcc-10: #error "Please include config.h first."

2022-05-19 Thread yuri at tsoft dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29158 Bug ID: 29158 Summary: 0.187 fails to build with gcc-10: #error "Please include config.h first." Product: elfutils Version: unspecified Status: UNCONFIRMED S

Re: [PATCH 0/4] Add AARCH64 pointer authentication support

2022-05-19 Thread German Gomez via Elfutils-devel
On 19/05/2022 14:30, German Gomez via Elfutils-devel wrote: > Hi Mark, thanks for looking, and sorry for the delay > > On 28/04/2022 20:56, Mark Wielaard wrote: >> Hi German, >> >> On Mon, Apr 25, 2022 at 02:03:07PM +, German Gomez via Elfutils-devel >> wrote: >>> [...] >> Thanks a lot for t

Re: [PATCH 0/4] Add AARCH64 pointer authentication support

2022-05-19 Thread German Gomez via Elfutils-devel
Hi Mark, thanks for looking, and sorry for the delay On 28/04/2022 20:56, Mark Wielaard wrote: > Hi German, > > On Mon, Apr 25, 2022 at 02:03:07PM +, German Gomez via Elfutils-devel > wrote: >> I've included a set of patches in order to demangle return addresses in >> aarch64 platforms with p