bug-make
[Top][All Lists]
Advanced

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

Re: NLS-related failure when building make from CVS


From: Stefano Lattarini
Subject: Re: NLS-related failure when building make from CVS
Date: Mon, 07 Jan 2013 19:58:14 +0100

On 01/06/2013 07:58 PM, Paul Smith wrote:
> On Sun, 2013-01-06 at 19:04 +0100, Stefano Lattarini wrote:
>> Here is the error:
>>
>>   make[2]: Entering directory `/devel/bleeding/src/make/po'
>>   make[2]: `be.gmo' is up to date.
>>   make[3]: Entering directory `/devel/bleeding/src/make/po'
>>   File cs.po does not exist. If you are a translator, you can create it 
>> through 'msginit'.
> 
> That's odd; I just did this earlier today, from scratch, and it worked
> fine.
>
I can reproduce the problem also when bootstrapping from a fresh
checkout.

> It seems like for some reason your "make update" step failed to
> download the cs.po file from translationproject.org (but it obviously
> got at least some of the other .po files).
> 
> Do you have a log of the "make update" step?
>
$ make update
[ -d "po" ] && make do-po-update
make[1]: Entering directory '/devel/bleeding/src/make'
tmppo="/tmp/po-make-3.82.90.$$" \
  && rm -rf "$tmppo" \
  && mkdir "$tmppo" \
  && (cd "$tmppo" \
        && wget --passive-ftp -nv --recursive --level=1 --no-directories 
--no-parent --no-check-certificate -A '*.po' 
http://translationproject.org/latest/make) \
  && cp "$tmppo"/*.po ./po && rm -rf "$tmppo"
Read error (The request is invalid.) in headers.
Read error (The request is invalid.) in headers.
Read error (The request is invalid.) in headers.
Read error (The request is invalid.) in headers.
...
(and so on until I press Ctrl-C).

> Can you see if there was any error using wget to get cs.po?
> 

HTH,
  Stefano




reply via email to

[Prev in Thread] Current Thread [Next in Thread]