Re: Problems in the Make

2014-05-15 Thread David Tardon
Hi,

On Thu, May 15, 2014 at 11:16:03AM -0300, Klaibson Ribeiro wrote:
> Hi.
> 
> Remove all "tarballs" the file download.lst or Makefile.fetch?

I do not understand your question :-) But to clarify what I said: make
fetch creates a guard file when it has finished downloading so it does
not try to download anything again on the next run. Unless something has
changed. Touching either download.lst or Makefile.fetch supplies that
"something has changed" event :-)

D.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Problems in the Make

2014-05-15 Thread Klaibson Ribeiro

Hi.

Remove all "tarballs" the file download.lst or Makefile.fetch?

Good week.


Em 15.05.2014 11:04, David Tardon escreveu:

Hi,

On Thu, May 15, 2014 at 03:42:41PM +0200, Markus Mohrhard wrote:

Hey,

this has been fixed already. You need to pull again and I had to 
remove the

tarballs in external/tarballs as well.


Touching download.lst or Makefile.fetch should be enough to force make
to retry the downloads.

D.


--
KLAIBSON RIBEIRO
Graduado em Administração de Empresas - UNISUL
Currículo Lattes - http://lattes.cnpq.br/4254300895959474
Pós-graduando em Educação Tecnológica e Profissional - CETIQT/Senai
Membro da Associação Software Livre de Santa Catarina - SOLISC -
www.solisc.org.br
Membro da Comunidade LibreOffice - pt-br.libreoffice.org
Membro da The Document Foundation -
www.documentfoundation.org/foundation/members/
Usuário Linux: 559705 - Registre-se é de graça - http://counter.li.org
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Problems in the Make

2014-05-15 Thread David Tardon
Hi,

On Thu, May 15, 2014 at 03:42:41PM +0200, Markus Mohrhard wrote:
> Hey,
> 
> this has been fixed already. You need to pull again and I had to remove the
> tarballs in external/tarballs as well.

Touching download.lst or Makefile.fetch should be enough to force make
to retry the downloads.

D.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Problems in the Make

2014-05-15 Thread Markus Mohrhard
Hey,

this has been fixed already. You need to pull again and I had to remove the
tarballs in external/tarballs as well.

Regards,
Markus


2014-05-15 15:39 GMT+02:00 Klaibson Ribeiro :

>
> Good Morning.
>
> I have the problem in the compilation of make
>
> cd /home/klaibson/libreoffice/external/tarballs/tmp && wget
> --progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N
> http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3
> bc-unowinreg.dll 2>&1 | tee -a 
> /home/klaibson/libreoffice/external/tarballs/fetch.log
> && [ $PIPESTATUS -eq 0 ] && SUM=`md5sum 
> 185d60944ea767075d27247c3162b3bc-unowinreg.dll
> | sed "s/ .*//"` && if test "$SUM" != 
> "185d60944ea767075d27247c3162b3bc-unowinreg.dll";
> then echo ERROR: expected checksum for 
> 185d60944ea767075d27247c3162b3bc-unowinreg.dll
> is 185d60944ea767075d27247c3162b3bc-unowinreg.dll 2>&1 | tee -a
> /home/klaibson/libreoffice/external/tarballs/fetch.log; false; fi && mv
> 185d60944ea767075d27247c3162b3bc-unowinreg.dll ../
> --2014-05-15 10:03:54--  http://dev-www.libreoffice.org/extern/
> 185d60944ea767075d27247c3162b3bc-unowinreg.dll
> Resolvendo dev-www.libreoffice.org (dev-www.libreoffice.org)...
> 195.135.221.70, 2001:67c:2178:7::70
> Conectando-se a dev-www.libreoffice.org (dev-www.libreoffice.org)|
> 195.135.221.70|:80... conectado.
> A requisição HTTP foi enviada, aguardando resposta... 200 OK
> Tamanho: 12288 (12K) [text/plain]
> O arquivo no servidor não é mais novo que o local “./
> 185d60944ea767075d27247c3162b3bc-unowinreg.dll” -- ignorando.
>
> ERROR: expected checksum for 185d60944ea767075d27247c3162b3bc-unowinreg.dll
> is 185d60944ea767075d27247c3162b3bc-unowinreg.dll
> make: ** [/home/klaibson/libreoffice/workdir/download] Erro 1
>
>
> Someone help me?
>
> Good week.
>
>
> --
> KLAIBSON RIBEIRO
> Graduado em Administração de Empresas - UNISUL
> Currículo Lattes - http://lattes.cnpq.br/4254300895959474
> Pós-graduando em Educação Tecnológica e Profissional - CETIQT/Senai
> Membro da Associação Software Livre de Santa Catarina - SOLISC -
> www.solisc.org.br
> Membro da Comunidade LibreOffice - pt-br.libreoffice.org
> Membro da The Document Foundation -
> www.documentfoundation.org/foundation/members/
> Usuário Linux: 559705 - Registre-se é de graça - http://counter.li.org
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Problems in the Make

2014-05-15 Thread Klaibson Ribeiro


Good Morning.

I have the problem in the compilation of make

cd /home/klaibson/libreoffice/external/tarballs/tmp && wget 
--progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N 
http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
2>&1 | tee -a /home/klaibson/libreoffice/external/tarballs/fetch.log && 
[ $PIPESTATUS -eq 0 ] && SUM=`md5sum 
185d60944ea767075d27247c3162b3bc-unowinreg.dll | sed "s/ .*//"` && if 
test "$SUM" != "185d60944ea767075d27247c3162b3bc-unowinreg.dll"; then 
echo ERROR: expected checksum for 
185d60944ea767075d27247c3162b3bc-unowinreg.dll is 
185d60944ea767075d27247c3162b3bc-unowinreg.dll 2>&1 | tee -a 
/home/klaibson/libreoffice/external/tarballs/fetch.log; false; fi && mv 
185d60944ea767075d27247c3162b3bc-unowinreg.dll ../
--2014-05-15 10:03:54--  
http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
Resolvendo dev-www.libreoffice.org (dev-www.libreoffice.org)... 
195.135.221.70, 2001:67c:2178:7::70
Conectando-se a dev-www.libreoffice.org 
(dev-www.libreoffice.org)|195.135.221.70|:80... conectado.

A requisição HTTP foi enviada, aguardando resposta... 200 OK
Tamanho: 12288 (12K) [text/plain]
O arquivo no servidor não é mais novo que o local 
“./185d60944ea767075d27247c3162b3bc-unowinreg.dll” -- ignorando.


ERROR: expected checksum for 
185d60944ea767075d27247c3162b3bc-unowinreg.dll is 
185d60944ea767075d27247c3162b3bc-unowinreg.dll

make: ** [/home/klaibson/libreoffice/workdir/download] Erro 1


Someone help me?

Good week.


--
KLAIBSON RIBEIRO
Graduado em Administração de Empresas - UNISUL
Currículo Lattes - http://lattes.cnpq.br/4254300895959474
Pós-graduando em Educação Tecnológica e Profissional - CETIQT/Senai
Membro da Associação Software Livre de Santa Catarina - SOLISC -
www.solisc.org.br
Membro da Comunidade LibreOffice - pt-br.libreoffice.org
Membro da The Document Foundation -
www.documentfoundation.org/foundation/members/
Usuário Linux: 559705 - Registre-se é de graça - http://counter.li.org
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice