Seems like a bug with mkfifo -m

2020-05-28 Thread Дмитрий Есарев via Cygwin
Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user and group permissions. in the latest cygwin the above command creates device with 0644 permissions. And i cant drop it to 0600: cygcheck.exe -V cygcheck (cygwin) 3.1.4 $ umask 0077 $ touch somefile;

opam package should depend on ocaml-compiler-libs

2020-05-28 Thread David Allsopp via Cygwin
opam assumes that OCaml installed by the "OS" package manager is "complete" (i.e. is the same as "make install" from the OCaml sources), which is a problem when "OS" package managers split upstream ocaml and don't install the ocaml-compiler-libs package by default. Please could either the opam or

Re: Cygwin issue

2020-05-28 Thread Thomas Wolff
> Cygwin issue Please use descriptive mail subjects. It's really too bothersome to follow issues otherwise. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Issue with lyx and recent dll

2020-05-28 Thread Enrico Forestieri
Hi, when activating instant preview in Tools>Preferences>Display, one can preview a latex snippet in the lyx work area by inserting it in a preview inset (Insert>Preview). However, since version 3.1.0 it does not work anymore, in the sense that the preview is not generated. As this feature is

Cygwin issue

2020-05-28 Thread Pms, Balamurugan (GE Digital, consultant) via Cygwin
Hi Team, We have used Cygwin 1.7 version for sftp connection and configured for 3 interfaces and connected through Pub keys in production server .This setup is done by 2014. Now we are working on interface migrations and installed 3.1.4 (32bit and 64 bit) also , but both time interface team

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user and group permissions. in the latest cygwin the above command creates device with 0644 permissions. And i cant drop it to 0600: cygcheck.exe

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Corinna Vinschen
On May 28 09:16, Ken Brown via Cygwin wrote: > On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: > > Hi, all > > > > When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe > > with no user and group permissions. > > > > in the latest cygwin the above command creates

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 10:52 AM, Corinna Vinschen wrote: On May 28 09:16, Ken Brown via Cygwin wrote: On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user and group permissions. in the latest cygwin the

email --verbose returns version info

2020-05-28 Thread Gary E. Rafe, PhD via Cygwin
Shorter version: /bin/email --verbose ... returns version info about the installed binary: email - By Dean Jones; Version 3.2.3-git Longer version: I've been using email(1) since Feb 2019 or so from my office Windows desktop to send e-mail messages from a bash script that are generated from SQL

Re: Which rsync version is current?

2020-05-28 Thread Bill Stewart
On Wed, May 27, 2020 at 8:58 PM Marco Atzeri wrote: > specially as 3.1.3 was NOT building under cygwin > https://bugzilla.samba.org/show_bug.cgi?id=14365 ...and that would be why 3.1.3 hasn't been available for Cygwin. Thanks. For the benefit of others: In that bug report, Wayne Davison (rsync

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 1:31 PM, yoshi kakbudto wrote: you say 'ls' is a problem source. Then i have to be more specific with the problem to not miss any other possible problems around it. My use case is this: I have an ssh rsa keys dynamically loaded in environment variables. Those variables then

Re: Issue with lyx and recent dll

2020-05-28 Thread Enrico Forestieri
On Thu, May 28, 2020 at 07:35:12PM +0200, Marco Atzeri via Cygwin wrote: > On 28.05.2020 12:50, Enrico Forestieri wrote: > > Hi, > > > > when activating instant preview in Tools>Preferences>Display, one can > > preview a latex snippet in the lyx work area by inserting it in a > > preview inset

Re: Issue with lyx and recent dll

2020-05-28 Thread Marco Atzeri via Cygwin
On 28.05.2020 19:35, Marco Atzeri wrote: On 28.05.2020 12:50, Enrico Forestieri wrote: Hi, when activating instant preview in Tools>Preferences>Display, one can preview a latex snippet in the lyx work area by inserting it in a preview inset (Insert>Preview). However, since version 3.1.0 it

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 11:28 AM, Ken Brown via Cygwin wrote: On 5/28/2020 10:52 AM, Corinna Vinschen wrote: On May 28 09:16, Ken Brown via Cygwin wrote: On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user

Re: Issue with lyx and recent dll

