From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Veer To: diyan1@yahoo.com Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] new ecosconfig tool Date: Mon, 19 Feb 2001 06:29:00 -0000 Message-id: <200102191428.f1JESv402147@sheesh.cambridge.redhat.com> References: <20010218055432.12650.qmail@web5201.mail.yahoo.com> X-SW-Source: 2001-02/msg00309.html >>>>> "Di" == di yan writes: Di> Hi all, Di> I encountered a problem when I use new ecosconfig. Di> 1. check out ecos 1.3.1. Di> 2. update ecos to current. Di> 3. using new ecosconfig tool(download from anonycvs) Di> in Linux platform. Di> ecosconfig list Di> There are some warmings like: Di> """" Di> ecos.db, package CYGPKG_HAL_POWERPC: warning Di> Version subdirectory 'cvs' does not have a CDL Di> script ' hal_powerpc.cdl'. Di> """" Di> There is not such a problem when I use the old Di> ecosconfig (with ecos-1.3.1). Di> Thanks for your help in advance. The relevant subdirectories should actually be "CVS" rather than "cvs". The configuration tools know about the special nature of CVS subdirectories and will ignore them, but the current code does not check for cvs. I am confused that there are any releases of CVS for Linux that use "cvs" subdirectories - it would be more believable under Windows where such things can depend on the particular filesystem being used. If you can rename the directories to CVS without problems, that should eliminate the warnings. Bart