Re: DISTFILES: qemu-kvm: ERRORS: qemu-kvm-1.2.0.tar.gz bios.bin-1.7.4.gz

2014-02-03 Thread Marcin Krol

wget -nv --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/338293ab-1349-44bb-9002-ba0ccb8c0c3e/c5f88765e74945f7fa18c3a3141f5334/bios.bin-1.7.4.gz
 http://code.coreboot.org/p/seabios/downloads/get/bios.bin-1.7.4.gz:
http://code.coreboot.org/P/seabios/downloads/get/bios.bin-1.7.4.gz:
2014-02-03 13:45:59 ERROR 404: Not Found.


Any ideas which part of our automation changed p in above URL to 
uppercase causing error 404? Using builder or wget manually properly 
downloads this file. Any chances for fix or should I just upload it to 
distfiles manually?


M.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: DISTFILES: qemu-kvm: ERRORS: qemu-kvm-1.2.0.tar.gz bios.bin-1.7.4.gz

2014-02-03 Thread Marcin Krol

Any ideas which part of our automation changed p in above URL to
uppercase causing error 404? Using builder or wget manually properly
downloads this file. Any chances for fix or should I just upload it to
distfiles manually?


FYI, uploaded it manually to dropin.

M.

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: DISTFILES: qemu-kvm: ERRORS: qemu-kvm-1.2.0.tar.gz bios.bin-1.7.4.gz

2014-02-03 Thread Kacper Kornet
On Mon, Feb 03, 2014 at 03:21:28PM +0100, Marcin Krol wrote:
 wget -nv --no-check-certificate --user-agent=PLD/distfiles -O 
 ./tmp/338293ab-1349-44bb-9002-ba0ccb8c0c3e/c5f88765e74945f7fa18c3a3141f5334/bios.bin-1.7.4.gz
  http://code.coreboot.org/p/seabios/downloads/get/bios.bin-1.7.4.gz:
 http://code.coreboot.org/P/seabios/downloads/get/bios.bin-1.7.4.gz:
 2014-02-03 13:45:59 ERROR 404: Not Found.

 Any ideas which part of our automation changed p in above URL to
 uppercase causing error 404?

It's not fault of our scripts. The returns HTTP 301 on this file when connected 
by IPv6:

$ wget http://code.coreboot.org/p/seabios/downloads/get/bios.bin-1.7.4.gz
--2014-02-04 00:51:54-- 
http://code.coreboot.org/p/seabios/downloads/get/bios.bin-1.7.4.gz
Resolving code.coreboot.org (code.coreboot.org)... 2001:470:9f5b::2, 
80.81.252.133
Connecting to code.coreboot.org (code.coreboot.org)|2001:470:9f5b::2|:80... 
connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://code.coreboot.org/P/seabios/downloads/get/bios.bin-1.7.4.gz 
[following]
--2014-02-04 00:51:54-- 
http://code.coreboot.org/P/seabios/downloads/get/bios.bin-1.7.4.gz
Reusing existing connection to [code.coreboot.org]:80.
HTTP request sent, awaiting response... 404 Not Found
2014-02-04 00:51:54 ERROR 404: Not Found.

 Using builder or wget manually properly downloads this file.

I guess  your wget uses IPv4.

 Any chances for fix or should I just upload it to distfiles manually?

I will try to contact their admins.
-- 
  Kacper
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en