* [Cerowrt-devel] CERO_TARGET for building on 3800 box?
@ 2012-04-13 14:40 Maciej Soltysiak
2012-04-13 15:18 ` Dave Taht
0 siblings, 1 reply; 5+ messages in thread
From: Maciej Soltysiak @ 2012-04-13 14:40 UTC (permalink / raw)
To: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 706 bytes --]
Hi,
I'm trying to follow
http://www.bufferbloat.net/projects/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=wndr3700v2
to:
CERO_TARGET=wndr3800
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
[-- Attachment #2: Type: text/html, Size: 1166 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cerowrt-devel] CERO_TARGET for building on 3800 box?
2012-04-13 14:40 [Cerowrt-devel] CERO_TARGET for building on 3800 box? Maciej Soltysiak
@ 2012-04-13 15:18 ` Dave Taht
2012-04-13 19:38 ` Ketan Kulkarni
0 siblings, 1 reply; 5+ messages in thread
From: Dave Taht @ 2012-04-13 15:18 UTC (permalink / raw)
To: Maciej Soltysiak; +Cc: cerowrt-devel
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 <maciej@soltysiak.com> wrote:
> Hi,
>
> I'm trying to follow
> http://www.bufferbloat.net/projects/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=wndr3700v2
> to:
> CERO_TARGET=wndr3800
>
> 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äht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferbloat.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cerowrt-devel] CERO_TARGET for building on 3800 box?
2012-04-13 15:18 ` Dave Taht
@ 2012-04-13 19:38 ` Ketan Kulkarni
2012-04-16 14:35 ` Maciej Soltysiak
0 siblings, 1 reply; 5+ messages in thread
From: Ketan Kulkarni @ 2012-04-13 19:38 UTC (permalink / raw)
To: Maciej Soltysiak; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 2497 bytes --]
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" <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
> 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/projects/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=wndr3700v2
> > to:
> > CERO_TARGET=wndr3800
> >
> > 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äht
> 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
>
[-- Attachment #2: Type: text/html, Size: 3665 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cerowrt-devel] CERO_TARGET for building on 3800 box?
2012-04-13 19:38 ` Ketan Kulkarni
@ 2012-04-16 14:35 ` Maciej Soltysiak
2012-04-16 14:43 ` Dave Taht
0 siblings, 1 reply; 5+ messages in thread
From: Maciej Soltysiak @ 2012-04-16 14:35 UTC (permalink / raw)
To: Ketan Kulkarni; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 2931 bytes --]
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 <ketkulka@gmail.com> 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" <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
>> 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/projects/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=wndr3700v2
>> > to:
>> > CERO_TARGET=wndr3800
>> >
>> > 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äht
>> 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
>>
>
[-- Attachment #2: Type: text/html, Size: 4550 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Cerowrt-devel] CERO_TARGET for building on 3800 box?
2012-04-16 14:35 ` Maciej Soltysiak
@ 2012-04-16 14:43 ` Dave Taht
0 siblings, 0 replies; 5+ messages in thread
From: Dave Taht @ 2012-04-16 14:43 UTC (permalink / raw)
To: Maciej Soltysiak; +Cc: cerowrt-devel
I certainly would appreciate patches that make cerowrt more buildable
for others.
I note that in the fairly short term, I will switch to a stable repository for
'ceropackages', which will be called 'ceropackages-3.3'
There are also multiple patches from bug #360 which are not in the main
tree as yet, cleaned up ones will get there.
On Mon, Apr 16, 2012 at 7:35 AM, Maciej Soltysiak <maciej@soltysiak.com> wrote:
> 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 <ketkulka@gmail.com> 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" <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
>>> 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/projects/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=wndr3700v2
>>> > to:
>>> > CERO_TARGET=wndr3800
>>> >
>>> > 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äht
>>> 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
>
>
--
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://www.bufferbloat.net
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-16 14:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 14:40 [Cerowrt-devel] CERO_TARGET for building on 3800 box? Maciej Soltysiak
2012-04-13 15:18 ` Dave Taht
2012-04-13 19:38 ` Ketan Kulkarni
2012-04-16 14:35 ` Maciej Soltysiak
2012-04-16 14:43 ` Dave Taht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox