public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RE: cannot start configtool for ecos-2.0
@ 2004-07-21  9:07 Richa
  2004-07-21 10:47 ` sandeep
  2004-07-21 13:25 ` [ECOS] " John Dallaway
  0 siblings, 2 replies; 7+ messages in thread
From: Richa @ 2004-07-21  9:07 UTC (permalink / raw)
  To: ecos-discuss

Hi,

 I recently tried to download cygwin and eCos 2.0 and
I'm facing the same problem ie ConfigTool quickly
scans all packages, gives the message "This package
does not have any valid version subdirectories." and
exits.

Has any one been able to get it working?
Has anyone tried it out with an older version of
cygwin.dll as suggested? I couldn't get version
1.5.9-1 at the cygwin site.

If anyone's got it working, can you tell me which
version you've used and where to get it.

Or if there are any other work arounds...

Thanks and regards,
Richa.



======================

RE: cannot start configtool for ecos-2.0
From: "Jerome Souquieres" <jerome dot souquieres at
kis dot fr> 
To: <ecos-discuss at ecos dot sourceware dot org> 
Date: Mon, 7 Jun 2004 09:21:07 +0200 
Subject: [ECOS] RE: cannot start configtool for
ecos-2.0 

--------------------------------------------------------------------------------

  This problem appears with recent versions of Cygwin
dll (e.g. 1.5.10-3).
I've reported the problem to the cygwin list and
written the following
message:

>   Something has changed between releases 1.5.9-1 and
1.5.10-3 of
cygwin1.dll
> that breaks configtool, an eCos (the operating
system) utility. I've
hunted
> the problem down to the TCL "glob" function which
gives different results
> when trying to match a pattern ending with a dot as
shown below.
>
> With cygwin 1.5.9-1 under Windows XP SP1:
> $ tclsh
> % glob C:/tmp/.
> C:/tmp/./
> %
>
> With cygwin release 1.5.10-3 under Windows XP SP1:
> $ tclsh
> % glob C:/tmp/.
> C:/tmp/   <========= ./ has disappeared !
> %

  I've had the following answer from pierre dot
humblet at ieee dot org:

>Thanks for the report.
>If you have not done so already, this should be
brought to the
>attention of the eCos maintainers (or possibly the
TCL maintainers).
>Instead of calling CreateFile, Cygwin 1.5.10 calls
NtCreateFile,
>which is more strict about path syntax. It doesn't
like xxx/.
>so Cygwin has to remove the final dot.

  I don't know if this should be resolved in Cygwin or
eCos... Anyway, for
now, you can get it to work by installing an old
version of cygwin.dll (e.g
1.5.9-1).

----------------------------------------------------------------------------
Jerome SOUQUIERES
----------------------------------------------------------------------------




________________________________________________________________________
Yahoo! India Careers: Over 65,000 jobs online
Go to: http://yahoo.naukri.com/

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

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

* Re: [ECOS] RE: cannot start configtool for ecos-2.0
  2004-07-21  9:07 [ECOS] RE: cannot start configtool for ecos-2.0 Richa
@ 2004-07-21 10:47 ` sandeep
  2004-07-21 13:25 ` [ECOS] " John Dallaway
  1 sibling, 0 replies; 7+ messages in thread
From: sandeep @ 2004-07-21 10:47 UTC (permalink / raw)
  To: Richa; +Cc: ecos-discuss

Richa wrote:
 >  I recently tried to download cygwin and eCos 2.0 and
 > I'm facing the same problem ie ConfigTool quickly
 > scans all packages, gives the message "This package
 > does not have any valid version subdirectories." and
 > exits.
Check out if you have got some directory (mentioned in your ecos.db) in your 
ecos tree, that doesn't have the directory beginning with a digit or number (at 
same level where directory current for that package is expected).

Since you haven't mentioned, for what package this message comes (surrounding 
messages around this message), not much idea can be given as to where problem 
exactly is.

