poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gettext and distcheck failure


From: Luca Saiu
Subject: Gettext and distcheck failure
Date: Sun, 15 Sep 2019 22:25:22 +0200
User-agent: Gnus (Gnus v5.13), GNU Emacs 25.1.50.2, x86_64-unknown-linux-gnu

On 2019-09-15 at 20:34 +0200, Luca Saiu wrote:

> In any case Poke's test suite passes with no failures.

But, I have just noticed, distcheck fails because of something related
to gettext.  This is unrelated to the Jitter change.

From different build directories, in one case with configure.ac modified
to use AC_JITTER and Makefile.am not to have jitter in SUBS:

(./configure --prefix=/tmp/poke-prefix CFLAGS='-Werror' && make && make 
distcheck) &> /tmp/DISTCHECK-DEPENDENCY
(../configure --prefix=/tmp/poke-prefix CFLAGS='-Werror' && make && make 
distcheck) &> /tmp/DISTCHECK-SUBPACKAGE

In either case, I get this at the end:

config.status: error: cannot find input file: `po/Makefile.in.in'

It is clearly the argument to AC_CONFIG_FILES:

AC_CONFIG_FILES(Makefile
                lib/Makefile
                src/Makefile
                pickles/Makefile
                doc/Makefile
                po/Makefile.in
                testsuite/Makefile)

You do not want ".in" there.

Regards,

-- 
Luca Saiu
* My personal web site:  http://ageinghacker.net
* GNU epsilon:           http://www.gnu.org/software/epsilon
* Jitter:                http://ageinghacker.net/projects/jitter

I support everyone's freedom of mocking any opinion or belief, no
matter how deeply held, with open disrespect and the same unrelented
enthusiasm of a toddler who has just learned the word "poo".

Attachment: DISTCHECK-DEPENDENCY
Description: Binary data

Attachment: DISTCHECK-SUBPACKAGE
Description: Binary data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]