From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20766 invoked by alias); 27 Feb 2016 10:05:43 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 20734 invoked by uid 89); 27 Feb 2016 10:05:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=displays, msk, launching, Nachricht X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 27 Feb 2016 10:05:41 +0000 Received: by mail-wm0-f50.google.com with SMTP id l68so2619240wml.1 for ; Sat, 27 Feb 2016 02:05:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=RMr6e64x+fKsfE/eAz2aE3owWs3odpJTMfvZErwnYJo=; b=VWucoBkUhM6vBvdKF/pdX830FnF37kffrlAlMyHOrPEOE/cFkzr/DCKDQQN5ie+txo ddR8k2LPXz1HITTFAC/JXTn8psRYEY7uR9YViNo0y7fz0ZXjcUakL2Akd/yxOnyJCLat 8ZN7x88kW7/AVswxI1nwfFrPPdb5R3p23zlUM10POmhO5g5xdr6nOwjeu717HBhrwY+r 0zUk6IkXiQE42s3tTSrQ5sXDztbx3FkA51ImkpB65aURISqD8RckTrgJq/kMhs7rdysh 3G6PFioQN6z+/E9HtHO0P8qUb8rIyyZj68cXFcWzuvy26oId9uUvvw9ngVnnt3VIdFmb swyA== X-Gm-Message-State: AD7BkJK6MWTZx3pSZDlOuzEKhKMjCgfkWd6FzSzw9K61b94gC2xj4wopXc9gHCSEuCr18w== X-Received: by 10.194.60.145 with SMTP id h17mr6249225wjr.47.1456567538587; Sat, 27 Feb 2016 02:05:38 -0800 (PST) Received: from [192.168.192.9] (77-59-163-220.dclient.hispeed.ch. [77.59.163.220]) by smtp.gmail.com with ESMTPSA id c7sm6477330wmd.13.2016.02.27.02.05.36 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 27 Feb 2016 02:05:37 -0800 (PST) References: To: ecos discuss From: Bob Brusa X-Forwarded-Message-Id: Message-ID: <56D174D0.7080606@gmail.com> Date: Sat, 27 Feb 2016 10:05:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Subject: Fwd: Re: [ECOS] configtool does not find its database X-SW-Source: 2016-02/txt/msg00012.txt.bz2 -------- Weitergeleitete Nachricht -------- Betreff: Re: [ECOS] configtool does not find its database Datum: Sat, 27 Feb 2016 01:42:13 +0300 (MSK) Von: Sergei Gavrikov An: Bob Brusa Kopie (CC): ecos discuss On Thu, 25 Feb 2016, Bob Brusa wrote: > Hi, > this is a better version - meaning spelling errors and missing parts fix - of > a previous mail. > ++++++++++++ > I installed ecos on a windows 10.64/cygwin (32-bit) computer. When starting up > configtool, it reports the following: > > ecos.db:error > couldn't read file "/opt/ecos/ecos_cvs/ecos/packages/ecos.db": no such file > or directory > > but the root of the eCos repository is correct: > > D:\osy\cygwin\opt\ecos\ecos_cvs\ecos > > and the file packages/ecos.db exists. > > It seems to be a problem of a missing translation from a windows path > to a posix path or vice versa. How does one fix this? > Regards - Bob Hi Bob, and what's about echo $ECOS_REPOSITORY cat "$ECOS_REPOSITORY/ecos.db" Sergei Hi Sergei, yes, the repository is defined and the database-file is there - see the lines below, copied from cygwinTerminal: Robert@w36 ~ $ echo $ECOS_REPOSITORY /opt/ecos/ecos_cvs/ecos/packages Robert@w36 ~ $ cd $ECOS_REPOSITORY Robert@w36 /opt/ecos/ecos_cvs/ecos/packages $ ls -a . compat devs error infra kernel NEWS services .. CVS ecos.db fs io language pkgconf templates ChangeLog cygmon ecosadmin.tcl hal isoinfra net redboot ECOS_REPOSITORY is also part of the windows environment - copied from windowsTerminal(cmd): C:\Windows\System32>echo %ECOS_REPOSITORY% D:\osy\cygwin\opt\ecos\ecos_cvs\ecos\packages Meanwhile I also had some exchange with Alex Schuilenburg, but the problem persists: When launching configtools.exe (with a double click on a link on my desktop), configtools immediately runs on an error: Error opening eCos repository: Invalid package database and in its log windows it displays: ecos.db: error could'nt read file "/opt/ecos/ecos_cvs/ecos/packages/ecos.db": no such file or directory otherwize, configtools other windows are empty. Clicking the error windows away then opens a window to specify the root of the eCos repository. However, the entry it displays is already correct: D:\osy\cygwin\opt\ecos\ecos_cvs\ecos and it does not help iwhen I change the path to D:\osy\cygwin\opt\ecos\ecos_cvs\ecos\packages Hence, the problem is yet unsolved. Bob -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss