public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: AW: [ECOS] redboot cannot be built without networking support
       [not found] <850597605E79D21182830008C7A4B9CF07D8893F@COMM1>
@ 2002-05-29  2:54 ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2002-05-29  2:54 UTC (permalink / raw)
  To: Koeller, T.; +Cc: eCos Discussion

On Wed, 2002-05-29 at 10:44, Koeller, T. wrote:
> > Note that with v2.0, the networking and DNS packages are included
> > with the mainline code base, so this is no longer a problem.
> 
> I assumed the latest CVS _were_ v2.0?

It is.  Note that the standard "modules" set has changed a little
since the original announcement and a top level checkout will get
you those additional packages.  Be sure and update with -d.

> Thomas
> ----------------------------------------------- 
> Thomas Koeller, Software Development 
> 
> Basler Vision Technologies 
> An der Strusbek 60-62 
> 22926 Ahrensburg 
> Germany 
> 
> Tel +49 (4102) 463-390 
> Fax +49 (4102) 463-46390
> 
> mailto:Thomas.Koeller@baslerweb.com 
> http://www.baslerweb.com 
> 
> 
>  



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: AW: [ECOS] redboot cannot be built without networking support
  2002-05-29 10:31 Koeller, T.
@ 2002-05-30  1:33 ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2002-05-30  1:33 UTC (permalink / raw)
  To: Koeller, T.; +Cc: eCos Discussion

On Wed, 2002-05-29 at 18:27, Koeller, T. wrote:
> Gary Thomas wrote:
> > Odd.  I just updated an old, pre v_2.0, repository and it's all there.
> > Perhaps you have a sticky tag?  or forgot -d?  The command I used was:
> >   cvs up -A -d -P
> > from the topmost (eCos/...) level.
> 
> Nope - I tried 'cvs -z6 update -d -P -A' using cvs 1.11 under cygwin
> and cvs 1.11.1p1 under linux. Same result in both cases - not 'net'
> branch created.
> 

There is no new "branch", just a ".../net" directory tree.

If this isn't working, perhaps you should just download the CVS snapshot
(which I know has everything in it).



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* AW: [ECOS] redboot cannot be built without networking support
@ 2002-05-29 10:31 Koeller, T.
  2002-05-30  1:33 ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Koeller, T. @ 2002-05-29 10:31 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: eCos Discussion

Gary Thomas wrote:
> Odd.  I just updated an old, pre v_2.0, repository and it's all there.
> Perhaps you have a sticky tag?  or forgot -d?  The command I used was:
>   cvs up -A -d -P
> from the topmost (eCos/...) level.

Nope - I tried 'cvs -z6 update -d -P -A' using cvs 1.11 under cygwin
and cvs 1.11.1p1 under linux. Same result in both cases - not 'net'
branch created.

tk
----------------------------------------------- 
Thomas Koeller, Software Development 

Basler Vision Technologies 
An der Strusbek 60-62 
22926 Ahrensburg 
Germany 

Tel +49 (4102) 463-390 
Fax +49 (4102) 463-46390

mailto:Thomas.Koeller@baslerweb.com 
http://www.baslerweb.com 



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: AW: [ECOS] redboot cannot be built without networking support
  2002-05-29  8:39 Koeller, T.
@ 2002-05-29  9:46 ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2002-05-29  9:46 UTC (permalink / raw)
  To: Koeller, T.; +Cc: eCos Discussion

On Wed, 2002-05-29 at 16:36, Koeller, T. wrote:
> Gary Thomas wrote:
> 
> > On Wed, 2002-05-29 at 10:44, Koeller, T. wrote:
> > > > Note that with v2.0, the networking and DNS packages are included
> > > > with the mainline code base, so this is no longer a problem.
> > > 
> > > I assumed the latest CVS _were_ v2.0?
> > 
> > It is.  Note that the standard "modules" set has changed a little
> > since the original announcement and a top level checkout will get
> > you those additional packages.  Be sure and update with -d.
> 
> I did - but still there is no 'net' branch, and consequently the
> references in ecos.db point to nonexisting directories.
> 

Odd.  I just updated an old, pre v_2.0, repository and it's all there.
Perhaps you have a sticky tag?  or forgot -d?  The command I used was:
  cvs up -A -d -P
from the topmost (eCos/...) level.



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* AW: [ECOS] redboot cannot be built without networking support
@ 2002-05-29  8:39 Koeller, T.
  2002-05-29  9:46 ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Koeller, T. @ 2002-05-29  8:39 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: eCos Discussion

Gary Thomas wrote:

> On Wed, 2002-05-29 at 10:44, Koeller, T. wrote:
> > > Note that with v2.0, the networking and DNS packages are included
> > > with the mainline code base, so this is no longer a problem.
> > 
> > I assumed the latest CVS _were_ v2.0?
> 
> It is.  Note that the standard "modules" set has changed a little
> since the original announcement and a top level checkout will get
> you those additional packages.  Be sure and update with -d.

I did - but still there is no 'net' branch, and consequently the
references in ecos.db point to nonexisting directories.

Thomas
----------------------------------------------- 
Thomas Koeller, Software Development 

Basler Vision Technologies 
An der Strusbek 60-62 
22926 Ahrensburg 
Germany 

Tel +49 (4102) 463-390 
Fax +49 (4102) 463-46390

mailto:Thomas.Koeller@baslerweb.com 
http://www.baslerweb.com 



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-30  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <850597605E79D21182830008C7A4B9CF07D8893F@COMM1>
2002-05-29  2:54 ` AW: [ECOS] redboot cannot be built without networking support Gary Thomas
2002-05-29  8:39 Koeller, T.
2002-05-29  9:46 ` Gary Thomas
2002-05-29 10:31 Koeller, T.
2002-05-30  1:33 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).