Am Dienstag 22 Juni 2010, 16:42:19 schrieb Linus Lüssing:
ckfire branch with Batman Advanced Von: Linus Lüssing linus.luessing@web.de An: "The list for a Better Approach To Mobile Ad-hoc Networking" b.a.t.m.a.n@lists.open-mesh.org Datum: Heute 16:42:19
Hi Clemens,
seems to have been some svn weirdness... with deleted branches you have to use 'svn co -r 1611 "http://downloads.open-mesh.org/svn/batman/branches/batctl-0.2.x@1611"' (which I also didn't know before) instead of 'svn co -r 1611 "http://downloads.open-mesh.org/svn/batman/branches/batctl-0.2.x"
Should be fixed in OpenWRT commit 21880 now. Please let us know, if it works for you too :).
Yes it worked :) The source package is not available but checking out the code does work again so that compiling does work without doing something by hand (and thats important for lazy peoples like me :D).
Here is the output, maybe you´d like to know what hapened: ----- make[3]: Entering directory `/home/floh1111/openwrtbuild_luci2/feeds/packages/net/batman-advanced' mkdir -p /home/floh1111/openwrtbuild_luci2/dl /home/floh1111/openwrtbuild_luci2/scripts/download.pl "/home/floh1111/openwrtbuild_luci2/dl" "batman-adv-maint-1611.tar.gz" "" http://git.open-mesh.org/snapshot/5c4633c532a7a9b5adfe5dbf3f5e97fff307216e/ --2010-06-22 18:42:44-- http://git.open- mesh.org/snapshot/5c4633c532a7a9b5adfe5dbf3f5e97fff307216e/batman-adv- maint-1611.tar.gz Resolving git.open-mesh.org... 78.46.248.236 Connecting to git.open-mesh.org|78.46.248.236|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://git.open-mesh.org/?p=batman- adv;a=snapshot;h=5c4633c532a7a9b5adfe5dbf3f5e97fff307216e;sf=tgz [following] --2010-06-22 18:42:45-- http://git.open-mesh.org/?p=batman- adv;a=snapshot;h=5c4633c532a7a9b5adfe5dbf3f5e97fff307216e;sf=tgz Reusing existing connection to git.open-mesh.org:80. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: `STDOUT'
[ <=> ] 51,039 206K/s in 0.2s
2010-06-22 18:42:46 (206 KB/s) - written to stdout [51039]
mkdir -p /home/floh1111/openwrtbuild_luci2/dl --2010-06-22 18:42:46-- http://mirror2.openwrt.org/sources/batctl- maint-1611.tar.gz Resolving mirror2.openwrt.org... 88.198.39.176 Connecting to mirror2.openwrt.org|88.198.39.176|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2010-06-22 18:42:46 ERROR 404: Not Found.
Download failed. --2010-06-22 18:42:46-- http://downloads.openwrt.org/sources/batctl- maint-1611.tar.gz Resolving downloads.openwrt.org... 78.24.191.177 Connecting to downloads.openwrt.org|78.24.191.177|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2010-06-22 18:42:46 ERROR 404: Not Found.
Download failed. No more mirrors to try - giving up. Checking out files from the svn repository... svn: Write error: Broken pipe A batman-adv/batctl A batman-adv/batctl/vis.c A batman-adv/batctl/ping.h A batman-adv/batctl/proc.c A batman-adv/batctl/bat-hosts.sample A batman-adv/batctl/bat-hosts.c A batman-adv/batctl/vis.h A batman-adv/batctl/proc.h A batman-adv/batctl/functions.c -----------
Thank you Clemens