* [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced
@ 2010-06-21 14:11 Clemens John
2010-06-21 14:24 ` Marek Lindner
2010-06-22 14:42 ` Linus Lüssing
0 siblings, 2 replies; 4+ messages in thread
From: Clemens John @ 2010-06-21 14:11 UTC (permalink / raw)
To: b.a.t.m.a.n
[-- Attachment #1: Type: text/plain, Size: 2012 bytes --]
Hi,
I tried to build OpenWrt Backfire with Batman adv from an actual branch 5
minutes ago and it fails with the following error (seems to be a
version/download problem):
------------
--2010-06-21 16:03:50-- 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-21 16:03:50 ERROR 404: Not Found.
Download failed.
--2010-06-21 16:03:50-- 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-21 16:03:50 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
svn: '/svn/batman/!svn/bc/1718/branches/batctl-0.2.x' path not found
svn: '/svn/batman/!svn/bc/1718/branches/batctl-0.2.x' path not found
make[3]: *** [/home/floh1111/openwrtbuild_luci/dl/batctl-maint-1611.tar.gz]
Error 1
make[3]: Leaving directory
`/home/floh1111/openwrtbuild_luci/feeds/packages/net/batman-advanced'
make[2]: *** [package/feeds/packages/batman-advanced/compile] Error 2
make[2]: Leaving directory `/home/floh1111/openwrtbuild_luci'
make[1]: *** [/home/floh1111/openwrtbuild_luci/staging_dir/target-
mips_uClibc-0.9.30.1/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/floh1111/openwrtbuild_luci'
make: *** [world] Fehler 2
-------
It seems to be that the source file saved in the makefile is not right.
https://dev.openwrt.org/browser/packages/net/batman-advanced/Makefile
Can someone fix this please?
Another question:
What´s up with the latest release (Batman-adv 2010.0.0)?
Will I be able to build it with the Backfire branch? Maybe someone can update
the makefile?
Thanks
Clemens
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced
2010-06-21 14:11 [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced Clemens John
@ 2010-06-21 14:24 ` Marek Lindner
2010-06-22 14:42 ` Linus Lüssing
1 sibling, 0 replies; 4+ messages in thread
From: Marek Lindner @ 2010-06-21 14:24 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
> Checking out files from the svn repository...
> svn: Write error: Broken pipe
> svn: '/svn/batman/!svn/bc/1718/branches/batctl-0.2.x' path not found
> svn: '/svn/batman/!svn/bc/1718/branches/batctl-0.2.x' path not found
> make[3]: *** [/home/floh1111/openwrtbuild_luci/dl/batctl-maint-1611.tar.gz]
hmm.., we recently moved the the batctl-0.2.x branch into the git repository
but retrieving an older version should be no problem. Not sure what is going
wrong here.
> Can someone fix this please?
>
> What´s up with the latest release (Batman-adv 2010.0.0)?
> Will I be able to build it with the Backfire branch? Maybe someone can
> update the makefile?
It will be build with backfire, I have no doubt about that. Updating the
Makefile is on our todo list but it will take a couple of days. Nico (from the
OpenWRT team) is helping us to reorganize & simplify the Makefile. We will
probably have it by the end of the week but help is always welcome. :)
Regards,
Marek
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced
2010-06-21 14:11 [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced Clemens John
2010-06-21 14:24 ` Marek Lindner
@ 2010-06-22 14:42 ` Linus Lüssing
2010-06-22 17:28 ` Clemens John
1 sibling, 1 reply; 4+ messages in thread
From: Linus Lüssing @ 2010-06-22 14:42 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
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 :).
Cheers, Linus
On Mon, Jun 21, 2010 at 04:11:40PM +0200, Clemens John wrote:
> Hi,
>
> I tried to build OpenWrt Backfire with Batman adv from an actual branch 5
> minutes ago and it fails with the following error (seems to be a
> version/download problem):
>
> ------------
> --2010-06-21 16:03:50-- 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-21 16:03:50 ERROR 404: Not Found.
>
> Download failed.
> --2010-06-21 16:03:50-- 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-21 16:03:50 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
> svn: '/svn/batman/!svn/bc/1718/branches/batctl-0.2.x' path not found
> svn: '/svn/batman/!svn/bc/1718/branches/batctl-0.2.x' path not found
> make[3]: *** [/home/floh1111/openwrtbuild_luci/dl/batctl-maint-1611.tar.gz]
> Error 1
> make[3]: Leaving directory
> `/home/floh1111/openwrtbuild_luci/feeds/packages/net/batman-advanced'
> make[2]: *** [package/feeds/packages/batman-advanced/compile] Error 2
> make[2]: Leaving directory `/home/floh1111/openwrtbuild_luci'
> make[1]: *** [/home/floh1111/openwrtbuild_luci/staging_dir/target-
> mips_uClibc-0.9.30.1/stamp/.package_compile] Error 2
> make[1]: Leaving directory `/home/floh1111/openwrtbuild_luci'
> make: *** [world] Fehler 2
> -------
>
> It seems to be that the source file saved in the makefile is not right.
> https://dev.openwrt.org/browser/packages/net/batman-advanced/Makefile
>
> Can someone fix this please?
>
> Another question:
> What´s up with the latest release (Batman-adv 2010.0.0)?
> Will I be able to build it with the Backfire branch? Maybe someone can update
> the makefile?
>
> Thanks
> Clemens
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced
2010-06-22 14:42 ` Linus Lüssing
@ 2010-06-22 17:28 ` Clemens John
0 siblings, 0 replies; 4+ messages in thread
From: Clemens John @ 2010-06-22 17:28 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: Text/Plain, Size: 3455 bytes --]
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
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-22 17:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 14:11 [B.A.T.M.A.N.] Cannot build actual OpenWrt Backfire branch with Batman Advanced Clemens John
2010-06-21 14:24 ` Marek Lindner
2010-06-22 14:42 ` Linus Lüssing
2010-06-22 17:28 ` Clemens John
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox