Re: python 3.9 package leaks CFLAGS into user packages via sysconfig

2021-12-27 Thread Marco Atzeri
On 28.12.2021 02:27, Matthias Koeppe wrote: $ python3.9 -m sysconfig | grep CFLAGS CFLAGS = "-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -DOPENSSL_NO_SSL3=1

python 3.9 package leaks CFLAGS into user packages via sysconfig

2021-12-27 Thread Matthias Koeppe
$ python3.9 -m sysconfig | grep CFLAGS CFLAGS = "-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -DOPENSSL_NO_SSL3=1 -I/usr/include/uuid/ -fdebug-prefix-map=/pub/

XWin does not erase lock file when exiting

2021-12-27 Thread Rodrigo Medina
Dear Sirs, When XWin regularly exits, it removes the socket in /tmp/.X11-unix/ and closes the XWin.?.log file, but it does not erase the file /tmp/.X11-unix/X?.lock. This file is owned by the user and him alone can erase it. The same user can start XWin again, but another user cannot start XWin. V

Re: git and filemodes

2021-12-27 Thread Jim Garrison via Cygwin
On 12/27/2021 3:13 PM, Adam Dinwoodie wrote: [snip] This is normal Git behaviour: it doesn't record detailed file permissions, only presence or absence of an executable bit. It only ever shows file permissions as 644 (meaning "not executable") or 755 (meaning "executable"). Specifically, the co

git and filemodes

2021-12-27 Thread Jim Garrison via Cygwin
Win 10 20H2 with latest Cygwin $ cygcheck -c cygwin git Cygwin Package Information Package VersionStatus cygwin 3.3.3-1OK git 2.34.1-1 OK $ git diff .gitignore warning: LF will be replaced by CRLF in .gitignore. The file will hav

Re: python3 packages

2021-12-27 Thread Marco Atzeri
On 27.12.2021 13:53, Dima Pasechnik wrote: There are python3* cygiwin packages obsoleted by python36* packages, e.g. python36-numpy. As python36* is basically obsolete itself now, it creates an impression that there are no python39* etc available. Hi Dima, I suggest to follow the Cygwin Announ

python3 packages

2021-12-27 Thread Dima Pasechnik
There are python3* cygiwin packages obsoleted by python36* packages, e.g. python36-numpy. As python36* is basically obsolete itself now, it creates an impression that there are no python39* etc available. Also, I noticed that python-numpy-1.21.4-1.src/python-numpy.cygport from python-numpy-src/pyt