Hi Luka,

On 09/25/2013 04:55 PM, Luka Perkov wrote:
Hi Eric,

On Wed, Sep 25, 2013 at 03:43:00PM -0700, Eric Nelson wrote:
While attempting to build for i.MX6, the FTP transfer of
U-Boot v2013.07 failed.

I'm not certain whether ftp access to tarballs has been
promised by Denx, but it seems more reasonable to use
the git:// protocol which is in wide use within the
U-Boot community.

NACK.

Bumping the package every 3 monts with new release is good enough IMO.


I wasn't suggesting anything different, and the patch includes the
same tag (v2013.07).

Decisions about when to update are completely separate from the
protcol, right?

About the download issue... Please remove uboot source in your dl
directory. Then run:

make package/uboot-envtools/download V=s

and/or

make package/uboot-imx6/download V=s

Many people use uboot-envtools package and no download issues were
reported.


I've tried this on a number of Ubuntu-based machines (10.04/13.04)
and wget versions with the same result:

~/openwrt$ make package/uboot-envtools/download V=s
make[1]: Entering directory `/home/ericn/openwrt'
make[2]: Entering directory `/home/ericn/openwrt/package/boot/uboot-envtools'
mkdir -p /home/ericn/openwrt/dl
/home/ericn/openwrt/scripts/download.pl "/home/ericn/openwrt/dl" "u-boot-2013.07.tar.bz2" "8445162690052e6afd4b8f87af2bb557" "ftp://ftp.denx.de/pub/u-boot";
--2013-09-25 17:26:04--  ftp://ftp.denx.de/pub/u-boot/u-boot-2013.07.tar.bz2
           => '-'
Resolving ftp.denx.de (ftp.denx.de)... 81.169.202.5
Connecting to ftp.denx.de (ftp.denx.de)|81.169.202.5|:21... connected.
Logging in as anonymous ...
Error in server greeting.
Retrying.

--2013-09-25 17:26:11--  ftp://ftp.denx.de/pub/u-boot/u-boot-2013.07.tar.bz2
  (try: 2) => '-'
Connecting to ftp.denx.de (ftp.denx.de)|81.169.202.5|:21... connected.
Logging in as anonymous ...
Error in server greeting.
Retrying.

...

--2013-09-25 17:26:23-- http://downloads.openwrt.org/sources/u-boot-2013.07.tar.bz2
Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177
Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-09-25 17:26:23 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.


Using curl also fails:

~/openwrt$ curl ftp://ftp.denx.de/pub/u-boot/u-boot-2013.07.tar.bz2 -o u-boot-2013.07.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (8) Got a 425 ftp-server response when 220 was expected


I don't have a strong preference for one route over the other,
I just thought I'd offer up a patch in case this package was
sitting broken in the repository.

Is anyone else able to grab this tar-ball from Denx?

Is there/should there be a fallback at openwrt.org?

We're more than happy to host a mirror if that's what it
takes to make this work, though we don't have any ftp
servers (only git and http).

I also know that the git server at denx.de is really robust,
since I pull from it at least a couple of times a week.

Please advise,


Eric
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to