delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/02/02/04:13:44

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=DM4bPDpqn1Fv5uLkTwP3jvgmeL2xTeqR0Er4A5fn2+X
zAEm9d8oAqwpcuT0EuVWHBOuVURGCk/f+3EGNxOvYUdphIZghR0ntVDubUtqk/lN
F1Helg2U4wHOLp5JMsQdRqw2KwYPQXZIRS+yssJxzgNE3AxN8N5oqjtvdvK9i32Q
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=OsAjpYc7dmyoWdBY0guJPISLZdg=; b=MQFgTpBssqTejFauq
5VlExzkLqn5/og+vD5chzP47/KZQUXK5Ia7LskBBF/foZoezdOCAYdmuaXKaYlam
uM/98UGr6w/ye5yHciFUzIFajCaya5HHEl3b41/N/4Yzc3KNSopKEfKh3UI9jLn1
xD4AEK+DLnlNRlxyni9JimEs5s=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ee0-f45.google.com
X-Received: by 10.15.41.140 with SMTP id s12mr11073633eev.4.1391332400679; Sun, 02 Feb 2014 01:13:20 -0800 (PST)
Message-ID: <52EE0C2B.6010406@gmail.com>
Date: Sun, 02 Feb 2014 10:13:15 +0100
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: cygcheck-dep or bash error ?
References: <52ECD772 DOT 3070106 AT gmail DOT com> <20140202014824 DOT 99504e1af20de8194b13d45f AT nm DOT ru>
In-Reply-To: <20140202014824.99504e1af20de8194b13d45f@nm.ru>
X-IsSubscribed: yes


On 01/02/2014 22:48, Mikhail Usenko wrote:
> On Sat, 01 Feb 2014 12:16:02 +0100
> Marco Atzeri <...> wrote:
>
>>
>> On
>> CYGWIN_NT-6.1-WOW64 1.7.27(0.271/5/3) 2013-12-09 11:57 i686 Cygwin
>> (same on 20140128 snapshot)
>>
>>
>> $ cygcheck-dep  diffutils
>> /usr/bin/cygcheck-dep: line 345: /dev/fd/62: No such file or directory
>> /usr/bin/cygcheck-dep: line 470: /dev/fd/62: No such file or directory
>>
>> anyone seeing the same ?
>
> Hello, Marco.
> I don't.

ok so something is different between my machine and yours

probably on the creation of /dev/fd/xx for bash redirection


>> $ cygcheck-dep  diffutils
> This command just downloads a fresh version of the setup.ini file and exits.
> Please see cygcheck-dep --help if you  mean to get some dependency information on the diffutils package.
>

also the the other ways does not work

$ cygcheck-dep  -n diffutils
/usr/bin/cygcheck-dep: line 345: /dev/fd/62: No such file or directory
/usr/bin/cygcheck-dep: line 470: /dev/fd/62: No such file or directory
  diffutils: package does not exist


$ cygcheck-dep  -s diffutils
/usr/bin/cygcheck-dep: installed.db file is not exist or is not readable
/usr/bin/cygcheck-dep: (diffutils)

of course the file exists and it is fine as cygcheck showed.

$ ls -l /etc/setup/installed.db
-rw-r--r-- 1 marco Administrators 42034 Feb  1 15:20 /etc/setup/installed.db


Adding
ln -s /proc/self/fd /dev/fd

temporary solved the issue, but I am not sure it is the right way.


$ cygcheck-dep  -n diffutils
/usr/bin/cygcheck-dep: WARNING: extra packages with unknown dependencies:
/usr/bin/cygcheck-dep:   the following installed packages are not
/usr/bin/cygcheck-dep:   present in the Cygwin standard distribution;
/usr/bin/cygcheck-dep:   these packages will be prefixed with a question 
mark (?)
/usr/bin/cygcheck-dep: ( gcc libMagickCore6 libboost1.46.1 libboost1.48 
libboost_python1.46.1 libboost_python1.48 libdialog10 libgcj9 libglpk34 
libkpathsea3 libkpathsea4 libpoppler19 libpoppler26 libproxy0 
libqscintilla2_8 libqzeitgeist0 libserf0_1 octave-control octave-general 
octave-geometry octave-linear-algebra octave-mechanics 
octave-miscellaneous octave-specfun )
/usr/bin/cygcheck-dep: WARNING: possible misleading results:
/usr/bin/cygcheck-dep:   due to reasons of the above warning(s) the results
/usr/bin/cygcheck-dep:   of dependency resolution may appear to be 
misleading

  diffutils: is needed for ( csih cygport openssh quilt rxvt-unicode-X xz )


Nice tool, time to make some cleaning on old pruned packages

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019