Re: [Bug debuginfod/27982] added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIME

2021-07-30 Thread Noah Sanci via Elfutils-devel
Hello, Here is the real patch :). Thanks, Noah On Fri, Jul 30, 2021 at 7:11 AM Mark Wielaard wrote: > > Hi Noah, > > On Thu, 2021-07-29 at 16:29 -0400, Noah Sanci wrote: > > Why have MAXTIME default to LONG_MAX? Which is long, but different > > > on > > > different arches 32/64bit. If MAXSIZE =

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > aha, ok, I understand now. This makes testing in-tree a bit more > difficult. So the .so ./debuginfod-client-config.7 does work if you got > into the doc/ subdirectory, then man ./debuginfod-find.1 does show the > included chunks. But for the installed tree it should be .so man7 > debuginfo

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-30 Thread Mark Wielaard
Hi Frank, On Thu, 2021-07-29 at 10:36 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Is debuginfod-client-config.7 intended to be installed? If so it should > > be added to notrans_dist_man7_MANS in doc/Makefile.am, [...] > > Yeah. > > > If it isn't intended to be installed, maybe give it a

Re: [Bug debuginfod/27982] added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIME

2021-07-30 Thread Mark Wielaard
Hi Noah, On Thu, 2021-07-29 at 16:29 -0400, Noah Sanci wrote: > Why have MAXTIME default to LONG_MAX? Which is long, but different > > on > > different arches 32/64bit. If MAXSIZE == 0 means infinite, why not make > > MAXTIME=0 the same for consistency? > > Fixed. > > > The bug suggests to also