[ANNOUNCEMENT] Updated: python packages

2021-01-30 Thread Marco Atzeri via Cygwin-announce via Cygwin
Several python packages have been updated python{36,37,38}-unidecode-1.1.2-1 python{36,37,38}-xmltodict-0.12.0-2 the following package were promoted from test to stable: python{36,37,38}-cython-0.29.21-3 CYGWIN CHANGES As python2 is no longer supported

Updated: python packages

2021-01-30 Thread Marco Atzeri via Cygwin-announce
Several python packages have been updated python{36,37,38}-unidecode-1.1.2-1 python{36,37,38}-xmltodict-0.12.0-2 the following package were promoted from test to stable: python{36,37,38}-cython-0.29.21-3 CYGWIN CHANGES As python2 is no longer supported

[ANNOUNCEMENT] Updated: mc-4.8.26-1

2021-01-30 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version mc-4.8.26-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix release https://www.midnight-commander.org/wiki/NEWS-4.8.26 DESCRIPTION GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you

Updated: mc-4.8.26-1

2021-01-30 Thread Marco Atzeri via Cygwin-announce
Version mc-4.8.26-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix release https://www.midnight-commander.org/wiki/NEWS-4.8.26 DESCRIPTION GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you

Re: python-cython C++ support patch

2021-01-30 Thread Marco Atzeri via Cygwin
On 31.01.2021 04:53, Masamichi Hosoda wrote: python38-cython-0.29.21-3 works fine with following test code. ```hello.pyx print('Hello World!') ``` ```setup.py from distutils.core import setup from Cython.Build import cythonize setup( ext_modules=cythonize( "hello.pyx",

Re: python-cython C++ support patch

2021-01-30 Thread Masamichi Hosoda
>> PyMODINIT_FUNC unfortunately dos not work and my changes try >> to overcome it, see similar on >> >> https://sourceware.org/pipermail/cygwin/2021-January/247211.html >> >> but your portion is for additional C++ case >> than I am adding in asimilar way >> >> Regards >> Marco > > a test

Re: LyX becomes unresponsive to mouse

2021-01-30 Thread Enrico Forestieri
On Sat, Jan 30, 2021 at 02:53:29PM -0500, Chris Marshall wrote: > Hi, > > Yesterday I started some documentation work using my favorite LyX cygwin > install: > > > CYGWIN_NT-10.0 mypc 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin > > and > > >  lyx --version > > LyX 2.3.5-1 (2020-06-02) > >

Re: thrd_sleep

2021-01-30 Thread Hans-Bernhard Bröker
Am 29.01.2021 um 00:36 schrieb Rafał Jopek via Cygwin: Hi, What package should be installed ? None. This is quite certainly a packaging mistake on a package you already have installed. In short: that file should be in cygwin-devel, but it isn't. -- Problem reports:

Re: [PATCH 0/1] Recognizing native Windows AF_UNIX sockets

2021-01-30 Thread Ken Brown via Cygwin-patches
On 1/30/2021 11:34 AM, Ken Brown via Cygwin-patches wrote: This patch attempts to fix the problem reported here: https://cygwin.com/pipermail/cygwin/2020-September/246362.html See also the followup here: https://cygwin.com/pipermail/cygwin/2021-January/247666.html The problem, briefly,

LyX becomes unresponsive to mouse

2021-01-30 Thread Chris Marshall
Hi, Yesterday I started some documentation work using my favorite LyX cygwin install: CYGWIN_NT-10.0 mypc 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin and  lyx --version LyX 2.3.5-1 (2020-06-02) Configuration   Host type:   x86_64-pc-cygwin   Special build flags: 

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-30 Thread Michael Soegtrop
have you tried the Cygwin snapshot as suggested in: https://sourceware.org/pipermail/cygwin/2021-January/247418.html The snapshot is hard to use in headless CI systems because the provided archive contains a cygwin dll, so it cannot be patched from within cygwin and my experience with doing

[PATCH 1/1] Cygwin: recognize native Windows AF_UNIX sockets as reparse points

2021-01-30 Thread Ken Brown via Cygwin-patches
Allow check_reparse_point_target to recognize reparse points with reparse tag IO_REPARSE_TAG_AF_UNIX. These are used in recent versions of Windows 10 to represent AF_UNIX sockets. check_reparse_point_target now returns PATH_REP on files of this type, so that they are treated as known reparse

[PATCH 0/1] Recognizing native Windows AF_UNIX sockets

2021-01-30 Thread Ken Brown via Cygwin-patches
This patch attempts to fix the problem reported here: https://cygwin.com/pipermail/cygwin/2020-September/246362.html See also the followup here: https://cygwin.com/pipermail/cygwin/2021-January/247666.html The problem, briefly, is that on certain recent versions of Windows 10, including

Re: Problems with native Unix domain sockets on Win 10/2019

2021-01-30 Thread Ken Brown via Cygwin
On 9/28/2020 7:03 AM, Michael McMahon wrote: On 26/09/2020 08:30, Michael McMahon via Cygwin wrote: On 25/09/2020 21:30, Ken Brown wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-30 Thread Michael Soegtrop
Hi Marco, have you tried the Cygwin snapshot as suggested in: https://sourceware.org/pipermail/cygwin/2021-January/247418.html sorry, I somehow missed this message. I will try this and report if it works. Thanks! Best regards, Michael -- Problem reports:

[ANNOUNCEMENT] Updated: python packages

2021-01-30 Thread Marco Atzeri via Cygwin-announce via Cygwin
Several python packages have been updated python383.8.7-2 python{36,37,38}-dbus-1.2.16-1 python{36,37,38}-bugzilla-3.0.2-1 python{36,37,38}-certifi-2020.12.5-1 python{36,37,38}-enchant-3.2.0-1 python{36,37,38}-httplib2-0.18.1-1 python{36,37,38}-pip-20.1.1-1

Updated: python packages

2021-01-30 Thread Marco Atzeri via Cygwin-announce
Several python packages have been updated python383.8.7-2 python{36,37,38}-dbus-1.2.16-1 python{36,37,38}-bugzilla-3.0.2-1 python{36,37,38}-certifi-2020.12.5-1 python{36,37,38}-enchant-3.2.0-1 python{36,37,38}-httplib2-0.18.1-1 python{36,37,38}-pip-20.1.1-1

Re: [DEPRECATED] perl distributions

2021-01-30 Thread Marco Atzeri via Cygwin-apps
On 30.01.2021 10:04, Achim Gratz wrote: The following distributions will no longer be available after the perl-5.32 release as they have been deprecated upstream: perl-Gnome2 Achim Gratz perl-Gnome2-Canvas Achim Gratz perl-Gnome2-GConf

Re: [ITP] perl-Pod-Parser

2021-01-30 Thread Marco Atzeri via Cygwin-apps
On 30.01.2021 09:53, Achim Gratz wrote: This has been removed from core for perl-5.32 so we need to package it separately going forward Regards, Achim. added. Regards Marco

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-30 Thread Marco Atzeri via Cygwin
On 30.01.2021 15:58, Michael Soegtrop via Cygwin wrote: Dear Cygwin Team, is there an update on this? Apparently tar is broken on Cygwin 32 since the latest update (it works fine on 64 bit Cygwin) and afaik there is no way to install specific package versions from the command line as would

Re: python-cython C++ support patch

2021-01-30 Thread Marco Atzeri via Cygwin
On 30.01.2021 14:58, Marco Atzeri wrote: PyMODINIT_FUNC unfortunately dos not work and my changes try to overcome it, see similar on https://sourceware.org/pipermail/cygwin/2021-January/247211.html but your portion is for additional C++ case than I am adding in asimilar way Regards Marco

Re: [BUG] Latest python38 package (3.8.7-1) fails to execute 'ensurepip', 3.8.3.-1 works

2021-01-30 Thread Marco Atzeri via Cygwin
On 24.01.2021 09:27, Marco Atzeri wrote: as soon I solve also the second problem on asyncio assuming I found a solution for it in short time. Regards Marco 3.8.7-2 is up to solve this problem. asyncio needs additional debugging Regards Marco -- Problem reports:

Re: tar 1.33 symlinks : Cannot change mode to...

2021-01-30 Thread Michael Soegtrop via Cygwin
Dear Cygwin Team, is there an update on this? Apparently tar is broken on Cygwin 32 since the latest update (it works fine on 64 bit Cygwin) and afaik there is no way to install specific package versions from the command line as would be possible via the Setup UI, so I can't easily roll back

Re: python-cython C++ support patch

2021-01-30 Thread Marco Atzeri via Cygwin
On 30.01.2021 14:28, Masamichi Hosoda wrote: have you considered that you just need to define CYTHON_NO_PYINIT_EXPORT ? the portion of the code below your change has already the ifdef __cplusplus semantic Have you proposed it upstream ? It does not seem a change restricted to Cygwin Any way I

Re: python-cython C++ support patch

2021-01-30 Thread Masamichi Hosoda
> have you considered that you just need to define > CYTHON_NO_PYINIT_EXPORT ? > > the portion of the code below your change has already the > ifdef __cplusplus semantic > > Have you proposed it upstream ? It does not seem > a change restricted to Cygwin > > Any way I see no "wrongness" to add it

Re: Latest update seems to have broken Mercurial

2021-01-30 Thread Marco Atzeri via Cygwin
On 30.01.2021 10:41, David Monksfield wrote: Mercurial was working fine for me until my last Cywin update (yesterday). I have Mercurial 5.5.1-1. I don't know enough about python to unpick this, but it looks suspicious that there is a mixture of python2.7 and python3.8 in the traceback. Any

Latest update seems to have broken Mercurial

2021-01-30 Thread David Monksfield
Mercurial was working fine for me until my last Cywin update (yesterday). I have Mercurial 5.5.1-1. I don't know enough about python to unpick this, but it looks suspicious that there is a mixture of python2.7 and python3.8 in the traceback. I now get this: $ hg status Traceback (most recent

[DEPRECATED] perl distributions

2021-01-30 Thread Achim Gratz
The following distributions will no longer be available after the perl-5.32 release as they have been deprecated upstream: perl-Gnome2 Achim Gratz perl-Gnome2-Canvas Achim Gratz perl-Gnome2-GConfAchim Gratz

[ITP] perl-Pod-Parser

2021-01-30 Thread Achim Gratz
This has been removed from core for perl-5.32 so we need to package it separately going forward Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves