[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: “make dist” fails on ‘master’
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: “make dist” fails on ‘master’ |
Date: |
Sun, 08 Jan 2012 22:06:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
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.
regards,
Nikos