elfutils 0.182 released

2020-10-31 Thread Mark Wielaard
ELFUTILS 0.182 - http://elfutils.org/ A new release of elfutils is available at: ftp://sourceware.org/pub/elfutils/0.182/ or https://sourceware.org/elfutils/ftp/0.182/ * NEWS * backends: Support for tilegx has been removed. config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.

Re: [PATCH] Do not install profile.d/debuginfod.*sh files unless debuginfod is enabled

2020-10-31 Thread Mark Wielaard
On Sat, Oct 31, 2020 at 09:55:28PM +0300, Dmitry V. Levin wrote: > Fixes: 94708e964601 ("PR25461: add /etc/profile.d files for default > $DEBUGINFOD_URLS") > Fixes: fee123fb771f ("PR25461: uninstall /etc/profile.d files for > distuninstallcheck") > Signed-off-by: Dmitry V. Levin > [...] > @@ -1,

Re: ** POTENTIAL FRAUD ALERT - RED HAT ** building static libs

2020-10-31 Thread Paul Smith
On Sat, 2020-10-31 at 15:52 -0400, Frank Ch. Eigler wrote: > > I'd like to build, just as an example, libdebuginfod as ONLY a > > static library and link it statically with debuginfod, gdb, etc. > > libdebuginfod relies on a bunch of other libraries (curl and all of > its dependencies), so a libde

Re: ** POTENTIAL FRAUD ALERT - RED HAT ** building static libs

2020-10-31 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > I'd like to build, just as an example, libdebuginfod as ONLY a static > library and link it statically with debuginfod, gdb, etc. libdebuginfod relies on a bunch of other libraries (curl and all of its dependencies), so a libdebuginfod.a is unlikely to buy you much. OTOH, libtool is one

building static libs

2020-10-31 Thread Paul Smith
Hi all; sorry for the lack of more details on my coredumper library issue. I am underwater with other things but I will definitely get back to that, hopefully next week. In the meantime I have a question: has anyone done any work to get the --{enable/disable}-{shared/static} configure options wor

[PATCH] Do not install profile.d/debuginfod.*sh files unless debuginfod is enabled

2020-10-31 Thread Dmitry V. Levin
Fixes: 94708e964601 ("PR25461: add /etc/profile.d files for default $DEBUGINFOD_URLS") Fixes: fee123fb771f ("PR25461: uninstall /etc/profile.d files for distuninstallcheck") Signed-off-by: Dmitry V. Levin --- config/ChangeLog | 5 + config/Makefile.am | 2 +- 2 files changed, 6 insertions

[COMMITTED] Prepare for 0.182

2020-10-31 Thread Mark Wielaard
Set version to 0.182. Update NEWS and elfutils.spec.in. Regenerate po/*.po files. Signed-off-by: Mark Wielaard --- ChangeLog | 5 + NEWS| 14 + config/ChangeLog| 4 + config/elfutils.spec.in | 9 + configure.ac| 2 +- po/ChangeLog

obv [PATCH] debuginfod acceleration, metrics

2020-10-31 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Committing as obvious enough. :-) Author: Frank Ch. Eigler Date: Sat Oct 31 09:48:56 2020 -0400 debuginfod: Accelerate traversal, shutdowns, improve metrics Added new metrics for scanning that allow estimation of its reading bandwidth. Accelerated responsivity to SIGINT

[COMMITTED] tests: Add dlopen override to dwfl-proc-attach for old glibc/valgrind.

2020-10-31 Thread Mark Wielaard
Some combination of old glibc and valgrind create unsuppressable memory leak warnings when the process is run under valgrind, is multi-threaded and uses dlopen. libdw will try to dlopen libdebuginfod be default. So simply override dlopen and always return NULL to make sure libdebuginfod is never lo

Re: Buildbot failure in Wildebeest Builder on whole buildset

2020-10-31 Thread Mark Wielaard
Hi, On Sat, 2020-10-31 at 02:12 +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset > while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/2/builds/600 > > Buildbot URL: htt