|
From: Florian K. <fl...@ei...> - 2013-09-05 21:11:38
|
Hi Carl, I'm seeing this at the end of a make regtest run: (r13534) none/tests/ppc32/Makefile.am:1: error: jm-misc.stderr.exp is in EXTRA_DIST but doesn't exist none/tests/ppc32/Makefile.am:1: error: jm-misc.stdout.exp is in EXTRA_DIST but doesn't exist none/tests/ppc32/Makefile.am:1: error: jm-misc.vgtest is in EXTRA_DIST but doesn't exist none/tests/ppc64/Makefile.am:1: error: jm-misc.stderr.exp is in EXTRA_DIST but doesn't exist none/tests/ppc64/Makefile.am:1: error: jm-misc.stdout.exp is in EXTRA_DIST but doesn't exist none/tests/ppc64/Makefile.am:1: error: jm-misc.vgtest is in EXTRA_DIST but doesn't exist Did you forget to add these files ? Florian |
|
From: Carl E. L. <ce...@li...> - 2013-09-05 21:24:11
|
On Thu, 2013-09-05 at 22:57 +0200, Florian Krohm wrote:
> Hi Carl,
>
> I'm seeing this at the end of a make regtest run: (r13534)
>
> none/tests/ppc32/Makefile.am:1: error: jm-misc.stderr.exp is in
> EXTRA_DIST but doesn't exist
> none/tests/ppc32/Makefile.am:1: error: jm-misc.stdout.exp is in
> EXTRA_DIST but doesn't exist
> none/tests/ppc32/Makefile.am:1: error: jm-misc.vgtest is in EXTRA_DIST
> but doesn't exist
> none/tests/ppc64/Makefile.am:1: error: jm-misc.stderr.exp is in
> EXTRA_DIST but doesn't exist
> none/tests/ppc64/Makefile.am:1: error: jm-misc.stdout.exp is in
> EXTRA_DIST but doesn't exist
> none/tests/ppc64/Makefile.am:1: error: jm-misc.vgtest is in EXTRA_DIST
> but doesn't exist
>
> Did you forget to add these files ?
Yup, screwed up and forgot the add on these new files. Sorry about
that. Fixed in commit r13535
Carl Love
|