Re: Missing announcements for screen?

2017-05-02 Thread Marco Atzeri
On 03/05/2017 05:23, Shaddy Baddah wrote: Hi, So I noticed my recent fresh install of Cygwin has screen 4.5.1-1 installed. And the most recent release is 4.5.2-1. In any case, I didn't recall the updates for screen hitting my Inbox. Looking at the mailing list, it appears to me that announc

Missing announcements for screen?

2017-05-02 Thread Shaddy Baddah
Hi, So I noticed my recent fresh install of Cygwin has screen 4.5.1-1 installed. And the most recent release is 4.5.2-1. I've been afflicted by a screen bug that popped up some releases ago say about 1.5 year ago. Basically, after detach, the restored screen buffer is mildly corrupted. And the c

Re: Latest Git-2.12.2 cannot install python packages for pip

2017-05-02 Thread Doug Henderson
On 2 May 2017 at 13:06, ankostis wrote: > On Windows, with Cygwin-git 2.12.2 the python command: > > pip install git+https://github.com/... > > fails to work with the following error: I suspect you have a windows version of python ahead of the cygwin version in the path. At least that is how

Re: Latest Git-2.12.2 cannot install python packages for pip

2017-05-02 Thread ankostis
$ cygcheck -s -v -r Cygwin Configuration Diagnostics Current System Time: Tue May 02 20:54:38 2017 Windows 7 Enterprise Ver 6.1 Build 7601 Service Pack 1 Path: D:\Home\WinPython\python-3.6.1.amd64\Lib\site-packages\PyQt5 D:\Home\WinPython\python-3.6.1.amd64\Lib\site-packages\PyQt4 D:\Home\WinPy

Latest Git-2.12.2 cannot install python packages for pip

2017-05-02 Thread ankostis
On Windows, with Cygwin-git 2.12.2 the python command: pip install git+https://github.com/... fails to work with the following error: $ pip install git+https://github.com/ipython/traitlets/ Collecting git+https://github.com/ipython/traitlets/ Cloning https://github.com/ipython/tr

Re: Updated: xorg-server-1.19.3-2 (TEST)

2017-05-02 Thread Jon Turney
On 23/04/2017 23:53, Jim Reisert AD1C wrote: On Sun, Apr 23, 2017 at 6:58 AM, Jon Turney wrote: *** xorg-server-*1.19.3-2 The following cygwin-specific changes have been made since 1.19.3-1: * Fix a regression with the X input focus handling Addresses: https://cygwin.com/ml/cygwin/2017-04/m

Re: How to debug XWin starting only sometimes?

2017-05-02 Thread Jon Turney
On 01/05/2017 16:19, Leon Meier wrote: When starting "XWin Server" though the windows shortcut, it sometimes won't start; other times it will. Sorry to hear that you are having this problem. [...] Any hints who may be the culprit and/or how to debug the issue? It might be useful to compare

Fix for REAL_PAGE_SIZE in PHP

2017-05-02 Thread Richard H Lee
There is a bug with PHP on Cygwin where it segfaults if the php file size is a multiple of 4K. https://bugs.php.net/bug.php?id=65312 PHP mmap()s source files as it it faster than using normal I/O. The problem is with the page size in Cygwin. When a file is mmap()ed to memory, any remaining byte