Re: Fwd: Anton Baltser, bug with libdebuginfod

2023-07-31 Thread anton baltser
Yes, it works! Thanks for your help! On Mon, Jul 31, 2023, 18:43 Mark Wielaard wrote: > Hi Anton, > > On Sun, 2023-07-30 at 22:05 +0300, anton baltser wrote: > > Thanks for the quick response. > > I did: > > $ ./configure --prefix=/usr\ > > > --disable-debuginfod

Re: Fwd: Anton Baltser, bug with libdebuginfod

2023-07-31 Thread Mark Wielaard
Hi Anton, On Sun, 2023-07-30 at 22:05 +0300, anton baltser wrote: > Thanks for the quick response. > I did: > $ ./configure --prefix=/usr\ > > --disable-debuginfod \ > > --enable-libdebuginfod=dummy \ > > --libdir=/libm > $ make ins

Re: Fwd: Anton Baltser, bug with libdebuginfod

2023-07-30 Thread anton baltser
Thanks for the quick response. I did: $ ./configure --prefix=/usr\ > --disable-debuginfod \ > --enable-libdebuginfod=dummy \ > --libdir=/libm $ make install : Making install in tests make[2]: Nothing to be done for 'install-exec-am'.

Re: Fwd: Anton Baltser, bug with libdebuginfod

2023-07-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > I need to install > I tried to install elfutils - 0.189 version , and I could solve installing > libdebuginfod. > My system ubuntu 20.04/wsl2 > > I used ./configure --prefix=/usr\ > --disable-debuginfod \ > --enable-libdebuginfod=dummy \

Fwd: Anton Baltser, bug with libdebuginfod

2023-07-30 Thread anton baltser
-- Forwarded message - From: anton baltser Date: Sun, 30 Jul 2023 at 17:02 Subject: Anton Baltser, bug with libdebuginfod To: Hello, nice to meet you! I need to install I tried to install elfutils - 0.189 version , and I could solve installing libdebuginfod. My system ubuntu 2