Re: Circular dependency with mingw64-x86_64-runtime

2018-05-02 Thread Mikhail Usenko via cygwin
> On May 2, 2018, at 10:22 AM, Mikhail Usenko wrote: > > On Sun, 29 Apr 2018 19:16:17 -0700 (PDT) > Steven Penny <...> wrote: >> so "mingw64-x86_64-gcc-core" and "mingw64-x86_64-runtime" require each other > > By the way this is not the only package group with circular dependencies. > There are m

Re: Circular dependency with mingw64-x86_64-runtime

2018-05-02 Thread Mikhail Usenko via cygwin
On Sun, 29 Apr 2018 19:16:17 -0700 (PDT) Steven Penny <...> wrote: > so "mingw64-x86_64-gcc-core" and "mingw64-x86_64-runtime" require each other By the way this is not the only package group with circular dependencies. There are more in Cygwin distribution, that can be observed with cygcheck-dep:

[ANNOUNCEMENT] cygcheck-dep-3.0-2

2018-04-09 Thread Mikhail Usenko via cygwin
Version 3.0-2 of cygcheck-dep has been uploaded. cygcheck-dep is a bash script for displaying information on dependencies for installed Cygwin packages. For example: the information about package leaves; packages with broken dependencies; obsolete, and orphaned packages; particular package's depen

Re: Quotes around command-line argument that has unicode characters are not removed

2018-03-22 Thread Mikhail Usenko via cygwin
On Thu, 22 Mar 2018 01:15:00 +0100 Dmitry Katsubo via cygwin <...> wrote: > Dear Cygwin community, > > I observe the following on my Cygwin: when I put quotes around file that has > non-ASCII symbols, these quotes are passed to argv of the process literally, > otherwise they are removed. I would

Re: cygcheck-dep and _obsolete packages

2018-03-16 Thread Mikhail Usenko via cygwin
On Thu, 15 Mar 2018 23:40:55 + Jon Turney <...> wrote: > Just to be clear, the category is irrelevant here, it's the fact that > xorgproto obsoletes these packages that is significant. > OK. -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

Re: cygcheck-dep and _obsolete packages

2018-03-15 Thread Mikhail Usenko via cygwin
On Wed, 28 Feb 2018 22:57:05 +0100 Marco Atzeri <...> wrote: > Hi Mikhail, > > as latest setup skips the installation of _obsolete packages > can you adjust the behaviour of cygcheck-dep to ignore > the false warning ? > > /usr/bin/cygcheck-dep: WARNING: broken dependencies: > /usr/bin/cygcheck-

Re: [bug] coreutils: potentially dangerous: $(realpath //) != /

2018-03-14 Thread Mikhail Usenko via cygwin
On Mon, 12 Mar 2018 20:43:13 -0500 Eric Blake <...> wrote: > Furthermore, you need to realize that GNU coreutils 'rm' already has > special logic (permitted by POSIX) such that 'rm -rf /' fails unless you > use --no-preserve-root ('rm -rf /*' unfortunately does not trigger the > special logic,

Re: [bug] coreutils: potentially dangerous: $(realpath //) != /

2018-03-12 Thread Mikhail Usenko via cygwin
On Mon, 12 Mar 2018 21:47:09 +0100 Achim Gratz <...> wrote: > This goes to show that you really, really, really want to understand the > corner > cases in this script. On Mon, 12 Mar 2018 15:41:00 -0500 Eric Blake <...> wrote: > On cygwin, '/' and '//' are two different directories, as allowed by

[bug] coreutils: potentially dangerous: $(realpath //) != /

2018-03-12 Thread Mikhail Usenko via cygwin
coreutils-8.26-2 cygwin-2.10.0-1 Test case 1: --- $ realpath // // --- Expected output: / Test case 2: --- $ MYDIR=// $ test "$(realpath -e "$MYDIR" )" != / && echo rm -rf "$MYDIR"/* rm -rf ///bin ///cygdrive ///Cygwin.bat ///Cygwin.ico ///Cygwin-