2020-05-28 Thread Enrico Forestieri
On Thu, May 28, 2020 at 08:09:49PM +0200, Marco Atzeri via Cygwin wrote: > > after installing also another package > texlive-collection-pstricks > > I was able to have an instant preview > > can you check if the test 2.3.4.2-2 > solve the issue also for you ? > Than I can promote it to stable

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread yoshi kakbudto
you say 'ls' is a problem source. Then i have to be more specific with the problem to not miss any other possible problems around it. My use case is this: I have an ssh rsa keys dynamically loaded in environment variables. Those variables then expaned and piped to the named pipe and then the

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Corinna Vinschen
On May 28 13:39, Ken Brown via Cygwin wrote: > On 5/28/2020 1:31 PM, yoshi kakbudto wrote: > > you say 'ls' is a problem source. Then i have to be more specific with the > > problem to not miss any other possible problems around it. > > > > My use case is this: I have an ssh rsa keys dynamically

Re: Issue with lyx and recent dll

2020-05-28 Thread Marco Atzeri via Cygwin
On 28.05.2020 20:25, Enrico Forestieri wrote: On Thu, May 28, 2020 at 08:09:49PM +0200, Marco Atzeri via Cygwin wrote: after installing also another package texlive-collection-pstricks I was able to have an instant preview can you check if the test 2.3.4.2-2 solve the issue also for you ?

Re: Issue with lyx and recent dll

2020-05-28 Thread Marco Atzeri via Cygwin
On 28.05.2020 12:50, Enrico Forestieri wrote: Hi, when activating instant preview in Tools>Preferences>Display, one can preview a latex snippet in the lyx work area by inserting it in a preview inset (Insert>Preview). However, since version 3.1.0 it does not work anymore, in the sense that the

Re: [PATCH] Cygwin: pty: Fix a bug in free_attached_console().

2020-05-28 Thread Corinna Vinschen
On May 28 12:43, Takashi Yano via Cygwin-patches wrote: > - After commit 7659ff0f5afd751f42485f2684c799c5f37b0fb9, nohup does > not work as expected. This patch fixes the issue. > > Addresses: > https://cygwin.com/pipermail/cygwin-developers/2020-May/011885.html > --- >

Re: Updating glib2.0

2020-05-28 Thread Achim Gratz
1. It's probably unrealistic to expect someone to adopt all the GNOME components.  If such a person existed, I think we would have heard from him/her by now. Ideally that person would have some ties into the upstream development community as well. It might be worth asking there directly if

Re: git repositories for cygwin packaging - please test

2020-05-28 Thread szgyg
On Wed, May 27, 2020 at 11:27:49PM +0100, Jon Turney wrote: > Currently, many packages will fail to build correctly due to: > > (iii) resource limits imposed by AppVeyor's free service which is used to > perform the actual builds, or Azure Devops may worth a try. s

[PATCH] Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls.

2020-05-28 Thread Takashi Yano via Cygwin-patches
- This patch prevents to call ResizePseudoConsole() unless the pty is resized. --- winsup/cygwin/fhandler_tty.cc | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index f29a2c214..b091765b3 100644

Re: [PATCH] Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls.

2020-05-28 Thread Corinna Vinschen
On May 28 22:49, Takashi Yano via Cygwin-patches wrote: > - This patch prevents to call ResizePseudoConsole() unless the pty > is resized. > --- > winsup/cygwin/fhandler_tty.cc | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git

Re: cygport development

2020-05-28 Thread Federico Kircheis via Cygwin-apps
I did not get any response to my last questions, so I hope this patch is enough. Any thought about my other arguments? Federico On 5/17/20 7:54 PM, Federico Kircheis wrote: Thank you for the feedback. This patch is clearly not limited to the protection of data, as it quotes variables that

Re: Update of packages by non-maintainer

2020-05-28 Thread Yasuhiro KIMURA
Thank for reply, and sorry for late response I had some troubles to upgrade anthy port to version 0.4 from Debian. But I managed to success to build new anthy packages and am now testing them with my daily use. From: Marco Atzeri Subject: Re: Update of packages by non-maintainer Date: Thu, 21

Re: Updating glib2.0

2020-05-28 Thread Ken Brown via Cygwin-apps
On 5/28/2020 7:20 AM, Achim Gratz wrote: 1. It's probably unrealistic to expect someone to adopt all the GNOME components.  If such a person existed, I think we would have heard from him/her by now. Ideally that person would have some ties into the upstream development community as well.  It