Re: keep on patchin'
Jim Warner <[email protected]> Wed, 21 Oct 2020 15:33:11 -0500
| Newsgroups | gmane.linux.procps.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/19/20 3:40 AM, Craig Small wrote:
>
> The pushed change cleans before and after the build/test.
HI Craig,
Attach are some minor patches for our two branches. The topmost newlib
patch just eliminates the final 'clean' output so check-lib test results
aren't buried.
> OK, above that somewhere is the real error. That would be worth
> checking out. Make is correctly aborting because dejagnu is reporting
> an error. My guess is a timing/grep issue, it is almost always this.
I finally tracked down the error that required 'make check -i'.
If there is a '+' character in the repository path the following
testsuite Makefile line will fail:
srcdir='$(srcdir)'; export srcdir
So I've revised my all my development directory names and supporting
scripts to avoid that '+' character and am now able to do a 'make check'
without the -i switch.
Regards,
Jim
( and a big thank you to autotools and/or dejagnu for their bug )
master-has-1.tgz
(application/x-compressed-tar, 1.1 KB) - not displayed
newlib-has-2.tgz
(application/x-compressed-tar, 1.4 KB) - not displayed