[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 16:46:49 +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/05/2012 02:22 PM, Ludovic Courtès wrote:
>
>> Hi,
>>
>> “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.
Thanks,
Ludo’.