Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-05-13 Thread Jason Gross via Cygwin
Also btw, the bug I reported to patch is at https://lists.gnu.org/archive/html/bug-patch/2020-05/msg0.html . It's not clear to me if this is a cygwin issue or a patch issue. On Wed, May 13, 2020 at 10:32 PM Jason Gross wrote: > > By the way, when I run the same script on the same flash drive

Re: Console doesn't work correctly under anything else than cmd or mintty

2020-05-13 Thread Takashi Yano via Cygwin
On Thu, 14 May 2020 01:15:55 +0200 Kacper Michajlow wrote: > On Wed, 13 May 2020 at 12:34, Takashi Yano wrote: > > > What do you mean by "Microsoft Terminal"? Also, do you use cygwin vim? > > If you mean "Windows Terminal" and cygwin vim, I cannot reproduce your > > problem. Arrow keys are work

Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-05-13 Thread Jason Gross via Cygwin
By the way, when I run the same script on the same flash drive from WSL, it works fine, and does not capitalize the filename. So this does seem to be a cygwin-patch specific issue... On Wed, May 13, 2020 at 8:31 PM Jason Gross wrote: > Sorry for the late reply; I can see replies to my messages

Re: Cygwin/X: KDE Desktop

2020-05-13 Thread briand
On Wed, 13 May 2020 19:22:25 +0200 Maarten Hoes via Cygwin wrote: > > > > Now that you mentioned that, I seem to be having similar behavior as you: > > Xfce start every time I try it. But now that I tried it some more, LXDE is > > not consistent for me either. Sometimes I get a black screen, some

Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-05-13 Thread Jason Gross via Cygwin
Sorry for the late reply; I can see replies to my messages at https://cygwin.com/pipermail/cygwin/2020-April/244660.html, but somehow I'm not receiving them in Gmail. I've tried (re?)subscribing to the cygwin mailing list, hopefully this fixes the problem. Thomas Wolff wrote: > You are throwing a

Re: [ANNOUNCEMENT] tzdata 2020a-1

2020-05-13 Thread Brian Inglis
On 2020-05-11 10:32, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > > * tzdata-2020a-1 > > The Time Zone Database (often called tz or zoneinfo) contains code and > data that represent the history of local time for many representative > location

Re: Cygwin/X: KDE Desktop

2020-05-13 Thread Maarten Hoes via Cygwin
Hi, TL;DR (The Management Summary) : I installed an old version (dated 2016) of (all of) Cygwin where KDE does give me the 'full desktop' experience (single MS-Windows window). Is there a desire for follow up (and more details), in the sense that current Cygwin might be made to work as well ? -

Re: Symbol visibility problems with -std=

2020-05-13 Thread Yaakov Selkowitz
On Wed, 2020-05-13 at 13:21 +0300, Pavel Fedin via Cygwin wrote: > While compiling various software packages for Cygwin i notice that very > often i have to add something like #define _GNU_SOURCE to > them in order to compile correctly. Meanwhile on Linux they compile with no > problems at all.

Re: Symbol visibility problems with -std=

2020-05-13 Thread Csaba Ráduly via Cygwin
On 13/05/2020 14:12, Marco Atzeri via Cygwin wrote: Am 13.05.2020 um 12:21 schrieb Pavel Fedin via Cygwin: (snip code using strdup) $ g++ test.cpp -o test - compiles OK $ g++ test.cpp -o test -std=c++14 - error: 'strdup' was not declared in this scope; did you mean 'strcmp'? strdup is an

When is cygwin going to update wget 1.19.1 ?

2020-05-13 Thread Hans Henrik Bergan via Cygwin
i have a slow unstable 4G-based internet connection, and nearly every time i use: wget --continue --recursive --no-parent i keep hitting this specific bug in cygwin wget after ~10 skipped files or so: https://lists.gnu.org/archive/html/bug-wget/2017-12/msg00014.html the bug was fixed in wget rele

[ANNOUNCEMENT] libpaper 1.1.28-1

2020-05-13 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libpaper1-1.1.28-1 * libpaper-common-1.1.28-1 * libpaper-devel-1.1.28-1 * paperconf-1.1.28-1 The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal wit

Re: Symbol visibility problems with -std=

2020-05-13 Thread Marco Atzeri via Cygwin
Am 13.05.2020 um 12:21 schrieb Pavel Fedin via Cygwin: Hello everyone! While compiling various software packages for Cygwin i notice that very often i have to add something like #define _GNU_SOURCE to them in order to compile correctly. Meanwhile on Linux they compile with no problems at a

[ANNOUNCEMENT] harfbuzz 2.6.6-1

2020-05-13 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * harfbuzz-2.6.6-1 * libharfbuzz0-2.6.6-1 * libharfbuzz-devel-2.6.6-1 * libharfbuzz-gobject0-2.6.6-1 * libharfbuzz-gobject-devel-2.6.6-1 * libharfbuzz-subset0-2.6.6-1 * libharfbuzz-subset-devel-2.6.6-1 * libharfbuzz-icu0-2.6.6-1

Groups command failing me in Windows 10

2020-05-13 Thread David
Hello, The groups command in the cmd window on Windows 10 shows None as my first group. When I use the dir command to create a file, the security display shows no error. When I use the touch command to create a file, I get "The permissions on ... are incorrectly ordered [NULL if first] I bought

Re: Console doesn't work correctly under anything else than cmd or mintty

2020-05-13 Thread Takashi Yano via Cygwin
On Tue, 12 May 2020 22:26:07 +0200 Kacper Michajlow via Cygwin wrote: > I was testing latest master (e637d53) and console is clunky in anything > that isn't cmd.exe or mintty. I tested Microsoft Terminal and ConEmu. > > For example navigating with arrows doesn't work in vim. In zsh searching > hi

Symbol visibility problems with -std=

2020-05-13 Thread Pavel Fedin via Cygwin
Hello everyone! While compiling various software packages for Cygwin i notice that very often i have to add something like #define _GNU_SOURCE to them in order to compile correctly. Meanwhile on Linux they compile with no problems at all. I've narrowed it down to -std=??? option using a simple

Re: [ITA from Yaakov] libpaper

2020-05-13 Thread Marco Atzeri via Cygwin
Am 13.05.2020 um 03:05 schrieb Ken Brown via Cygwin-apps: My cygport file is attached.  It bumps the version to 1.1.28 (latest upstream release) and changes one URL.  Otherwise it is the same as Yaakov's. Ken updated maintainer Regards Marco -- Problem reports: https://cygwin.com/probl

Re: [ITA from Yaakov] harfbuzz

2020-05-13 Thread Marco Atzeri via Cygwin
Am 13.05.2020 um 02:27 schrieb Ken Brown via Cygwin-apps: My cygport file is attached.  It bumps the version to 2.6.6, which is the latest upstream release and is also the version packaged by Fedora as of today.  Other than that, it's the same as Yaakov's cygport file except for trivial changes

Re: Console doesn't work correctly under anything else than cmd or mintty

2020-05-13 Thread Eric Lilja via Cygwin
I had a similar experience when I tried to use the CLI that comes with MongoDB. Switched to use TakeCommand instead when I needed to use the MongoDB CLI. Too bad! - Eric L On Tue, May 12, 2020 at 11:05 PM Kacper Michajlow via Cygwin < cygwin@cygwin.com> wrote: > Hi, > > I was testing latest mast