“make dist” fails on ‘master’
Ludovic Courtès
ludo at gnu.org
Sun Jan 8 22:30:56 CET 2012
Hi Nikos,
Nikos Mavrogiannopoulos <nmav at gnutls.org> 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 en at quot.gmo && /nix/store/x9792w5bv44jf9127nbjlsxswziinxrd-gettext-0.18.1.1/bin/msgfmt -c --statistics --verbose -o en at quot.gmo en at quot.po
>>>> en at quot.po: 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’.
More information about the Gnutls-devel
mailing list