[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: “make dist” fails on ‘mas ter’
From: |
Ludovic Courtès |
Subject: |
Re: “make dist” fails on ‘mas ter’ |
Date: |
Sun, 08 Jan 2012 22:30:56 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) |
Hi Nikos,
Nikos Mavrogiannopoulos <address@hidden> skribis:
> On 01/08/2012 04:46 PM, Ludovic Courtès wrote:
>
>
>>>> “make dist” appears to be failing on ‘master’ (from
>>>> <http://hydra.nixos.org/build/1722988/>):
>>>> rm -f address@hidden &&
>>>> /nix/store/x9792w5bv44jf9127nbjlsxswziinxrd-gettext-0.18.1.1/bin/msgfmt -c
>>>> --statistics --verbose -o address@hidden address@hidden
>>>> address@hidden: 292 translated messages.
>>>> make[4]: Entering directory
>>>> `/tmp/nix-build-n7bzdxkpbh2fsl67r0ypscxpjih7ylkm-gnutls-tarball-0pre38718fe94ae05a81a2acc437dd3bf24af0173143.drv-0/git-export/po'
>>>> File cs.po does not exist. If you are a translator, you can create it
>>>> through 'msginit'.
>>>> make[4]: *** [cs.po-create] Error 1
>>>> make[4]: Leaving directory
>>>> `/tmp/nix-build-n7bzdxkpbh2fsl67r0ypscxpjih7ylkm-gnutls-tarball-0pre38718fe94ae05a81a2acc437dd3bf24af0173143.drv-0/git-export/po'
>>> Hi Ludo,
>>> Just figured out.
>> Seems the problem is still here: <http://hydra.nixos.org/build/1782567>.
>>> Shouldn't make autoreconf fix that?
>> On Hydra builds start from a fresh checkout and do the full bootstrap
>> procedure, which should work.
>
>
> What do you do for bootstrapping? I just tried on a clean clone and it
> compiles fine.
autoreconf -vfi && \
./configure --disable-static --disable-dependency-tracking \
--prefix=/tmp/xxx --with-lzo \
--with-libtasn1-prefix=/nix/store/cam03zw4zic4dai01xyhj9i48brydddg-libtasn1-2.12
\
--enable-guile --enable-gtk-doc && \
make && \ # <- fails here
make dist
Thanks,
Ludo’.