poke-devel
[Top][All Lists]
Advanced

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

Gettext and distcheck failure [Was: Re: [Patch] Integrating Jitter as a


From: Luca Saiu
Subject: Gettext and distcheck failure [Was: Re: [Patch] Integrating Jitter as a sub-package in Poke: first iteration]
Date: Sun, 15 Sep 2019 22:29:47 +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'

The problem seems to be the argument to AC_CONFIG_FILES:

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

I am not at all familiar with the interactions between Gettext and the
Autotools, but I see "po/Makefile.in.in" mentioned in the Gettext
manual.  Maybe you just forgot to distribute some file.

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]