> 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
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:
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
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
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
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-
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,
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
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-
9 matches
Mail list logo