From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id CB16D201AD6 for ; Mon, 16 Apr 2012 07:35:28 -0700 (PDT) Received: by werf13 with SMTP id f13so4752293wer.16 for ; Mon, 16 Apr 2012 07:35:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=eAnkSDRgENoCTQnO4ayez4whnC11ZinWngv0Kouxwik=; b=Lni/sYf0mxxXgHeIp3qI1FCdgByVdMTaVUY64EKdLy+k645bXEubiLQMQNdwyVuVu4 ebe8F/ckVYtFKwtCOhCLrPd6eeX6Juj2P9+GClkpg9pLgtu4c5aV4E9iOn1s/j/PfBvE ROouZerWh88aJbvZAmrFyzRKh46mrLuxQIdQTYL5hEGVbXQQv7gnCju2Oim+slcf+zDn xvemhwH6u9NrZ7iAubYfyvUpZaZHJyWZ4hesBiORNqJXIaR2Yq1QYJk7NGpdgilivGbq KCLqzCgT3UG1Bx5NZksecPWZIllrzgahMuh/ninNmbLZCutNGMHAm4uLjIADOKC8Y6yL jSyw== MIME-Version: 1.0 Received: by 10.180.87.106 with SMTP id w10mr13553809wiz.2.1334586926568; Mon, 16 Apr 2012 07:35:26 -0700 (PDT) Received: by 10.223.155.141 with HTTP; Mon, 16 Apr 2012 07:35:26 -0700 (PDT) X-Originating-IP: [213.189.36.98] In-Reply-To: References: Date: Mon, 16 Apr 2012 16:35:26 +0200 Message-ID: From: Maciej Soltysiak To: Ketan Kulkarni Content-Type: multipart/alternative; boundary=f46d044402f6ae14c004bdccbbd6 X-Gm-Message-State: ALoCoQlDFtlHNVA/qIfr1Vf8ZjigRPMe47OgA+5K3NTk0zbPNI9TY0Ewl9rzK3wyjSLOA36dNnfA Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] CERO_TARGET for building on 3800 box? X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 14:35:29 -0000 --f46d044402f6ae14c004bdccbbd6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ketan, Thanks, I'll check that out. Question though. Your patch produces this code starting line 36: [ ! -e cerofiles ] && { git clone git://github.com/dtaht/cerofiles-3.3.git; } Shouldn't it be ? [ ! -e cerofiles-3.3 ] && { Regards, Maciej On Fri, Apr 13, 2012 at 9:38 PM, Ketan Kulkarni wrote: > Maciej, > Can you please have a look at > http://www.bufferbloat.net/issues/282#change-1298 > I had submitted few patches to aid the build process... > > Regards, > Ketan > On Apr 13, 2012 8:48 PM, "Dave Taht" wrote: > >> I really need to sit down with a couple developers trying to build >> their own sources >> and nail down this script. Ketan had submitted a few patches, I had a >> few more, and I view this as a major bottleneck for pushing this stuff >> out, that requires tweaking and deep knowledge... >> >> So, I will argue that the best way to get a build of your own that >> actually works is to contact me over irc in the #bufferbloat channel, >> and we can work through the problems that come up. >> >> In the case below, the script predates the wnd3800, and the wndr3800 >> is built automatically from the build, so use the wnd3700 version. >> >> I really did want to get build_cero.sh to just work, in particular I'd >> like to get it integrated with buildbot somehow. >> >> But a little more exposure to the real world problems that come up >> would help harden things more. >> >> On Fri, Apr 13, 2012 at 7:40 AM, Maciej Soltysiak >> wrote: >> > Hi, >> > >> > I'm trying to follow >> > >> http://www.bufferbloat.net/projects/cerowrt/wiki/Building_CeroWrt_on_you= r_own_machine >> > to build cerowrt on my box to be able test and to provide patches. >> > >> > For my WNDR3800, should I edit ~/.cero and change >> > CERO_TARGET=3Dwndr3700v2 >> > to: >> > CERO_TARGET=3Dwndr3800 >> > >> > build_cero.sh init gets me: cp: cannot stat `env/config-wndr3800': No >> such >> > file or directory >> > Should I worry or change back to 3700v2 in .cero? >> > >> > Also, I noticed git://github.com/dtaht/cerofiles.git is replaced with >> > git://github.com/dtaht/cerofiles-3-3.git on github. >> > I am amending the commands and adding a step to ln -s cerofiles-3.3 >> > cerofiles, but should I expect it to be renamed to cerofiles in the >> future? >> > >> > Thanks, >> > Maciej >> > >> > >> > _______________________________________________ >> > Cerowrt-devel mailing list >> > Cerowrt-devel@lists.bufferbloat.net >> > https://lists.bufferbloat.net/listinfo/cerowrt-devel >> > >> >> >> >> -- >> Dave T=C3=A4ht >> SKYPE: davetaht >> US Tel: 1-239-829-5608 >> http://www.bufferbloat.net >> _______________________________________________ >> Cerowrt-devel mailing list >> Cerowrt-devel@lists.bufferbloat.net >> https://lists.bufferbloat.net/listinfo/cerowrt-devel >> > --f46d044402f6ae14c004bdccbbd6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ketan,

Thanks, I'll check that out. Question though. Your pat= ch produces this code starting line 36:

[ ! -e cerofiles ] &&= ; {
=C2=A0=C2=A0=C2=A0=C2=A0 git clone git://github.com/dtaht/cerofiles-3.3.git;
}

Shouldn't it be ?
[ ! -e cerofiles-3.3 ] && {
Regards,
Maciej

On Fri, Apr 13, 2012= at 9:38 PM, Ketan Kulkarni <ketkulka@gmail.com> wrote:

Maciej,
Can you please have a look at http://www.bufferbloat.net/issues/282#ch= ange-1298
I had submitted few patches to aid the build process...

Regards,
Ketan

On Apr 13, 2012 8:48 PM, "Dave Taht" &= lt;dave.taht@gmail= .com> wrote:
I really need to sit down with a couple developers trying to build
their own sources
and nail down this script. Ketan had submitted a few patches, I had a
few more, and I view this as a major bottleneck for pushing this stuff
out, that requires tweaking and deep knowledge...

So, I will argue that the best way to get a build of your own that
actually works is to contact me over irc in the #bufferbloat channel,
and we can work through the problems that come up.

In the case below, the script predates the wnd3800, and the wndr3800
is built automatically from the build, so use the wnd3700 version.

I really did want to get build_cero.sh to just work, in particular I'd<= br> like to get it integrated with buildbot somehow.

But a little more exposure to the real world problems that come up
would help harden things more.

On Fri, Apr 13, 2012 at 7:40 AM, Maciej Soltysiak <maciej@soltysiak.com> wrote: > Hi,
>
> I'm trying to follow
> http://www.bufferbloat.net/pr= ojects/cerowrt/wiki/Building_CeroWrt_on_your_own_machine
> to build cerowrt on my box to be able test and to provide patches.
>
> For my WNDR3800, should I edit ~/.cero and change
> CERO_TARGET=3Dwndr3700v2
> to:
> CERO_TARGET=3Dwndr3800
>
> build_cero.sh init gets me: cp: cannot stat `env/config-wndr3800':= No such
> file or directory
> Should I worry or change back to 3700v2 in .cero?
>
> Also, I noticed git://github.com/dtaht/cerofiles.git is replaced with
> git://github.com/dtaht/cerofiles-3-3.git on github.
> I am amending the commands and adding a step to ln -s cerofiles-3.3 > cerofiles, but should I expect it to be renamed to cerofiles in the fu= ture?
>
> Thanks,
> Maciej
>
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>



--
Dave T=C3=A4ht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferb= loat.net
_______________________________________________
Cerowrt-devel mailing list
Ce= rowrt-devel@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel

--f46d044402f6ae14c004bdccbbd6--