here is one experiment you can try to understand your error message. take the 
old ecos tree that you have, know as working w/o probs.

* cd ecos/packages/hal/ums/arch
* mv current .current
* ecosconfig --config=<path to your .ecc> check

you should get the message you mentioned : "This package does not have any valid 
version subdirectories"
surrounding messages give you enough information about where the problem is.

This is behaviour on Linux host, with the ecosconfig that is couple of months old.

HTH
sandeep
--------------------------------------------------------------------------
Without ice cream life and fame are meaningless.
--------------------------------------------------------------------------


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

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

* [ECOS] Re: cannot start configtool for ecos-2.0
  2004-07-21  9:07 [ECOS] RE: cannot start configtool for ecos-2.0 Richa
  2004-07-21 10:47 ` sandeep
@ 2004-07-21 13:25 ` John Dallaway
  2004-07-21 19:13   ` Yubin Gong
  1 sibling, 1 reply; 7+ messages in thread
From: John Dallaway @ 2004-07-21 13:25 UTC (permalink / raw)
  To: Richa; +Cc: ecos-discuss

Hi Richa

Richa wrote:

> I recently tried to download cygwin and eCos 2.0 and
> I'm facing the same problem ie ConfigTool quickly
> scans all packages, gives the message "This package
> does not have any valid version subdirectories." and
> exits.
> 
> Has any one been able to get it working?
> Has anyone tried it out with an older version of
> cygwin.dll as suggested? I couldn't get version
> 1.5.9-1 at the cygwin site.

This issue is covered in bugzilla 1000095:

   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000095

John Dallaway
eCosCentric Limited

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

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

* Re: [ECOS] Re: cannot start configtool for ecos-2.0
  2004-07-21 13:25 ` [ECOS] " John Dallaway
@ 2004-07-21 19:13   ` Yubin Gong
  2004-07-22  1:11     ` John Dallaway
  0 siblings, 1 reply; 7+ messages in thread
From: Yubin Gong @ 2004-07-21 19:13 UTC (permalink / raw)
  To: John Dallaway, Richa; +Cc: ecos-discuss

Here is a solution until the bug is fixed.

Run the setup program in http://www.cygwin.com and
install cygwin1.dll version 1.5.9-1 (do not use the
latest 1.5.10-1).
 
After starting cygwin bash, you need to run the script
ecosenv.sh in cygwin/opt/ecos directory to set the
proper environment variables.

Yubin

--- John Dallaway <jld@ecoscentric.com> wrote:
> Hi Richa
> 
> Richa wrote:
> 
> > I recently tried to download cygwin and eCos 2.0
> and
> > I'm facing the same problem ie ConfigTool quickly
> > scans all packages, gives the message "This
> package
> > does not have any valid version subdirectories."
> and
> > exits.
> > 
> > Has any one been able to get it working?
> > Has anyone tried it out with an older version of
> > cygwin.dll as suggested? I couldn't get version
> > 1.5.9-1 at the cygwin site.
> 
> This issue is covered in bugzilla 1000095:
> 
>   
>
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000095
> 
> John Dallaway
> eCosCentric Limited
> 
> -- 
> Before posting, please read the FAQ:
> http://ecos.sourceware.org/fom/ecos
> and search the list archive:
> http://ecos.sourceware.org/ml/ecos-discuss
> 
> 



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

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

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

* [ECOS] Re: cannot start configtool for ecos-2.0
  2004-07-21 19:13   ` Yubin Gong
@ 2004-07-22  1:11     ` John Dallaway
  0 siblings, 0 replies; 7+ messages in thread
From: John Dallaway @ 2004-07-22  1:11 UTC (permalink / raw)
  To: ecos-discuss

Yubin Gong wrote:

> Here is a solution until the bug is fixed.
> 
> Run the setup program in http://www.cygwin.com and
> install cygwin1.dll version 1.5.9-1 (do not use the
> latest 1.5.10-1).

