[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 https://devguide.python.org/devcycle/#e

[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

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 package

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) > > C

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: https://cygwin.com

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:  build

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 s

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 8

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: https://cygwin.com/problems.

[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 python{36,37,38}-recommonmark-

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 be

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 a

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: https://cygwin.com/pro

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 t

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 o

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 h

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 call