[PATCH] debuginfod: DEBUGINFOD_URLS should accept scheme-free urls

2020-07-03 Thread Alice Zhang via Elfutils-devel
Check scheme instead of effective url so that user may abbreviate DEBUGINFOD_URL. Add one test for scheme free http url. Notice that libcurl does not provide an almighty scheme free url support, /path/to/something without FILE:// can not be recognized in most circumstances, therefore for the neatn

[Bug debuginfod/25509] Break a cyclic dependency by core packages

2020-07-03 Thread eschwartz at archlinux dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25509 --- Comment #19 from Mark Wielaard --- (In reply to Eli Schwartz from comment #13) > I think we'd prefer to have the ability to build libdebuginfod without the > server. I believe you get that with --enable-libdebuginfod --disable-debuginfod,

[Bug debuginfod/25509] Break a cyclic dependency by core packages

2020-07-03 Thread eschwartz at archlinux dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25509 --- Comment #21 from Eli Schwartz --- (In reply to Mark Wielaard from comment #17) > I admit that having the combination --enable-libdebuginfod=dummy and > --enable-libdebuginfod is somewhat redundant/non-sensical, but it helps with > (build t

[Bug debuginfod/25509] Break a cyclic dependency by core packages

2020-07-03 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25509 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tools/26043] eu-addr2line debuginfo-path option with relative path doesn't find file:line information

2020-07-03 Thread devel.origin at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26043 --- Comment #9 from devel.origin at gmail dot com --- Other option is just to change the manpage. Those who write this kind of scripts are probably reading it. Adding a realpath/readling to a script is a one-time job for them. -- You are rece