For avoidance of doubt, the problem was fixed several weeks ago. Full 
details are available at:

   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000095

John Dallaway
eCosCentric Limited

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

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

* [ECOS] Re: cannot start configtool for ecos-2.0
  2004-06-07  7:21 ` [ECOS] " Jerome Souquieres
@ 2004-06-07 21:00   ` John Dallaway
  0 siblings, 0 replies; 7+ messages in thread
From: John Dallaway @ 2004-06-07 21:00 UTC (permalink / raw)
  To: Jerome Souquieres; +Cc: ecos-discuss

Hi Jerome

Jerome Souquieres wrote:

>>If you have not done so already, this should be brought to the
>>attention of the eCos maintainers (or possibly the TCL maintainers).
>>Instead of calling CreateFile, Cygwin 1.5.10 calls NtCreateFile,
>>which is more strict about path syntax. It doesn't like xxx/.
>>so Cygwin has to remove the final dot.
> 
>   I don't know if this should be resolved in Cygwin or eCos... Anyway, for
> now, you can get it to work by installing an old version of cygwin.dll (e.g
> 1.5.9-1).

Thank you for the analysis. Could you create a problem report against 
component "ConfigTool" and HostOS "WinNT/2k/XP" please? The eCos 
Bugzilla interface is at:

   http://bugs.ecos.sourceware.org/

John Dallaway
eCosCentric Limited

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

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

* [ECOS] RE: cannot start configtool for ecos-2.0
  2004-06-07  6:43 [ECOS] " Yubin Gong
@ 2004-06-07  7:21 ` Jerome Souquieres
  2004-06-07 21:00   ` [ECOS] " John Dallaway
  0 siblings, 1 reply; 7+ messages in thread
From: Jerome Souquieres @ 2004-06-07  7:21 UTC (permalink / raw)
  To: ecos-discuss

  This problem appears with recent versions of Cygwin dll (e.g. 1.5.10-3).
I've reported the problem to the cygwin list and written the following
message:

>   Something has changed between releases 1.5.9-1 and 1.5.10-3 of
cygwin1.dll
> that breaks configtool, an eCos (the operating system) utility. I've
hunted
> the problem down to the TCL "glob" function which gives different results
> when trying to match a pattern ending with a dot as shown below.
>
> With cygwin 1.5.9-1 under Windows XP SP1:
> $ tclsh
> % glob C:/tmp/.
> C:/tmp/./
> %
>
> With cygwin release 1.5.10-3 under Windows XP SP1:
> $ tclsh
> % glob C:/tmp/.
> C:/tmp/   <========= ./ has disappeared !
> %

  I've had the following answer from pierre dot humblet at ieee dot org:

>Thanks for the report.
>If you have not done so already, this should be brought to the
>attention of the eCos maintainers (or possibly the TCL maintainers).
>Instead of calling CreateFile, Cygwin 1.5.10 calls NtCreateFile,
>which is more strict about path syntax. It doesn't like xxx/.
>so Cygwin has to remove the final dot.

  I don't know if this should be resolved in Cygwin or eCos... Anyway, for
now, you can get it to work by installing an old version of cygwin.dll (e.g
1.5.9-1).

----------------------------------------------------------------------------
Jerome SOUQUIERES
----------------------------------------------------------------------------



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

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

end of thread, other threads:[~2004-07-21 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-21  9:07 [ECOS] RE: cannot start configtool for ecos-2.0 Richa
2004-07-21 10:47 ` sandeep
2004-07-21 13:25 ` [ECOS] " John Dallaway
2004-07-21 19:13   ` Yubin Gong
2004-07-22  1:11     ` John Dallaway
  -- strict thread matches above, loose matches on Subject: below --
2004-06-07  6:43 [ECOS] " Yubin Gong
2004-06-07  7:21 ` [ECOS] " Jerome Souquieres
2004-06-07 21:00   ` [ECOS] " John Dallaway

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).