Re: important newlib patches

Craig Small <[email protected]> Mon, 7 Mar 2022 20:34:56 +1100
Newsgroups gmane.linux.procps.devel
Message-ID <CALy8Cw5KZiM+=v4ro7p5ZdL7vOdC73oWuxvKc3bUHf5EGT=kFQ@mail.gmail.com>
Hi Jim,
On Mon, 7 Mar 2022 at 19:07, Jim Warner <[email protected]> wrote:

> I just checked and this bug goes all the way back to at least the 3.2.8
> version of ps (before 2002).  So I killed a 2 decade old bug, yipee!
>
Wow!


> Anyway, while I thought I was going to be uninspired for awhile I came
> up with the enclosed five additional patches.
>
They're pushed now.

ps. The newlib build system may need attention.  Unlike master, I can't
> do a 'make dist' on a newly configured branch.  I must do a vanilla
> 'make' first and then the 'make dist' lest I get a po4a error.
>
Strange, I tried it here. make clean ; configure ; make dist
worked fine. Do you have po4a? Maybe its to do with the version.

po4a is quite annoying because it mixes updating the po files with making
the man pages together and its very fiddly to fix that.
 - Craig